Searched defs:execve (Results 1 - 12 of 12) sorted by relevance
| /third_party/musl/src/process/ |
| H A D | execve.c | 4 int execve(const char *path, char *const argv[], char *const envp[]) in execve() function
|
| /third_party/rust/crates/rustix/src/ |
| H A D | runtime.rs | 267 pub unsafe fn execve(path: &CStr, argv: *const *const u8, envp: *const *const u8) -> io::Errno { in execve() functions
|
| /third_party/mksh/ |
| H A D | os2.c | 400 execve(const char *name, char * const *argv, char * const *envp) in execve() function
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | audit.h | 190 } execve; member
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | audit.h | 200 } execve; member
|
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| H A D | sys.h | 274 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
|
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 64 #define execve _execve
macro
|
| /third_party/rust/crates/nix/src/ |
| H A D | unistd.rs | 832 pub fn execve<SA: AsRef<CStr>, SE: AsRef<CStr>>(path: &CStr, args: &[SA], env: &[SE]) -> Result<Infallible> { in execve() functions [all...] |
| /kernel/linux/linux-5.10/tools/include/nolibc/ |
| H A D | nolibc.h | 1879 int execve(const char *filename, char *const argv[], char *const envp[]) in execve() function
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 454 pub fn execve( in execve() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 881 pub fn execve( in execve() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 3594 pub fn execve( in execve() functions
|
Completed in 29 milliseconds