Searched defs:strerror (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/string/
H A Dstrerror.c35 #undef strerror macro
56 extern char* strerror(int);
75 msg = strerror(err);
99 * stash the pending strerror() msg
106 * make sure that strerror() translates
109 if (!(s = strerror(1)))
118 sys = (s = strerror(1)) && strcmp(s, t) ? 1 : -1;
143 strerror(int err) function
/ast/src/cmd/3d/
H A Dsyscall3d.c61 #undef strerror /* otherwise it's _ast_strerror */ macro
69 strerror(int err) function
671 bprintf(&b, e, " [%s]", strerror(errno));
H A D3d.h87 #if _lib_strerror && defined(strerror)
88 #undef strerror macro
89 extern char* strerror();
/ast/src/lib/libast/include/
H A Dast_std.h129 #undef strerror macro
130 #define strerror _ast_strerror macro
135 extern char* strerror(int);

Completed in 37 milliseconds