Searched defs:strerror (Results 1 – 14 of 14) sorted by relevance
38 strerror(int err) in strerror() function
35 strerror(int num) in strerror() function
37 strerror (int n) in strerror() function
198 strerror(int errno) in strerror() function
628 strerror (errnoval) in strerror() function
626 strerror (int errnoval) in strerror() function
140 #define strerror(e) \ macro
1642 # undef strerror macro 1645 # define strerror(a) (strerror_r(a, PL_reentrant_buffer->_strerror_buffer, PL_reentrant_buffer->_strerror_size) == 0 ? PL_reentrant_buffer->_strerror_ global() macro 1648 # define strerror(a) strerror_r(a, PL_reentrant_buffer->_strerror_buffer, PL_reentrant_buffer->_strerror_ global() macro
172 #define strerror win32_strerror macro
3242 #define strerror win32_strerror win32_strerror() macro
122 #define strerror(n) ((unsigned)(n) < sys_nerr? sys_errlist[(n)] :\ macro
407 INTERCEPTOR(char *, strerror, int errnum) { in INTERCEPTOR() argument
577 WRAPPER2(char *, strerror, int errnum) in WRAPPER2() argument
600 TEST(MemorySanitizer, strerror) { in TEST() argument