Searched defs:strerror (Results 1 – 12 of 12) sorted by relevance
47 strerror(err) in strerror() function
41 strerror(int errnum) in strerror() function
77 strerror(int err) in strerror() function
43 strerror(err) /* no 4.1.3 strerror() */ in strerror() function
57 strerror(int errnum) strerror() function
143 strerror(int err) in strerror() function
112 def strerror(self): member in ZFSError
52 strerror(int errnum) in strerror() function
53 #define strerror isc_strerror macro
773 strerror(int errnum) strerror() function
130 #define strerror _ast_strerror macro
146 #define strerror(n) ((unsigned)(n) < sys_nerr? sys_errlist[(n)] :\ macro