Home
last modified time | relevance | path

Searched defs:strerror (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dstrerror.c44 strerror(int eno) in strerror() function
H A Droken.h.in550 #define strerror rk_strerror macro
/freebsd/contrib/sendmail/libsm/
H A Dstrerror.c47 strerror(err) in strerror() function
/freebsd/contrib/ntp/libntp/
H A Dbsd_strerror.c33 strerror( in strerror() function
/freebsd/stand/libsa/
H A Dstrerror.c74 strerror(int err) in strerror() function
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py111 def strerror(self): member in ZFSError
/freebsd/lib/libc/string/
H A Dstrerror.c133 strerror(int num) in strerror() function
/freebsd/contrib/tcsh/
H A Dtc.decls.h211 # define strerror(a) xstrerror(a) macro
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h82 #define strerror(errno) rtld_strerror(errno) macro
/freebsd/contrib/less/
H A Dos.c340 static char * strerror(int err) in strerror() function
/freebsd/contrib/ntp/include/
H A Dntp_stdlib.h294 #define strerror(e) ntp_strerror(e) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c97 const char *strerror(int e) in strerror() function
/freebsd/cddl/lib/libdtrace/
H A Derrno.d245 inline string strerror[int errno] = variable
/freebsd/share/examples/ipfilter/l4check/
H A Dl4check.c64 # define strerror(x) sys_errlist[x] macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py275 def strerror(errnum): function
/freebsd/contrib/bmake/
H A Dutil.c23 strerror(int e) in strerror() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp407 INTERCEPTOR(char *, strerror, int errnum) { in INTERCEPTOR() argument