Home
last modified time | relevance | path

Searched refs:fexecve (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/process/
Dfexecve.c33 int ret = fexecve(fd, argv, environ); in fexecve_0100()
47 int ret = fexecve(-1, argv, my_env); in fexecve_0200()
Dtest_src_functionalext_supplement_process.gni26 "fexecve",
/third_party/musl/src/process/
Dfexecve.c7 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() function
/third_party/musl/porting/liteos_a/user/src/process/
Dfexecve.c8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() function
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h87 int fexecve(int, char *const [], char *const []);
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h115 int fexecve(int, char *const [], char *const []);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h87 int fexecve(int, char *const [], char *const []);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h90 int fexecve(int, char *const [], char *const []);
/third_party/musl/ndk_musl_include/
Dunistd.h90 int fexecve(int, char *const [], char *const []);
/third_party/musl/include/
Dunistd.h91 int fexecve(int, char *const [], char *const []);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h115 int fexecve(int, char *const [], char *const []);
/third_party/musl/porting/linux/user/include/
Dunistd.h91 int fexecve(int, char *const [], char *const []);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h87 int fexecve(int, char *const [], char *const []);
/third_party/musl/libc-test/src/api/
Dunistd.c274 {int(*p)(int,char*const[],char*const[]) = fexecve;} in f()
/third_party/musl/
Dlibc.map.txt646 fexecve;
Dmusl_src.gni948 "src/process/fexecve.c",
/third_party/python/
Dpyconfig.h.in365 /* Define to 1 if you have the `fexecve' function. */
Dconfigure.ac3712 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
Dconfigure11956 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
/third_party/python/Modules/
Dposixmodule.c5844 fexecve(path->fd, argvlist, envlist); in os_execve_impl()