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