Searched defs:execvpe (Results 1 – 10 of 10) sorted by relevance
| /external/llvm-project/clang/tools/scan-build-py/libear/ |
| D | ear.c | 178 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() function
|
| /external/python/cpython2/Lib/ |
| D | os.py | 348 def execvpe(file, args, env): function
|
| /external/clang/tools/scan-build-py/libear/ |
| D | ear.c | 179 int execvpe(const char *file, char *const argv[], char *const envp[]) { in execvpe() function
|
| /external/python/cpython3/Lib/ |
| D | os.py | 576 def execvpe(file, args, env): function
|
| /external/rust/crates/nix/src/ |
| D | unistd.rs | 796 pub fn execvpe<SA: AsRef<CStr>, SE: AsRef<CStr>>(filename: &CStr, args: &[SA], env: &[SE]) -> Resul… in execvpe() function
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 426 pub fn execvpe( in execvpe() function
|
| /external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 1461 pub fn execvpe( in execvpe() function
|
| /external/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 1466 pub fn execvpe( in execvpe() function
|
| /external/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 1573 pub fn execvpe( in execvpe() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3913 pub fn execvpe( in execvpe() function
|