/freebsd/contrib/sendmail/libsm/ |
H A D | strerror.c | 47 strerror(err) in strerror() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strerror.c | 44 strerror(int eno) in strerror() function
|
H A D | roken.h.in | 550 #define strerror rk_strerror macro
|
/freebsd/contrib/ntp/libntp/ |
H A D | bsd_strerror.c | 33 strerror( in strerror() function
|
/freebsd/stand/libsa/ |
H A D | strerror.c | 74 strerror(int err) in strerror() function
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | util.py | 111 def strerror(self): member in ZFSError
|
/freebsd/lib/libc/string/ |
H A D | strerror.c | 135 strerror(int num) in strerror() function
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 211 # define strerror(a) xstrerror(a) macro
|
/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | clnt_perror.c | 56 #define strerror(N) (((N) > 0 && (N) < sys_nerr) ? sys_errlist[N] : (char *)0) macro
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | rtld_libc.h | 82 #define strerror(errno) rtld_strerror(errno) macro
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_stdlib.h | 290 #define strerror(e) ntp_strerror( global() macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-misc.c | 97 const char *strerror(int e) in strerror() function
|
/freebsd/cddl/lib/libdtrace/ |
H A D | errno.d | 245 inline string strerror[int errno] = variable
|
/freebsd/contrib/less/ |
H A D | os.c | 402 static char * strerror(int err) in strerror() function
|
/freebsd/share/examples/ipfilter/l4check/ |
H A D | l4check.c | 64 # define strerror(x) sys_errlist[x] macro
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 275 def strerror(errnum): function
|
/freebsd/contrib/bmake/ |
H A D | util.c | 23 strerror(int e) in strerror() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 407 INTERCEPTOR(char *,strerror,int errnum) INTERCEPTOR() argument
|
/freebsd/contrib/sqlite3/autosetup/ |
H A D | jimsh0.c | 2133 const char *(*strerror)(struct AioFile *af); member
|