Searched refs:execlpe (Results 1 – 4 of 4) sorted by relevance
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 187 execlpe
|
/third_party/python/Lib/ |
D | os.py | 559 def execlpe(file, *args): function
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 448 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() function
|
/third_party/python/Doc/library/ |
D | os.rst | 3578 execlpe(file, arg0, arg1, ..., env) 3605 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 3614 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|