Searched defs:execv (Results 1 – 4 of 4) sorted by relevance
5 int execv(const char *path, char *const argv[]) in execv() function
452 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() function
880 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() function
3593 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::c_int; in execv() function