Home
last modified time | relevance | path

Searched defs:execv (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/process/
Dexecv.c5 int execv(const char *path, char *const argv[]) in execv() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs452 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs880 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3593 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() function