/freebsd/contrib/sendmail/libsm/ |
H A D | strerror.c | 30 extern char *sys_errlist[]; 53 return (char *) sys_errlist[err];
|
/freebsd/contrib/ntp/libntp/ |
H A D | bsd_strerror.c | 38 extern char *sys_errlist[]; in strerror() 42 return sys_errlist[errnum]; in strerror()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strerror.c | 41 extern char *sys_errlist[]; 51 snprintf(emsg, sizeof(emsg), "%s", sys_errlist[eno]); in strerror()
|
/freebsd/contrib/tcp_wrappers/ |
H A D | percent_m.c | 16 extern char *sys_errlist[]; 30 strcpy(bp, sys_errlist[errno]); in percent_m()
|
H A D | tli-sequent.c | 33 extern char *sys_errlist[]; 162 return (sys_errlist[errno]); in tli_error()
|
H A D | tli.c | 44 extern char *sys_errlist[]; 336 return (sys_errlist[errno]);
|
/freebsd/sbin/ipf/common/ |
H A D | opts.h | 60 # define STRERROR(x) sys_errlist[x] 61 extern char *sys_errlist[];
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | strerror.c | 44 extern const char * const sys_errlist[]; 72 snprintf(buf, size, "%s", sys_errlist[num]); in isc__strerror()
|
/freebsd/lib/libc/gen/ |
H A D | errlst.c | 38 const char *const sys_errlist[] = { variable 220 __strong_reference(sys_errlist, __hidden_sys_errlist);
|
H A D | Symbol.map | 102 sys_errlist;
|
/freebsd/lib/libc/include/ |
H A D | errlst.h | 38 #define __hidden_sys_errlist sys_errlist
|
/freebsd/usr.sbin/ckdist/ |
H A D | ckdist.c | 157 rval = fail(f->fts_path, sys_errlist[f->fts_errno]); in main() 342 printf("%s: %s: %s\n", path, name, sys_errlist[errno]); in report() 432 warnx("%s: %s", path, msg ? msg : sys_errlist[errno]); in fail()
|
/freebsd/contrib/less/ |
H A D | os.c | 346 extern char *sys_errlist[]; in strerror() 350 return sys_errlist[err]; in strerror()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 100 extern char *sys_errlist[]; in strerror() 103 return (sys_errlist[e]); in strerror()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap.m4 | 836 dnl Check for declaration of sys_errlist in one of stdio.h and errno.h. 837 dnl Declaration of sys_errlist on BSD4.4 interferes with our declaration. 840 [AC_CACHE_CHECK([declaration of sys_errlist],ol_cv_dcl_sys_errlist,[ 847 #endif ]], [[char *c = (char *) *sys_errlist]])],[ol_cv_dcl_sys_errlist=yes 850 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist 853 [define if sys_errlist is not declared in stdio.h or errno.h]) 855 AC_CACHE_CHECK([existence of sys_errlist],ol_cv_have_sys_errlist,[ 856 …AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <errno.h>]], [[char *c = (char *) *sys_errlist]])],[ol_… 860 [define if you actually have sys_errlist in your libs])
|
/freebsd/contrib/sendmail/src/ |
H A D | err.c | 1147 extern char *sys_errlist[]; 1174 (void) sm_strlcpy(bp, sys_errlist[errnum], 1314 return sys_errlist[errnum];
|
/freebsd/sbin/ipf/ipfsync/ |
H A D | ipfsyncd.c | 35 # define STRERROR(x) sys_errlist[x] 36 extern char *sys_errlist[];
|
/freebsd/contrib/bmake/ |
H A D | util.c | 20 extern char *sys_errlist[]; 30 return sys_errlist[e]; in strerror()
|
/freebsd/lib/libc/string/ |
H A D | Makefile.inc | 83 strerror.3 sys_errlist.3 \
|
/freebsd/include/ |
H A D | stdio.h | 412 extern const char * const sys_errlist[];
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.c | 1123 extern char *sys_errlist[]; 1128 return sys_errlist[i]; in xstrerror()
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | strerror.pot | 29 # List of system errors ala strerror() and sys_errlist
|
/freebsd/share/examples/ipfilter/l4check/ |
H A D | l4check.c | 64 # define strerror(x) sys_errlist[x]
|
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/ |
H A D | strerror.po | 29 # List of system errors ala strerror() and sys_errlist
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2440 # define sys_errlist __sys_errlist macro
|