| /src/lib/libc/compat/gen/ |
| compat_errlist.c | 45 __weak_alias(sys_errlist, _sys_errlist) 51 const char *const sys_errlist[] = { 152 const int sys_nerr = { sizeof(sys_errlist) / sizeof(sys_errlist[0]) };
|
| /src/lib/libc/compat/include/ |
| errno.h | 44 extern const char *const sys_errlist[];
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| strerror.c | 37 extern char *sys_errlist[]; 44 if (n >= 0 && n < sys_nerr && sys_errlist[n] != 0) 45 return sys_errlist[n];
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strerror.c | 43 extern char *sys_errlist[]; 53 snprintf(emsg, sizeof(emsg), "%s", sys_errlist[eno]);
|
| /src/external/bsd/am-utils/dist/libamu/ |
| strerror.c | 57 if (errnum < 0 || errnum >= (sizeof(sys_errlist) >> 2)) { 62 return sys_errlist[error];
|
| /src/external/bsd/ntp/dist/libntp/ |
| bsd_strerror.c | 40 extern char *sys_errlist[]; 44 return sys_errlist[errnum];
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| strerror.c | 27 sys_errlist and its declarations may collide with ours. Just 34 extern char *sys_errlist[]; 48 return sys_errlist[n];
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| strerror.c | 27 sys_errlist and its declarations may collide with ours. Just 34 extern char *sys_errlist[]; 48 return sys_errlist[n];
|
| /src/external/gpl2/texinfo/dist/lib/ |
| strerror.c | 29 sys_errlist and its declarations may collide with ours. Just 36 extern char *sys_errlist[]; 50 return sys_errlist[n];
|
| /src/external/gpl2/xcvs/dist/lib/ |
| strerror.c | 30 sys_errlist and its declarations may collide with ours. Just 37 extern char *sys_errlist[]; 51 return sys_errlist[n];
|
| /src/distrib/utils/libhack/ |
| strerror.c | 48 return((__aconst char *)sys_errlist[errnum]);
|
| /src/external/bsd/openldap/dist/include/ac/ |
| errno.h | 29 /* have sys_errlist but need declaration */ 31 LDAP_LIBC_V(char) *sys_errlist[];
|
| /src/include/ |
| errno.h | 61 extern const char *const *sys_errlist __RENAME(__sys_errlist14);
|
| /src/external/bsd/libbind/dist/bsd/ |
| strerror.c | 56 extern char *sys_errlist[]; 73 return (sys_errlist[errnum]);
|
| /src/lib/libc/string/ |
| strerror_ss.c | 50 strlcpy(buf, sys_errlist[num], len);
|
| /src/usr.sbin/tcpdchk/ |
| percent_m.c | 23 extern char *sys_errlist[];
|
| /src/external/bsd/pdisk/dist/ |
| errors.c | 67 extern const char * const sys_errlist[]; 142 fprintf(stderr, " (%s)\n", sys_errlist[value]); 171 fprintf(stderr, " (%s)\n", sys_errlist[value]);
|
| /src/external/gpl3/binutils/dist/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...] |
| /src/external/gpl3/binutils.old/dist/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...] |
| /src/external/gpl3/gcc/dist/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...] |
| /src/external/gpl3/gcc.old/dist/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...] |
| /src/external/gpl3/gdb/dist/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...] |
| /src/external/gpl3/gdb.old/dist/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...] |
| /src/external/bsd/ipf/dist/ |
| opts.h | 65 # define STRERROR(x) sys_errlist[x] 66 extern char *sys_errlist[];
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/unix/ |
| strerror.c | 46 extern const char * const sys_errlist[]; 74 snprintf(buf, size, "%s", sys_errlist[num]);
|