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

  /device/linaro/bootloader/edk2/StdLib/LibC/String/
ErrorList.c 7 used to index into the sys_errlist array to retrieve its associated
25 sys_errlist[] = { variable
  /external/e2fsprogs/include/nonunix/
unistd.h 30 #define sys_errlist _sys_errlist macro
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 9 might declare sys_errlist in a way that the compiler might consider
14 #define sys_errlist sys_errlist__ macro
25 #undef sys_errlist macro
444 lies outside the range of sys_errlist[]. */
466 #define sys_errlist sys_errlist__ macro
468 static const char **sys_errlist; variable
476 #ifndef sys_errlist
477 extern char *sys_errlist[];
495 the error_names and the sys_errlist (if needed) tables, which are
548 /* Now attempt to allocate the sys_errlist table, zero it out, and the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 47 # define sys_errlist _sys_errlist macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 622 #define sys_errlist _sys_errlist macro

Completed in 166 milliseconds