/openbmc/linux/security/tomoyo/ |
H 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
|
H A D | load_policy.c | 89 char *envp[3]; in tomoyo_load_policy() local
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 102 abi_ulong envp; in loader_build_argptr() local 147 int loader_exec(const char *filename, char **argv, char **envp, in loader_exec()
|
/openbmc/linux/fs/ |
H A D | exec.c | 1921 struct user_arg_ptr envp, in do_execveat_common() 2005 const char *const *argv, const char *const *envp) in kernel_execve() 2068 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve() local 2078 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat() local 2092 struct user_arg_ptr envp = { in compat_do_execve() local 2108 struct user_arg_ptr envp = { in compat_do_execveat() local 2143 const char __user *const __user *, envp) in SYSCALL_DEFINE3() argument 2151 const char __user *const __user *, envp, in SYSCALL_DEFINE5() argument 2162 const compat_uptr_t __user *, envp) in COMPAT_SYSCALL_DEFINE3() argument 2170 const compat_uptr_t __user *, envp, in COMPAT_SYSCALL_DEFINE5() argument
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_sysfs.c | 435 char *envp[] = { event_string, NULL }; in drm_sysfs_lease_event() local 456 char *envp[] = { event_string, NULL }; in drm_sysfs_hotplug_event() local 476 char *envp[] = { hotplug_str, conn_id, NULL }; in drm_sysfs_connector_hotplug_event() local 504 char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; in drm_sysfs_connector_property_event() local
|
/openbmc/linux/tools/testing/selftests/x86/ |
H 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()
|
H A D | test_FCMOV.c | 54 int main(int argc, char **argv, char **envp) in main()
|
H A D | test_FISTTP.c | 118 int main(int argc, char **argv, char **envp) in main()
|
H A D | test_mremap_vdso.c | 57 int main(int argc, char **argv, char **envp) in main()
|
H A D | test_FCOMI.c | 299 int main(int argc, char **argv, char **envp) in main()
|
/openbmc/linux/drivers/vfio/mdev/ |
H A D | mdev_core.c | 64 char *envp[] = { env_string, NULL }; in mdev_register_parent() local 96 char *envp[] = { env_string, NULL }; in mdev_unregister_parent() local
|
/openbmc/qemu/linux-user/ |
H A D | linuxload.c | 94 abi_ulong envp; in loader_build_argptr() local 141 int loader_exec(int fdexec, const char *filename, char **argv, char **envp, in loader_exec()
|
H A D | loader.h | 80 char **envp; member
|
/openbmc/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_uevent.c | 16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | elf_aux.c | 26 __init void scan_elf_aux( char **envp) in scan_elf_aux()
|
H A D | main.c | 107 int __init main(int argc, char **argv, char **envp) in main()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | crt.h | 21 char **envp; in _start_c() local
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-proc.h | 41 abi_ulong envp) in do_freebsd_execve() 49 abi_ulong envp) in do_freebsd_fexecve()
|
H A D | target_os_stack.h | 54 abi_ulong destp, argvp, envp, p; in setup_initial_stack() local
|
/openbmc/linux/kernel/ |
H A D | umh.c | 357 char **envp, gfp_t gfp_mask, in call_usermodehelper_setup() 483 int call_usermodehelper(const char *path, char **argv, char **envp, int wait) in call_usermodehelper()
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | null-argv.c | 47 int main(int argc, char *argv[], char *envp[]) in main()
|
H 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_()
|
/openbmc/linux/kernel/module/ |
H A D | kmod.c | 75 static char *envp[] = { in call_modprobe() local
|
/openbmc/linux/tools/testing/selftests/rlimits/ |
H A D | rlimits-per-userns.c | 77 char *const envp[] = { "I_AM_SERVICE=1", NULL }; in fork_child() local
|
/openbmc/linux/include/linux/ |
H A D | umh.h | 25 char **envp; member
|