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

  /external/e2fsprogs/include/nonunix/
unistd.h 29 #define sys_nerr _sys_nerr macro
  /toolchain/binutils/binutils-2.27/libiberty/
strerror.c 13 #define sys_nerr sys_nerr__ macro
24 #undef sys_nerr macro
465 #define sys_nerr sys_nerr__ macro
467 static int sys_nerr; variable
473 #ifndef sys_nerr
474 extern int sys_nerr;
557 sys_nerr = num_error_names;
579 should check the size of the table (@code{sys_nerr}) before indexing
581 added to the table. Thus @code{sys_nerr} might be smaller than value
600 maxsize = MAX (sys_nerr, num_error_names)
    [all...]
  /external/curl/lib/
curl_setup.h 334 # define sys_nerr EILSEQ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 48 # define sys_nerr _sys_nerr macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 623 #define sys_nerr _sys_nerr macro

Completed in 1006 milliseconds