Searched refs:fexecve (Results 1 – 20 of 20) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | fexecve.c | 33 int ret = fexecve(fd, argv, environ); in fexecve_0100() 47 int ret = fexecve(-1, argv, my_env); in fexecve_0200()
|
D | test_src_functionalext_supplement_process.gni | 26 "fexecve",
|
/third_party/musl/src/process/ |
D | fexecve.c | 7 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() function
|
/third_party/musl/porting/liteos_a/user/src/process/ |
D | fexecve.c | 8 int fexecve(int fd, char *const argv[], char *const envp[]) in fexecve() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 87 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 115 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 87 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 90 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 90 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/include/ |
D | unistd.h | 91 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 115 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 91 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 87 int fexecve(int, char *const [], char *const []);
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 274 {int(*p)(int,char*const[],char*const[]) = fexecve;} in f()
|
/third_party/musl/ |
D | libc.map.txt | 646 fexecve;
|
D | musl_src.gni | 948 "src/process/fexecve.c",
|
/third_party/python/ |
D | pyconfig.h.in | 365 /* Define to 1 if you have the `fexecve' function. */
|
D | configure.ac | 3712 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
|
D | configure | 11956 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
|
/third_party/python/Modules/ |
D | posixmodule.c | 5844 fexecve(path->fd, argvlist, envlist); in os_execve_impl()
|