Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dunistd.h20 #define execl( command, arg, ... ) ( { \ macro
/external/python/cpython2/Lib/
Dos.py309 def execl(file, *args): function
/external/clang/tools/scan-build-py/libear/
Dear.c210 int execl(const char *path, const char *arg, ...) { in execl() function