HomeSort by relevance Sort by last modified time
    Searched refs:EX_OSERR (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/
sysexits.h 77 * EX_OSERR -- An operating system error has been detected.
111 #define EX_OSERR 71 /* system error (e.g., can't fork) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sysexits.h 69 * EX_OSERR -- An operating system error has been detected.
103 #define EX_OSERR 71 /* system error (e.g., can't fork) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sysexits.h 69 * EX_OSERR -- An operating system error has been detected.
103 #define EX_OSERR 71 /* system error (e.g., can't fork) */
  /bionic/libc/include/
sysexits.h 74 * EX_OSERR -- An operating system error has been detected.
110 #define EX_OSERR 71 /* system error (e.g., can't fork) */
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 233 exit(EX_OSERR);
240 exit(EX_OSERR);
256 exit(EX_OSERR);
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 554 #ifdef EX_OSERR
555 if (ins(d, "EX_OSERR", (long)EX_OSERR)) return -1;
556 #endif /* EX_OSERR */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 226 milliseconds