Home
last modified time | relevance | path

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

12

/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt19 check_function_exists(execvpe HAVE_EXECVPE)
Dmain.c176 FORK(execvpe(compiler, argv, envp);) in call_execvpe()
/external/musl/src/process/
Dexecvp.c60 weak_alias(__execvpe, execvpe);
/external/python/cpython2/Lib/
Dos.py338 execvpe(file, args[:-1], env)
348 def execvpe(file, args, env): function
597 return _spawnvef(mode, file, args, env, execvpe)
Dsubprocess.py999 os.execvpe(executable, args, env)
/external/iproute2/tc/
De_bpf.c160 return execvpe(argv_run[0], argv_run, envp_run); in parse_bpf()
/external/python/cpython3/Lib/
Dos.py566 execvpe(file, args[:-1], env)
576 def execvpe(file, args, env): function
911 return _spawnvef(mode, file, args, env, execvpe)
/external/python/cpython2/Lib/distutils/
Dspawn.py142 exec_fn = search_path and os.execvpe or os.execve
/external/libwebsockets/cmake/
Dlws_config_private.h.in83 /* Define to 1 if execvpe() exists */
/external/musl/include/
Dunistd.h181 int execvpe(const char *, char *const [], char *const []);
/external/clang/tools/scan-build-py/libear/
Dear.c179 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() function
/external/libwebsockets/lib/plat/unix/
Dunix-spawn.c559 execvpe(i->exec_array[0], (char * const *)&i->exec_array[0], in lws_spawn_piped()
/external/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")
/external/rust/crates/libc/src/windows/
Dmod.rs462 pub fn execvpe( in execvpe() function
/external/autotest/client/common_lib/
Dpexpect.py570 os.execvpe(self.command, self.args, self.env)
/external/python/cpython2/Lib/test/
Dtest_os.py605 self.assertRaises(ValueError, os.execvpe, 'notepad', [], None)
/external/rust/crates/nix/test/
Dtest_unistd.rs426 execve_test_factory!(test_execvpe, execvpe, &CString::new("sh").unwrap());
/external/python/cpython3/Lib/test/
Dtest_os.py1960 self.assertRaises(OSError, os.execvpe, 'no such app-',
1970 self.assertRaises(ValueError, os.execvpe, 'notepad', [], None)
1971 self.assertRaises(ValueError, os.execvpe, 'notepad', [], {})
1972 self.assertRaises(ValueError, os.execvpe, 'notepad', [''], {})
/external/rust/crates/nix/src/
Dunistd.rs873 pub fn execvpe<SA: AsRef<CStr>, SE: AsRef<CStr>>(filename: &CStr, args: &[SA], env: &[SE]) -> Resul…
878 libc::execvpe(filename.as_ptr(), args_p.as_ptr(), env_p.as_ptr())
/external/rust/crates/nix/
DCHANGELOG.md588 - Changed unistd::{execv,execve,execvp,execvpe,fexecve,execveat} to take both `&[&CStr]` and `&[CSt…
1026 - Added `unistd::execvpe` for Haiku, Linux and OpenBSD
1321 `execvpe` is no longer supported, but this was already broken and will be added back in the next
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1765 pub fn execvpe( in execvpe() function
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1745 pub fn execvpe( in execvpe() function
/external/python/cpython3/Doc/library/
Dsubprocess.rst348 :meth:`os.execvpe`-like behavior to execute the child program. On Windows,
369 platform dependent. For POSIX, see :meth:`os.execvpe`, and note that
/external/python/cpython2/Doc/library/
Dos.rst1713 execvpe(file, args, env)
1736 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the
1745 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1746 pub fn execvpe( in execvpe() function

12