Home
last modified time | relevance | path

Searched refs:execve (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/tests/
H A Dmacho_size_63133398.c3214 execve(av[0], av, ev);
H A Dprioritize_process_launch_helper.c185 ret = execve(binary, new_argv, NULL); in main()
H A Dstackshot_tests.m761 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 DMakefile45 execve.2 \
/xnu-8019.80.24/bsd/dev/i386/
H A Dsystemcalls.c266 if (__improbable(callp->sy_call == (sy_call_t *)execve && !error)) { in unix_syscall()
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2848 execve(const char *fname, char * const *argp, char * const *envp) in execve() function
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c4508 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()