Home
last modified time | relevance | path

Searched defs:execlp (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/src/process/
H A Dexeclp.c4 int execlp(const char *file, const char *argv0, ...) in execlp() function
/third_party/python/Lib/
H A Dos.py552 def execlp(file, *args): function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs444 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs879 pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execlp() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3592 pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execlp() functions

Completed in 17 milliseconds