Searched refs:strerror (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libast/string/
H A Dfmterror.c36 return strerror(err);
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/lib/libast/include/
H A Dast_std.h129 #undef strerror macro
130 #define strerror _ast_strerror macro
135 extern char* strerror(int);
/ast/src/cmd/3d/
H A D3d.h87 #if _lib_strerror && defined(strerror)
88 #undef strerror macro
89 extern char* strerror();
H A Dsyscall3d.c61 #undef strerror /* otherwise it's _ast_strerror */ macro
69 strerror(int err) function
671 bprintf(&b, e, " [%s]", strerror(errno));
/ast/src/cmd/mailx/
H A Dmisc.c115 fprintf(fp, ": %s", strerror(errno));
/ast/src/lib/libtksh/tcl/
H A DtclPosixStr.c472 * errno. This procedure is used instead of strerror because
473 * strerror returns slightly different values on different
477 * strerror for things it doesn't understand.
909 return strerror(errno);
/ast/src/lib/libast/
H A DMakefile61 strerror.3 stresc.3 streval.3 strgid.3 strmatch.3 stropt.3 \
115 strcasecmp.c strncasecmp.c strerror.c \
/ast/src/lib/libz/
H A Dgzio.c1135 # define zstrerror(errnum) strerror(errnum)

Completed in 32 milliseconds