Searched defs:argv (Results 1 – 8 of 8) sorted by relevance
/fs/ |
D | exec.c | 373 static int count(char __user * __user * argv, int max) in count() 399 static int copy_strings(int argc, char __user * __user * argv, in copy_strings() 482 int copy_strings_kernel(int argc,char ** argv, struct linux_binprm *bprm) in copy_strings_kernel() 1276 char __user *__user *argv, in do_execve()
|
D | binfmt_som.c | 70 char **argv, **envp; in create_som_tables() local
|
D | binfmt_aout.c | 164 char __user * __user *argv; in create_aout_tables() local
|
D | binfmt_flat.c | 110 unsigned long *argv,*envp; in create_flat_tables() local
|
D | compat.c | 1268 static int compat_count(compat_uptr_t __user *argv, int max) in compat_count() 1292 static int compat_copy_strings(int argc, compat_uptr_t __user *argv, in compat_copy_strings() 1389 compat_uptr_t __user *argv, in compat_do_execve()
|
D | binfmt_elf_fdpic.c | 472 elf_caddr_t __user *argv, *envp; in create_elf_fdpic_tables() local
|
D | binfmt_elf.c | 150 elf_addr_t __user *argv; in create_elf_tables() local
|
/fs/ocfs2/ |
D | stackglue.c | 396 char *argv[5], *envp[3]; in ocfs2_leave_group() local
|