Searched refs:vforkexecshell (Results 1 – 3 of 3) sorted by relevance
/freebsd/bin/sh/ |
H A D | jobs.h | 55 pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int [2]);
|
H A D | eval.c | 991 vforkexecshell(jp, argv, environment(), path, in evalcommand()
|
H A D | jobs.c | 1005 vforkexecshell(struct job *jp, char **argv, char **envp, const char *path, int idx, int pip[2]) in vforkexecshell() function
|