Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dexec.c141 return (__libc_execvpe(name, argv, environ)); in execvp()
358 __libc_execvpe(const char *name, char * const argv[], char * const envp[]) in __libc_execvpe() function
369 __weak_reference(__libc_execvpe, execvpe);
H A Dposix_spawn.c264 __libc_execvpe(psa->path, psa->argv, envp); in _posix_spawn_thr()
/freebsd/lib/libc/include/
H A Dlibc_private.h349 int __libc_execvpe(const char *, char * const *, char * const *);