/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | execvpe.c | 35 int result = execvpe("touch", argv, &path); in execvpe_0100() 59 int result = execvpe("touch", argv, &path); in execvpe_0200() 82 int result = execvpe(buff, argv, my_env); in execvpe_0300() 99 int result = execvpe(buff, argv, my_env); in execvpe_0400()
|
D | test_src_functionalext_supplement_process.gni | 20 "execvpe",
|
/third_party/musl/src/process/ |
D | execvp.c | 60 weak_alias(__execvpe, execvpe);
|
/third_party/python/Lib/ |
D | os.py | 566 execvpe(file, args[:-1], env) 576 def execvpe(file, args, env): function 911 return _spawnvef(mode, file, args, env, execvpe)
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 191 execvpe
|
D | openbsd.txt | 1006 execvpe
|
D | fuchsia.txt | 1194 execvpe
|
/third_party/libunwind/tests/ |
D | test-ptrace.c | 236 execvpe (argv[optind], argv + optind, environ); in main()
|
/third_party/libwebsockets/cmake/ |
D | lws_config_private.h.in | 83 /* Define to 1 if execvpe() exists */
|
/third_party/cups-filters/filter/ |
D | mupdftoraster.c | 206 execvpe(filename, mutoolargv, envp); in mutool_spawn()
|
D | gstoraster.c | 465 execvpe(filename, gsargv, envp); in gs_spawn()
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 200 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 175 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 175 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/include/ |
D | unistd.h | 181 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 200 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 181 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 165 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 180 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 175 int execvpe(const char *, char *const [], char *const []);
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-spawn.c | 559 execvpe(i->exec_array[0], (char * const *)&i->exec_array[0], in lws_spawn_piped()
|
/third_party/libuv/src/unix/ |
D | process.c | 380 execvpe(options->file, options->args, environ); in uv__process_child_init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 640 /// int execvpe(const char *file, char *const argv[], char *const envp[]); 641 TLI_DEFINE_ENUM_INTERNAL(execvpe) 642 TLI_DEFINE_STRING_INTERNAL("execvpe")
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 462 pub fn execvpe( in execvpe() function
|
/third_party/musl/ |
D | libc.map.txt | 596 execvpe;
|