HomeSort by relevance Sort by last modified time
    Searched defs:execl (Results 1 - 13 of 13) sorted by null

  /external/syslinux/gpxe/src/include/
unistd.h 20 #define execl( command, arg, ... ) ( { \ macro
  /bionic/libc/bionic/
exec.cpp 74 int execl(const char* name, const char* arg, ...) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 321 def execl(file, *args): function
322 """execl(file, *args)
369 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 336 def execl(file, *args): function
337 """execl(file, *args)
384 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 307 def execl(file, *args): function
308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /external/python/cpython2/Lib/
os.py 309 def execl(file, *args): function
310 """execl(file, *args)
357 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 307 def execl(file, *args): function
308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 307 def execl(file, *args): function
308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 307 def execl(file, *args): function
308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 307 def execl(file, *args): function
308 """execl(file, *args)
355 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
  /external/clang/tools/scan-build-py/libear/
ear.c 208 # error can not implement execl without execve
210 int execl(const char *path, const char *arg, ...) { function
  /external/python/cpython3/Lib/
os.py 522 def execl(file, *args): function
523 """execl(file, *args)
570 __all__.extend(["execl","execle","execlp","execlpe","execvp","execvpe"])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 22 # define execl _execl macro

Completed in 470 milliseconds