Searched defs:strerror (Results 1 – 12 of 12) sorted by relevance
49 strerror(err) in strerror() function
41 strerror(int errnum) in strerror() function
77 strerror(int err) 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
52 strerror(int errnum) in strerror() function
53 #define strerror isc_strerror macro
749 strerror(int errnum) in strerror() function
130 #define strerror _ast_strerror macro
152 #define strerror(n) ((unsigned)(n) < sys_nerr? sys_errlist[(n)] :\ macro