Home
last modified time | relevance | path

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

/openbsd/lib/libc/string/
H A Dstrerror.c35 strerror(int num) in strerror() function
/openbsd/sys/lib/libsa/
H A Dstrerror.c38 strerror(int err) in strerror() function
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dstrerror.c37 strerror (int n) in strerror() function
/openbsd/gnu/usr.bin/texinfo/util/
H A Dderef.c198 strerror(int errno) in strerror() function
/openbsd/gnu/usr.bin/cvs/lib/
H A Dstrerror.c628 strerror (errnoval) in strerror() function
/openbsd/gnu/lib/libiberty/src/
H A Dstrerror.c626 strerror (int errnoval) in strerror() function
/openbsd/gnu/usr.sbin/mkhybrid/src/libfile/
H A Dfile.h140 #define strerror(e) \ macro
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h1642 # define strerror(a) (strerror_r(a, PL_reentrant_buffer->_strerror_buffer, PL_reentrant_buff… macro
1645 # define strerror(a) (strerror_r(a, PL_reentrant_buffer->_strerror_buffer, PL_reentrant_buff… macro
1648 # define strerror(a) strerror_r(a, PL_reentrant_buffer->_strerror_buffer, PL_reentrant_buffe… macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h172 #define strerror win32_strerror macro
H A Dwin32.c3024 #define strerror win32_strerror in win32_strerror() macro
/openbsd/usr.sbin/pppd/chat/
H A Dchat.c122 #define strerror(n) ((unsigned)(n) < sys_nerr? sys_errlist[(n)] :\ macro
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp407 INTERCEPTOR(char *, strerror, int errnum) { in INTERCEPTOR() argument
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c577 WRAPPER2(char *, strerror, int errnum) in WRAPPER2() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp600 TEST(MemorySanitizer, strerror) { in TEST() argument