Home
last modified time | relevance | path

Searched refs:vforkexecshell (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/sh/
H A Djobs.h55 pid_t vforkexecshell(struct job *, char **, char **, const char *, int, int [2]);
H A Deval.c991 vforkexecshell(jp, argv, environment(), path, in evalcommand()
H A Djobs.c1005 vforkexecshell(struct job *jp, char **argv, char **envp, const char *path, int idx, int pip[2]) in vforkexecshell() function