/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/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/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 172 int execvpe(const char *, char *const [], char *const []);
|
/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 | 172 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 175 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/include/ |
D | unistd.h | 176 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 | 176 int execvpe(const char *, char *const [], char *const []);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 172 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/musl/ |
D | libc.map.txt | 594 execvpe;
|
D | WHATSNEW | 1222 - public execvpe function (nonstandard extension)
|
/third_party/python/Lib/test/ |
D | test_os.py | 1963 self.assertRaises(OSError, os.execvpe, 'no such app-', 1973 self.assertRaises(ValueError, os.execvpe, 'notepad', [], None) 1974 self.assertRaises(ValueError, os.execvpe, 'notepad', [], {}) 1975 self.assertRaises(ValueError, os.execvpe, 'notepad', [''], {})
|
/third_party/python/Doc/library/ |
D | subprocess.rst | 347 :meth:`os.execvpe`-like behavior to execute the child program. On Windows, 368 platform dependent. For POSIX, see :meth:`os.execvpe`, and note that
|
D | os.rst | 3582 execvpe(file, args, env) 3605 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 3614 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|
/third_party/libwebsockets/ |
D | CMakeLists.txt | 572 CHECK_FUNCTION_EXISTS(execvpe LWS_HAVE_EXECVPE)
|
/third_party/libuv/ |
D | ChangeLog | 234 * zos: use execvpe() to set environ explictly (Shuowang (Wayne) Zhang)
|