Home
last modified time | relevance | path

Searched defs:execvp (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/src/process/
H A Dexecvp.c55 int execvp(const char *file, char *const argv[]) in execvp() function
/third_party/python/Lib/
H A Dos.py568 def execvp(file, args): function
/third_party/rust/crates/nix/src/
H A Dunistd.rs853 pub fn execvp<S: AsRef<CStr>>(filename: &CStr, args: &[S]) -> Result<Infallible> { in execvp() functions
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs460 pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; in execvp() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs886 pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; in execvp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3599 pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; in execvp() functions

Completed in 21 milliseconds