Searched defs:strerror (Results 1 – 16 of 16) sorted by relevance
49 strerror(err) in strerror() function
41 strerror(int errnum) in strerror() function
55 strerror(int errnum) in strerror() function
45 strerror(err) /* no 4.1.3 strerror() */ in strerror() function
143 strerror(int err) in strerror() function
112 def strerror(self): member in ZFSError
81 const char *strerror(int e) in strerror() function
52 strerror(int errnum) in strerror() function
53 #define strerror isc_strerror macro
749 strerror(int errnum) in strerror() function
139 #define strerror _ast_strerror macro
129 #define strerror _ast_strerror macro
152 #define strerror(n) ((unsigned)(n) < sys_nerr? sys_errlist[(n)] :\ macro