Home
last modified time | relevance | path

Searched refs:shellexec (Results 1 – 5 of 5) sorted by relevance

/freebsd/bin/sh/
H A Dexec.h62 void shellexec(char **, char **, const char *, int) __dead2;
H A Deval.c1143 shellexec(argv, envp, path, cmdentry.u.index); in evalcommand()
1338 shellexec(argv + 1, environment(), pathval(), 0); in execcmd()
H A Dexec.c105 shellexec(char **argv, char **envp, const char *path, int idx) in shellexec() function
H A DTOUR213 The routine shellexec is the interface to the exec system call.
H A Djobs.c1036 shellexec(argv, envp, path, idx); in vforkexecshell()