HomeSort by: relevance | last modified time | path
    Searched refs:shellexec (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
exec.h 66 void shellexec(char **, char **, const char *, int, int) __dead;
exec.c 125 shellexec(char **argv, char **envp, const char *path, int idx, int vforked) function in typeref:typename:void
211 ("shellexec failed for %s, errno %d, vforked %d, suppressint %d\n",
335 shellexec(new, envp, pathval(), 0);
564 * change the shellexec routine as well.
eval.c 1500 shellexec(argv, envp, path, cmdentry.u.index, vforked);
1802 shellexec(argptr, environment(), pathval(), 0, 0);

Completed in 13 milliseconds