Searched refs:execvp (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dexecvp.c30 NoN(execvp)
35 __EXPORT__ int execvp(const char*, char* const[]);
45 execvp(const char* name, char* const argv[])
H A Dexeclp.c47 return execvp(name, (char *const*)&arg);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dexec_command.c75 (void) execvp(argv->argv[0], argv->argv);
81 msg_fatal("execvp %s: %m", argv->argv[0]);
H A Dspawn_command.c276 execvp(args.argv[0], args.argv);
277 msg_fatal("%s: execvp %s: %m", myname, args.argv[0]);
282 execvp(argv->argv[0], argv->argv);
283 msg_fatal("%s: execvp %s: %m", myname, argv->argv[0]);
/macosx-10.10.1/shell_cmds-179/env/
H A Denv.c81 execvp(*argv, argv);
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dvms.h170 #define execvp sys_execvp
169 #define execvp macro
/macosx-10.10.1/shell_cmds-179/nice/
H A Dnice.c110 execvp(argv[0], &argv[0]);
/macosx-10.10.1/postfix-255/postfix/src/postfix/
H A Dpostfix.c542 execvp(script, argv + optind - 1);
557 execvp(my_argv->argv[0], my_argv->argv);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dcommon.c26 signal(SIGPIPE,SIG_DFL);execvp(*argv,(char*const*)argv);
/macosx-10.10.1/shell_cmds-179/nohup/
H A Dnohup.c102 execvp(*argv, argv);
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Dsysfile.h524 # undef execvp macro
525 # define execvp sys_execvp macro
528 # define sys_execvp execvp
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Launcher/efl/
H A DProcessLauncherEfl.cpp62 // execvp() needs the pointers' array to be null-terminated.
109 execvp(args.data()[0].get(), reinterpret_cast<char* const*>(args.data()));
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.h90 #define execvp _execvp macro
/macosx-10.10.1/postfix-255/postfix/src/postlock/
H A Dpostlock.c252 execvp(command[0], command);
253 msg_fatal("execvp %s: %m", command[0]);
/macosx-10.10.1/rsync-45/rsync/
H A Dpipe.c84 execvp(command[0], command);
/macosx-10.10.1/rsync-45/rsync/support/
H A Dsavetransfer.c130 execvp(command[0], command);
/macosx-10.10.1/shell_cmds-179/chroot/
H A Dchroot.c161 execvp(argv[1], &argv[1]);
/macosx-10.10.1/sudo-73/src/
H A Dsudo_noexec.c109 DUMMY2(execvp, const char *, char * const *)
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Dunistd.h47 extern int execvp _ANSI_ARGS_((CONST char *file, char **argv));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Dunistd.h47 extern int execvp _ANSI_ARGS_((CONST char *file, char **argv));
/macosx-10.10.1/tcl-105/tk/tk/compat/
H A Dunistd.h47 extern int execvp _ANSI_ARGS_((CONST char *file, char **argv));
/macosx-10.10.1/tcl-105/tk84/tk/compat/
H A Dunistd.h47 extern int execvp _ANSI_ARGS_((CONST char *file, char **argv));
/macosx-10.10.1/uucp-11/uucp/contrib/
H A DdialHDB.c123 if(execvp(argv[1],argv+1)<0) /* exec program with argv shifted by 1 */
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dexec.c134 return (execvp(name, __DECONST(char **, argv)));
147 execvp(const char *name, char * const *argv) function
/macosx-10.10.1/cron-39/cron/
H A Dpopen.c23 * globbing stuff since we don't need it. also execvp instead of execv.
260 execvp(gargv[0], gargv);
262 execvp(argv[0], argv);

Completed in 405 milliseconds

1234