Home
last modified time | relevance | path

Searched defs:execlp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dos.py324 def execlp(file, *args): function
/external/clang/tools/scan-build-py/libear/
Dear.c229 int execlp(const char *file, const char *arg, ...) { in execlp() function
/external/python/cpython3/Lib/
Dos.py537 def execlp(file, *args): function