Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dmacho_size_63133398.c3214 T_ASSERT_EQ(-1, execve(av[0], av, ev), NULL);
H A Dprioritize_process_launch_helper.c185 ret = execve(binary, new_argv, NULL); in main()
H A Dstackshot_tests.m881 T_QUIET; T_ASSERT_POSIX_ZERO(execve(args[0], args, NULL), "execing into exec_child_postexec");
/xnu-11215/bsd/man/man2/
H A DMakefile45 execve.2 \
/xnu-11215/bsd/dev/i386/
H A Dsystemcalls.c262 if (__improbable(callp->sy_call == (sy_call_t *)execve && !error)) { in unix_syscall()
/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c3049 execve(const char *fname, char * const *argp, char * const *envp) in execve() function
/xnu-11215/bsd/kern/
H A Dkern_exec.c5187 execve(proc_t p, struct execve_args *uap, int32_t *retval) in execve() function
7167 return execve(p, &init_exec_args, retval); in load_init_program_at_path()