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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dstrerror.c17 SM_RCSID("@(#)$Id: strerror.c,v 1.21 2001/06/17 21:31:41 ca Exp $")
20 ** define strerror for platforms that lack it.
49 strerror(err) function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrerror.c43 strerror(int errnum) function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstrerror.c0 /* strerror.c --- POSIX compatible system error routine
38 # undef strerror macro
40 # define strerror(n) NULL macro
336 char *result = strerror (n);
H A Dstring.in.h895 # undef strerror macro
896 # define strerror rpl_strerror macro
898 _GL_FUNCDECL_RPL (strerror, char *, (int));
899 _GL_CXXALIAS_RPL (strerror, char *, (int));
901 _GL_CXXALIAS_SYS (strerror, char *, (int));
903 _GL_CXXALIASWARN (strerror); variable
905 # undef strerror macro
906 /* Assume strerror is always declared. */
907 _GL_WARN_ON_USE (strerror, "strerror i
[all...]
/osnet-11/usr/src/lib/libast/common/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
/osnet-11/usr/src/lib/pyzfs/common/
H A Dutil.py73 strerror(eno))"""
86 s += self.strerror
112 def strerror(self): member in class:ZFSError
115 return ZFSError.__strs.get(self.errno, os.strerror(self.errno))
/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_after.h54 #define strerror isc_strerror macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h138 #undef strerror macro
139 #define strerror _ast_strerror macro
144 extern __MANGLE__ char* strerror __PROTO__((int));
H A Dast_stdio.h181 #undef strerror macro
182 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/common/include/
H A Dast_std.h128 #undef strerror macro
129 #define strerror _ast_strerror macro
134 extern char* strerror(int);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h138 #undef strerror macro
139 #define strerror _ast_strerror macro
144 extern __MANGLE__ char* strerror __PROTO__((int));
H A Dast_stdio.h181 #undef strerror macro
182 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h138 #undef strerror macro
139 #define strerror _ast_strerror macro
144 extern __MANGLE__ char* strerror __PROTO__((int));
H A Dast_stdio.h181 #undef strerror macro
182 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h138 #undef strerror macro
139 #define strerror _ast_strerror macro
144 extern __MANGLE__ char* strerror __PROTO__((int));
H A Dast_stdio.h181 #undef strerror macro
182 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;

Completed in 77 milliseconds