Searched refs:execve (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile41 execve.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dmisc.c161 * This function is needed by both xnu_quick_test proper and the execve() helper
163 * Path, argv, and envp are fed directly to the execve() call.
176 /* vfork then execve sleep system command (which we will kill from the parent process) */
184 * child process - use execve to start one of the customized helper
188 my_err = execve(path, argv, envp);
189 if ( my_err != 0 ) { /* TODO: execve() on x86_64 inca returns weird error codes, see rdar://4655612 */
190 printf( "execve call failed with return value: %d, errno: %d - \"%s\"; path: %s \n",
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c266 * first argument to execve() stored on the user stack.
392 * in execve() does not follow symbolic links, as a side effect.
855 * execve() following a vfork(), which is an unrecoverable condition.
1858 * execve
1880 execve(proc_t p, struct execve_args *uap, register_t *retval) function
2334 * passed to execve() with the fully qualified path name that was
2335 * passed to execve() for interpreters which do not use the PATH
2665 * that it was not the default at the time of the execve,
2850 * Parameters: p Process to call execve() to create
2916 * Set up argument block for fake call to execve
[all...]
H A Dinit_sysent.c119 {AC(execve_args), 0, 0, (sy_call_t *)execve, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 59 = execve */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1757 int execve(struct proc *, struct execve_args *, int *);

Completed in 64 milliseconds