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

  /device/linaro/bootloader/edk2/StdLib/Include/
sysexits.h 61 * EX_NOINPUT -- An input file (not a system file) did not
106 #define EX_NOINPUT 66 /* cannot open input */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sysexits.h 53 * EX_NOINPUT -- An input file (not a system file) did not
98 #define EX_NOINPUT 66 /* cannot open input */
  /bionic/libc/include/
sysexits.h 58 * EX_NOINPUT -- An input file (not a system file) did not
93 * file system problems, which should use EX_NOINPUT or
105 #define EX_NOINPUT 66 /* cannot open input */
  /system/tpm/attestation/client/
main.cc 169 return EX_NOINPUT;
182 return EX_NOINPUT;
195 return EX_NOINPUT;
208 return EX_NOINPUT;
221 return EX_NOINPUT;
235 return EX_NOINPUT;
241 return EX_NOINPUT;
  /external/python/cpython2/RISCOS/Modules/
riscosmodule.c 539 #ifdef EX_NOINPUT
540 if (ins(d, "EX_NOINPUT", (long)EX_NOINPUT)) return -1;
541 #endif /* EX_NOINPUT */
  /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...]