Searched refs:execve (Results 1 – 7 of 7) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | macho_size_63133398.c | 3214 execve(av[0], av, ev);
|
| H A D | prioritize_process_launch_helper.c | 185 ret = execve(binary, new_argv, NULL); in main()
|
| H A D | stackshot_tests.m | 761 T_QUIET; T_ASSERT_POSIX_ZERO(execve(args[0], args, NULL), "execing into exec_child_postexec");
|
| /xnu-8019.80.24/bsd/man/man2/ |
| H A D | Makefile | 45 execve.2 \
|
| /xnu-8019.80.24/bsd/dev/i386/ |
| H A D | systemcalls.c | 266 if (__improbable(callp->sy_call == (sy_call_t *)execve && !error)) { in unix_syscall()
|
| /xnu-8019.80.24/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn.c | 2848 execve(const char *fname, char * const *argp, char * const *envp) in execve() function
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_exec.c | 4508 execve(proc_t p, struct execve_args *uap, int32_t *retval) in execve() function 6472 return execve(p, &init_exec_args, retval); in load_init_program_at_path()
|