Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/windows/
H A Dmod.rs467 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> intptr_t; in execv() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs1034 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> c_int; in execv() function
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs3657 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> c_int; in execv() function