HomeSort by: relevance | last modified time | path
    Searched refs:sys_nerr (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/lib/libc/compat/include/
errno.h 43 extern const int sys_nerr;
  /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/crypto/external/bsd/heimdal/dist/lib/roken/
strerror.c 42 extern int sys_nerr;
50 if(eno < 0 || eno >= sys_nerr)
  /src/external/bsd/ntp/dist/libntp/
bsd_strerror.c 39 extern int sys_nerr;
43 if ((unsigned int)errnum < sys_nerr)
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strerror.c 33 extern int sys_nerr;
42 if (n < 0 || n >= sys_nerr)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strerror.c 33 extern int sys_nerr;
42 if (n < 0 || n >= sys_nerr)
  /src/external/gpl2/groff/dist/src/libs/libgroff/
strerror.c 34 extern int sys_nerr;
44 if (n >= 0 && n < sys_nerr && sys_errlist[n] != 0)
  /src/external/gpl2/texinfo/dist/lib/
strerror.c 35 extern int sys_nerr;
44 if (n < 0 || n >= sys_nerr)
  /src/external/gpl2/xcvs/dist/lib/
strerror.c 36 extern int sys_nerr;
45 if (n < 0 || n >= sys_nerr)
  /src/distrib/utils/libhack/
strerror.c 47 if (errnum < sys_nerr)
  /src/external/bsd/openldap/dist/include/ac/
errno.h 30 LDAP_LIBC_V(int) sys_nerr;
  /src/include/
errno.h 60 extern const int sys_nerr __RENAME(__sys_nerr14);
  /src/external/bsd/libbind/dist/bsd/
strerror.c 55 extern int sys_nerr;
72 if (errnum < (u_int)sys_nerr)
  /src/lib/libc/string/
strerror_ss.c 49 if (num >= 0 || num < sys_nerr)
strerror_r.c 42 #include <stdio.h> /* for sys_nerr on FreeBSD */
81 errlist = calloc(sys_nerr, sizeof(*errlist));
84 for (i = 0; i < sys_nerr; ++i) {
95 for (i = 0; i < sys_nerr; ++i)
117 if (errnum < (unsigned int) sys_nerr) {
  /src/usr.sbin/tcpdchk/
percent_m.c 24 extern int sys_nerr;
  /src/external/bsd/pdisk/dist/
errors.c 66 extern int sys_nerr;
141 if (value > 0 && value < sys_nerr) {
170 if (value > 0 && value < sys_nerr) {
  /src/tests/lib/libc/string/
t_strerror.c 36 #include <stdio.h> /* Needed for sys_nerr on FreeBSD */
51 for (i = 1; i < sys_nerr; i++)
54 for (; i < sys_nerr + 10; i++)
89 for (i = 1; i < sys_nerr; i++) {
94 for (; i < sys_nerr + 10; i++) {
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
strerror.c 47 extern const int sys_nerr;
73 if (num >= 0 && num < sys_nerr)
  /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/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/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...]

Completed in 26 milliseconds

1 2