Home
last modified time | relevance | path

Searched refs:sys_errlist (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-13.1/contrib/sendmail/libsm/
H A Dstrerror.c30 extern char *sys_errlist[];
53 return (char *) sys_errlist[err];
/freebsd-13.1/contrib/ntp/libntp/
H A Dbsd_strerror.c38 extern char *sys_errlist[]; in strerror()
42 return sys_errlist[errnum]; in strerror()
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dstrerror.c41 extern char *sys_errlist[];
51 snprintf(emsg, sizeof(emsg), "%s", sys_errlist[eno]); in strerror()
/freebsd-13.1/contrib/tcp_wrappers/
H A Dpercent_m.c17 extern char *sys_errlist[];
33 strcpy(bp, sys_errlist[errno]);
H A Dtli-sequent.c34 extern char *sys_errlist[];
164 return (sys_errlist[errno]); in tli_error()
H A Dtli.c45 extern char *sys_errlist[];
343 return (sys_errlist[errno]); in tli_error()
/freebsd-13.1/sbin/ipf/common/
H A Dopts.h61 # define STRERROR(x) sys_errlist[x]
62 extern char *sys_errlist[];
/freebsd-13.1/lib/libc/gen/
H A Derrlst.c42 const char *const sys_errlist[] = { variable
224 __strong_reference(sys_errlist, __hidden_sys_errlist);
H A DSymbol.map104 sys_errlist;
/freebsd-13.1/contrib/ntp/lib/isc/unix/
H A Dstrerror.c44 extern const char * const sys_errlist[];
72 snprintf(buf, size, "%s", sys_errlist[num]); in isc__strerror()
/freebsd-13.1/usr.sbin/cron/lib/
H A Dcompat.c60 extern char *sys_errlist[];
65 return sys_errlist[error];
/freebsd-13.1/lib/libc/include/
H A Derrlst.h41 #define __hidden_sys_errlist sys_errlist
/freebsd-13.1/usr.sbin/ckdist/
H A Dckdist.c162 rval = fail(f->fts_path, sys_errlist[f->fts_errno]); in main()
347 printf("%s: %s: %s\n", path, name, sys_errlist[errno]); in report()
437 warnx("%s: %s", path, msg ? msg : sys_errlist[errno]); in fail()
/freebsd-13.1/contrib/less/
H A Dos.c264 extern char *sys_errlist[];
268 return sys_errlist[err];
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c100 extern char *sys_errlist[]; in strerror()
103 return (sys_errlist[e]); in strerror()
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dopenldap.m4836 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-13.1/contrib/sendmail/src/
H A Derr.c1094 extern char *sys_errlist[];
1121 (void) sm_strlcpy(bp, sys_errlist[errnum],
1261 return sys_errlist[errnum];
/freebsd-13.1/contrib/bmake/
H A Dutil.c20 extern char *sys_errlist[];
30 return sys_errlist[e]; in strerror()
/freebsd-13.1/sbin/ipf/ipfsync/
H A Dipfsyncd.c39 # define STRERROR(x) sys_errlist[x]
40 extern char *sys_errlist[];
/freebsd-13.1/contrib/ipfilter/tools/
H A Dipfsyncd.c39 # define STRERROR(x) sys_errlist[x]
40 extern char *sys_errlist[];
/freebsd-13.1/lib/libc/string/
H A DMakefile.inc70 strerror.3 sys_errlist.3 \
/freebsd-13.1/include/
H A Dstdio.h406 extern const char * const sys_errlist[];
/freebsd-13.1/contrib/tcsh/
H A Dtc.os.c1123 extern char *sys_errlist[];
1128 return sys_errlist[i]; in xstrerror()
/freebsd-13.1/contrib/libxo/tests/gettext/
H A Dstrerror.pot29 # List of system errors ala strerror() and sys_errlist
/freebsd-13.1/share/examples/ipfilter/l4check/
H A Dl4check.c65 # define strerror(x) sys_errlist[x]

12