Searched defs:execveat (Results 1 – 3 of 3) sorted by relevance
14 static inline int execveat(int dirfd, const char *pathname, in execveat() function
129 SYS_FUNC(execveat) in SYS_FUNC() argument
848 pub fn execveat<SA: AsRef<CStr>,SE: AsRef<CStr>>(dirfd: RawFd, pathname: &CStr, args: &[SA], in execveat() function