/linux/security/tomoyo/ |
A D | condition.c | 61 const int envc, const struct tomoyo_envp *envp, in tomoyo_envp() 107 const u16 envc, const struct tomoyo_envp *envp) in tomoyo_scan_bprm() 319 struct tomoyo_envp *envp) in tomoyo_parse_envp() 502 struct tomoyo_envp *envp = NULL; in tomoyo_get_condition() local 775 const struct tomoyo_envp *envp; in tomoyo_condition() local
|
A D | load_policy.c | 89 char *envp[3]; in tomoyo_load_policy() local
|
/linux/fs/ |
A D | exec.c | 1864 struct user_arg_ptr envp, in do_execveat_common() 1932 const char *const *argv, const char *const *envp) in kernel_execve() 1989 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve() local 1999 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat() local 2013 struct user_arg_ptr envp = { in compat_do_execve() local 2029 struct user_arg_ptr envp = { in compat_do_execveat() local 2064 const char __user *const __user *, envp) in SYSCALL_DEFINE3() argument 2072 const char __user *const __user *, envp, in SYSCALL_DEFINE5() argument 2083 const compat_uptr_t __user *, envp) in COMPAT_SYSCALL_DEFINE3() argument 2091 const compat_uptr_t __user *, envp, in COMPAT_SYSCALL_DEFINE5() argument
|
A D | binfmt_aout.c | 62 char __user * __user *envp; in create_aout_tables() local
|
/linux/tools/testing/selftests/x86/ |
A D | test_syscall_vdso.c | 28 int main(int argc, char **argv, char **envp) in main() 36 long get_syscall(char **envp) in get_syscall() 376 int main(int argc, char **argv, char **envp) in main()
|
A D | test_FCMOV.c | 54 int main(int argc, char **argv, char **envp) in main()
|
A D | test_FISTTP.c | 118 int main(int argc, char **argv, char **envp) in main()
|
A D | test_mremap_vdso.c | 57 int main(int argc, char **argv, char **envp) in main()
|
A D | test_FCOMI.c | 299 int main(int argc, char **argv, char **envp) in main()
|
/linux/drivers/vfio/mdev/ |
A D | mdev_core.c | 129 char *envp[] = { env_string, NULL }; in mdev_register_device() local 209 char *envp[] = { env_string, NULL }; in mdev_unregister_device() local
|
/linux/drivers/gpu/drm/ |
A D | drm_sysfs.c | 383 char *envp[] = { event_string, NULL }; in drm_sysfs_lease_event() local 404 char *envp[] = { event_string, NULL }; in drm_sysfs_hotplug_event() local 427 char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; in drm_sysfs_connector_status_event() local
|
/linux/drivers/net/wwan/iosm/ |
A D | iosm_ipc_uevent.c | 16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
|
/linux/arch/um/os-Linux/ |
A D | elf_aux.c | 26 __init void scan_elf_aux( char **envp) in scan_elf_aux()
|
A D | main.c | 107 int __init main(int argc, char **argv, char **envp) in main()
|
/linux/kernel/ |
A D | umh.c | 359 char **envp, gfp_t gfp_mask, in call_usermodehelper_setup() 474 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
A D | kmod.c | 72 static char *envp[] = { in call_modprobe() local
|
/linux/tools/testing/selftests/rlimits/ |
A D | rlimits-per-userns.c | 77 char *const envp[] = { "I_AM_SERVICE=1", NULL }; in fork_child() local
|
/linux/tools/testing/selftests/exec/ |
A D | execveat.c | 27 static char *envp[] = { "IN_TEST=yes", NULL, NULL }; variable 30 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_()
|
/linux/include/linux/ |
A D | umh.h | 24 char **envp; member
|
/linux/security/keys/ |
A D | request_key.c | 96 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() 122 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local
|
/linux/fs/nfs/ |
A D | cache_lib.c | 37 static char *envp[] = { "HOME=/", in nfs_cache_upcall() local
|
/linux/arch/x86/ia32/ |
A D | ia32_aout.c | 65 u32 __user *argv, *envp, *sp; in create_aout_tables() local
|
/linux/drivers/greybus/ |
A D | svc_watchdog.c | 47 static char *envp[] = { in greybus_reset() local
|
/linux/drivers/s390/net/ |
A D | smsgiucv_app.c | 54 char *envp[4]; member
|
/linux/samples/landlock/ |
A D | sandboxer.c | 158 int main(const int argc, char *const argv[], char *const *const envp) in main()
|