Searched refs:shellexec (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/bin/sh/ |
| D | exec.h | 66 void shellexec(char **, char **, const char *, int, int) __dead;
|
| D | exec.c | 125 shellexec(char **argv, char **envp, const char *path, int idx, int vforked) in shellexec() function 335 shellexec(new, envp, pathval(), 0); in execinterp()
|
| D | eval.c | 1500 shellexec(argv, envp, path, cmdentry.u.index, vforked); in evalcommand() 1802 shellexec(argptr, environment(), pathval(), 0, 0); in execcmd()
|
| D | TOUR | 249 The routine shellexec is the interface to the exec system call. 275 ment must be remembered and passed to shellexec. Second, if the
|