Searched defs:execve (Results 1 – 9 of 9) sorted by relevance
724 $! This wants execve() to do this automagically to pass. function
4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
55 pub(crate) unsafe fn execve( in execve() function
267 pub unsafe fn execve(path: &CStr, argv: *const *const u8, envp: *const *const u8) -> io::Errno { in execve() function
400 execve(const char *name, char * const *argv, char * const *envp) in execve() function
64 #define execve _execve macro
454 pub fn execve( in execve() function
881 pub fn execve( in execve() function
3594 pub fn execve( in execve() function