Searched refs:sys_errlist (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/
H A De_os.h671 extern char *sys_errlist[];
674 (((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum])
/freebsd-11-stable/include/
H A Dstdio.h440 extern const char * const sys_errlist[];
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c65 # define strerror(x) sys_errlist[x]
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1454 extern const char *const sys_errlist[];
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c3461 extern const char *const sys_errlist[];
3465 return ((char *)sys_errlist[errnum]);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h796 # define ERRLIST_PREDEFINED /* don't declare sys_errlist */
823 # define ERRLIST_PREDEFINED /* don't declare sys_errlist */
852 # define ERRLIST_PREDEFINED /* don't declare sys_errlist */
894 # define ERRLIST_PREDEFINED /* don't declare sys_errlist */
963 # define ERRLIST_PREDEFINED /* don't declare sys_errlist */
1153 # define ERRLIST_PREDEFINED 1 /* don't declare sys_errlist */
1487 # define ERRLIST_PREDEFINED /* don't declare sys_errlist */
2437 # define sys_errlist __sys_errlist macro
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c5729 return (sys_errlist[errnum]);
/freebsd-11-stable/contrib/groff/
H A Dconfigure7824 echo "$as_me:$LINENO: checking for sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>" >&5
7825 echo $ECHO_N "checking for sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>... $ECHO_C" >&6
7846 k = (int)sys_errlist[0];

Completed in 126 milliseconds

12