Home
last modified time | relevance | path

Searched refs:execvpe (Results 1 – 25 of 44) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/process/
Dexecvpe.c35 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()
Dtest_src_functionalext_supplement_process.gni20 "execvpe",
/third_party/musl/src/process/
Dexecvp.c60 weak_alias(__execvpe, execvpe);
/third_party/python/Lib/
Dos.py566 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/
Dwindows.txt191 execvpe
Dopenbsd.txt1006 execvpe
Dfuchsia.txt1194 execvpe
/third_party/libunwind/tests/
Dtest-ptrace.c236 execvpe (argv[optind], argv + optind, environ); in main()
/third_party/libwebsockets/cmake/
Dlws_config_private.h.in83 /* Define to 1 if execvpe() exists */
/third_party/cups-filters/filter/
Dmupdftoraster.c206 execvpe(filename, mutoolargv, envp); in mutool_spawn()
Dgstoraster.c465 execvpe(filename, gsargv, envp); in gs_spawn()
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h200 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h175 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h175 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/include/
Dunistd.h181 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h200 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/linux/user/include/
Dunistd.h181 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/ndk_musl_include/
Dunistd.h165 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h180 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h175 int execvpe(const char *, char *const [], char *const []);
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c559 execvpe(i->exec_array[0], (char * const *)&i->exec_array[0], in lws_spawn_piped()
/third_party/libuv/src/unix/
Dprocess.c380 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/
DTargetLibraryInfo.def640 /// 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/
Dmod.rs462 pub fn execvpe( in execvpe() function
/third_party/musl/
Dlibc.map.txt596 execvpe;

12