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

123

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dexecve.c28 NoN(execve)
50 execve(const char* path, char* const argv[], char* const arge[])
H A Dexecvpe.c53 execve(path, argv, envv);
69 execve(path, newargv, envv);
H A Dspawnveg.c227 execve(path, argv, envv);
H A Domitted.c54 * (2) /bin/sh reference in execve() and spawnve()
112 #define sysexecve execve
344 #define execve ______execve macro
349 #undef execve macro
634 execve(const char* path, char* const* argv, char* const* envv) function
/macosx-10.10/apr-32/apr/apr/threadproc/beos/
H A Dapr_proc_stub.c73 execve (progname, newargs, environ);
/macosx-10.10/emacs-93/
H A Drunit.c27 ret = execve(argv[0], (char * const *) argv, 0);
29 err(1, "execve(%s) failed", argv[0]);
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dmount_webdav.c76 * Create an argument vector to pass to execve.
131 execve(PRIVATE_WEBDAVFS_AGENT_COMMAND, argv_child, env);
/macosx-10.10/OpenPAM-20/openpam/bin/su/
H A Dsu.c169 execve(*args, args, environ);
170 warn("execve()");
/macosx-10.10/sudo-73/src/
H A Dsudo_noexec.c37 * Dummy versions of the execve() family of syscalls. We don't need
115 DUMMY3(execve, const char *, char * const *, char * const *)
H A Dselinux.c350 execve(_PATH_SUDO_SESH, argv, envp);
H A Dexec.c97 * Like execve(2) but falls back to running through /bin/sh
106 execve(path, argv, envp);
111 execve(_PATH_BSHELL, argv, envp);
118 * Sends errno back on sv[1] if execve() fails.
173 /* headed for execve() */
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Dunistd.h46 extern int execve _ANSI_ARGS_((CONST char *path, char **argv, char **envp));
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Dunistd.h46 extern int execve _ANSI_ARGS_((CONST char *path, char **argv, char **envp));
/macosx-10.10/tcl-105/tk/tk/compat/
H A Dunistd.h46 extern int execve _ANSI_ARGS_((CONST char *path, char **argv, char **envp));
/macosx-10.10/tcl-105/tk84/tk/compat/
H A Dunistd.h46 extern int execve _ANSI_ARGS_((CONST char *path, char **argv, char **envp));
/macosx-10.10/uucp-11/uucp/unix/
H A Dspawn.c63 fshell -- TRUE if should try /bin/sh if execve gets ENOEXEC
411 (void) execve ((char *) zcmd, (char **) pazargs, pazenv);
446 (void) execve ((char *) "/bin/sh", (char **) azshargs, pazenv);
/macosx-10.10/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h68 #define _execve execve
/macosx-10.10/cups-408/cups/scheduler/
H A Dutil.c218 * Use execve() to run the program...
221 return (execve(command, argv, envp));
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile40 execve.2 \
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dsimple_exec.c264 execve(file, args, envp);
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dmain.c303 execve(PATHRACOON, args, env);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc273 execve(path.c_str(),
279 // If the execve() failed, we should exit. Follow Unix protocol and
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c167 * This function is needed by both xnu_quick_test proper and the execve() helper
169 * Path, argv, and envp are fed directly to the execve() call.
183 /* vfork then execve sleep system command (which we will kill from the parent process) */
191 * child process - use execve to start one of the customized helper
195 my_err = execve(path, argv, envp);
196 if ( my_err != 0 ) { /* TODO: execve() on x86_64 inca returns weird error codes, see rdar://4655612 */
197 printf( "execve call failed with return value: %d, errno: %d - \"%s\"; path: %s \n",
/macosx-10.10/apr-32/apr/apr/threadproc/unix/
H A Dproc.c547 execve(SHELL_PATH, (char * const *) newargs, (char * const *)env);
558 execve(progname, (char * const *)args, (char * const *)env);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h116 #define execve(a,b,c) nt_execve((a),(b),(c)) macro

Completed in 338 milliseconds

123