/linux/samples/check-exec/ |
H A D | inc.c | 28 char *const envp[], int flags) in sys_execveat() 76 char *const *const envp, const bool restrict_stream) in interpret_stream() 108 int main(const int argc, char *const argv[], char *const *const envp) in main()
|
H A D | set-exec.c | 29 int main(const int argc, char *const argv[], char *const *const envp) in main()
|
/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
|
/linux/fs/ |
H A D | exec.c | 1786 struct user_arg_ptr envp, in do_execveat_common() 1870 const char *const *argv, const char *const *envp) in kernel_execve() 1933 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve() local 1943 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat() local 1957 struct user_arg_ptr envp = { in compat_do_execve() local 1973 struct user_arg_ptr envp = { in compat_do_execveat() local 2008 const char __user *const __user *, envp) in SYSCALL_DEFINE3() argument 2016 const char __user *const __user *, envp, in SYSCALL_DEFINE5() argument 2027 const compat_uptr_t __user *, envp) in COMPAT_SYSCALL_DEFINE3() argument 2035 const compat_uptr_t __user *, envp, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux/drivers/gpu/drm/ |
H A D | drm_sysfs.c | 423 char *envp[] = { event_string, NULL }; in drm_sysfs_lease_event() local 444 char *envp[] = { event_string, NULL }; in drm_sysfs_hotplug_event() local 464 char *envp[] = { hotplug_str, conn_id, NULL }; in drm_sysfs_connector_hotplug_event() local 492 char *envp[4] = { hotplug_str, conn_id, prop_id, NULL }; in drm_sysfs_connector_property_event() local
|
/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_FISTTP.c | 118 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_mremap_vdso.c | 84 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()
|
/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_uevent.c | 16 char *envp[2] = { NULL, NULL }; in ipc_uevent_work() local
|
/linux/tools/include/nolibc/ |
H A D | crt.h | 37 char **envp; in _start_c() local
|
/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 | 32 static char *envp[] = { "IN_TEST=yes", NULL, NULL }; variable 35 static int execveat_(int fd, const char *path, char **argv, char **envp, in execveat_()
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_setattr_test.c | 63 char *const envp[] = { NULL }; in TEST_F() local
|
/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
|
/linux/security/keys/ |
H A D | request_key.c | 99 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() 125 char *argv[9], *envp[3], uid_str[12], gid_str[12]; in call_sbin_request_key() local
|
/linux/include/linux/ |
H A D | umh.h | 25 char **envp; member
|
/linux/arch/um/os-Linux/ |
H A D | main.c | 105 int __init main(int argc, char **argv, char **envp) in main()
|
/linux/drivers/s390/crypto/ |
H A D | ap_bus.c | 701 char *envp[] = { "INITSCAN=done", NULL }; in ap_send_init_scan_done_uevent() local 709 char *envp[] = { "BINDINGS=complete", buf, NULL }; in ap_send_bindings_complete_uevent() local 719 char *envp[] = { buf, NULL }; in ap_send_config_uevent() local 730 char *envp[] = { buf, NULL }; in ap_send_online_uevent() local 742 char *envp[] = { buf, NULL }; in ap_send_mask_changed_uevent() local
|
/linux/fs/nfs/ |
H A D | cache_lib.c | 37 static char *envp[] = { "HOME=/", in nfs_cache_upcall() local
|
/linux/drivers/greybus/ |
H A D | svc_watchdog.c | 47 static char *envp[] = { in greybus_reset() local
|
/linux/arch/mips/sibyte/common/ |
H A D | cfe.c | 213 char **envp = (char **) fw_arg2; in prom_init() local
|
/linux/drivers/scsi/qedf/ |
H A D | qedf_dbg.c | 137 char *envp[] = {event_string, NULL}; in qedf_uevent_emit() local
|