Searched defs:execlp (Results 1 – 7 of 7) sorted by relevance
/external/musl/src/process/ |
D | execlp.c | 4 int execlp(const char *file, const char *argv0, ...) in execlp() function
|
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 229 int execlp(const char *file, const char *arg, ...) { in execlp() function
|
/external/python/cpython2/Lib/ |
D | os.py | 324 def execlp(file, *args): function
|
/external/python/cpython3/Lib/ |
D | os.py | 552 def execlp(file, *args): function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 432 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 848 pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execlp() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3577 pub fn execlp(file: *const ::c_char, arg0: *const ::c_char, ...) -> ::c_int; in execlp() function
|