Home
last modified time | relevance | path

Searched refs:__execvpe (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/posix/
Dexecvpe.c188 __execvpe (const char *file, char *const argv[], char *const envp[]) in __execvpe() function
192 weak_alias (__execvpe, execvpe) in weak_alias() argument
Dexecvp.c26 return __execvpe (file, argv, __environ); in execvp()
Dexeclp.c56 return __execvpe (file, argv, __environ); in execlp()
/glibc-2.36/include/
Dunistd.h88 extern int __execvpe (const char *file, char *const argv[],
/glibc-2.36/ChangeLog.old/
DChangeLog.1813597 (__execvpe): Style fixes.
14511 (__execvpe): Likewise.
24277 * posix/execvpe.c (__execvpe): Remove dynamic allocation.
28061 * posix/execvpe.c (__execvpe): Likewise.
DChangeLog.1933026 (__execvpe): Likewise.