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