Home
last modified time | relevance | path

Searched refs:execv (Results 1 – 7 of 7) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dwindows.txt193 execv
H A Dunix.txt511 execv
H A Daix.txt1891 execv
H A Dandroid.txt3290 execv
/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