Searched refs:shellexec (Results 1 – 5 of 5) sorted by relevance
/freebsd/bin/sh/ |
H A D | exec.h | 62 void shellexec(char **, char **, const char *, int) __dead2;
|
H A D | eval.c | 1143 shellexec(argv, envp, path, cmdentry.u.index); in evalcommand() 1338 shellexec(argv + 1, environment(), pathval(), 0); in execcmd()
|
H A D | exec.c | 105 shellexec(char **argv, char **envp, const char *path, int idx) in shellexec() function
|
H A D | TOUR | 213 The routine shellexec is the interface to the exec system call.
|
H A D | jobs.c | 1036 shellexec(argv, envp, path, idx); in vforkexecshell()
|