HomeSort by: relevance | last modified time | path
    Searched defs:sys_nerr (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/compat/gen/
compat_errlist.c 47 __weak_alias(sys_nerr, _sys_nerr)
152 const int sys_nerr = { sizeof(sys_errlist) / sizeof(sys_errlist[0]) }; variable
  /src/external/gpl3/binutils/dist/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...]
  /src/external/gpl3/binutils.old/dist/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...]
  /src/external/gpl3/gcc.old/dist/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...]
  /src/external/gpl3/gcc/dist/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...]
  /src/external/gpl3/gdb/dist/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...]
  /src/external/gpl3/gdb.old/dist/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...]
  /src/lib/libc/include/
namespace.h 84 #define sys_nerr _sys_nerr macro

Completed in 34 milliseconds