Home
last modified time | relevance | path

Searched refs:execvpe (Results 1 – 25 of 26) 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/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/musl/porting/uniproton/kernel/include/
Dunistd.h172 int execvpe(const char *, char *const [], char *const []);
/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.h172 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h175 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/include/
Dunistd.h176 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.h176 int execvpe(const char *, char *const [], char *const []);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h172 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/musl/
Dlibc.map.txt594 execvpe;
DWHATSNEW1222 - public execvpe function (nonstandard extension)
/third_party/python/Lib/test/
Dtest_os.py1963 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/
Dsubprocess.rst347 :meth:`os.execvpe`-like behavior to execute the child program. On Windows,
368 platform dependent. For POSIX, see :meth:`os.execvpe`, and note that
Dos.rst3582 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/
DCMakeLists.txt572 CHECK_FUNCTION_EXISTS(execvpe LWS_HAVE_EXECVPE)
/third_party/libuv/
DChangeLog234 * zos: use execvpe() to set environ explictly (Shuowang (Wayne) Zhang)

12