Searched defs:execvp (Results 1 – 8 of 8) sorted by relevance
185 int execvp(const char *file, char *const argv[]) { in execvp() function
340 def execvp(file, args): function
186 int execvp(const char *file, char *const argv[]) { in execvp() function
568 def execvp(file, args): function
776 pub fn execvp<S: AsRef<CStr>>(filename: &CStr, args: &[S]) -> Result<Infallible> { in execvp() function
424 pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; in execvp() function
845 pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; in execvp() function
3579 pub fn execvp(c: *const c_char, argv: *const *const c_char) -> ::c_int; in execvp() function