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

  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Misc.c 49 if( (errnum < 0) || (errnum >= EMAXERRORVAL)) {
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Err/
warn_err.c 57 if (doerrno && errno < EMAXERRORVAL) {
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 172 #define EMAXERRORVAL __EMAXERRORVAL /* One more than the highest defined error value. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 840 #ifdef EMAXERRORVAL
841 inscode(d, ds, de, "EMAXERRORVAL", EMAXERRORVAL, "One more than the highest defined error value");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 839 #ifdef EMAXERRORVAL
840 inscode(d, ds, de, "EMAXERRORVAL", EMAXERRORVAL, "One more than the highest defined error value");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 840 #ifdef EMAXERRORVAL
841 inscode(d, ds, de, "EMAXERRORVAL", EMAXERRORVAL, "One more than the highest defined error value");

Completed in 71 milliseconds