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

  /external/e2fsprogs/lib/et/
internal.h 17 extern char const * const sys_errlist[];
error_message.c 130 return(sys_errlist[offset]);
  /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
Misc.c 27 extern char *sys_errlist[];
54 estring = sys_errlist[errnum];
  /external/syslinux/com32/lib/
strerror.c 15 extern const char *const sys_errlist[];
17 if (e < (unsigned int)sys_nerr && sys_errlist[e])
18 return (char *)sys_errlist[e];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
sys_errlist.h 1 /* Declare sys_errlist and sys_nerr, or don't. Compatibility (do) version.
21 # error "Never include <bits/sys_errlist.h> directly; use <stdio.h> instead."
24 /* sys_errlist and sys_nerr are deprecated. Use strerror instead. */
28 extern __const char *__const sys_errlist[];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
sys_errlist.h 1 /* Declare sys_errlist and sys_nerr, or don't. Compatibility (do) version.
21 # error "Never include <bits/sys_errlist.h> directly; use <stdio.h> instead."
24 /* sys_errlist and sys_nerr are deprecated. Use strerror instead. */
28 extern __const char *__const sys_errlist[];
  /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...]
  /external/e2fsprogs/include/nonunix/
unistd.h 30 #define sys_errlist _sys_errlist macro
  /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
  /external/mksh/src/
shf.c 1103 extern const char * const sys_errlist[];
1114 if (errnum > 0 && errnum < sys_nerr && sys_errlist[errnum])
1115 return (sys_errlist[errnum]);
Build.sh     [all...]
  /external/libxml2/
triostr.c 572 extern char *sys_errlist[];
577 : sys_errlist[error_number];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 846 /* Provide the declarations for `sys_errlist' and `sys_nerr' if they
850 #include <bits/sys_errlist.h>
  /external/strace/
strace.c 184 extern char *sys_errlist[];
196 return sys_errlist[err_no];
    [all...]
configure     [all...]
  /external/libpcap/
pcap.c     [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 73 #define sys_errlist _sys_errlist
  /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
  /external/pcre/dist2/src/
pcre2grep.c 866 extern char *sys_errlist[];
872 return sys_errlist[n];
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 84 extern char *sys_errlist[];
    [all...]
  /external/valgrind/memcheck/tests/
str_tester.c 39 #define _sys_errlist sys_errlist
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c     [all...]

Completed in 745 milliseconds