Searched refs:_execvpe (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dexec.c145 return (_execvpe(name, argv, environ));
297 _execvpe(const char *name, char * const argv[], char * const envp[]) function
H A Dposix_spawn.c214 * the posix_spawn() case where we do not end up calling _execvpe and won't ever
241 _execvpe(psa->path, psa->argv, envp);
/freebsd-11-stable/lib/libc/include/
H A Dlibc_private.h401 int _execvpe(const char *, char * const *, char * const *);

Completed in 69 milliseconds