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

/illumos-gate/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
/illumos-gate/usr/src/stand/lib/sa/
H A Derrno.c41 strerror(int errnum) function
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstrerror.c1 /* $NetBSD: strerror.c,v 1.12 1997/01/25 00:37:50 cgd Exp $ */
77 strerror(int err) function
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.c45 strerror(err) /* no 4.1.3 strerror() */ function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrerror.c55 strerror(int errnum) function
/illumos-gate/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
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py72 strerror(eno))"""
85 s += self.strerror
111 def strerror(self): member in class:ZFSError
112 return ZFSError.__strs.get(self.errno, os.strerror(self.errno))
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_stubs.c52 strerror(int errnum) function
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h53 #define strerror isc_strerror macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c726 * version of strerror, as it is implemented in terms of the locale aware
734 strerror(int errnum) function
/illumos-gate/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;
/illumos-gate/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);
/illumos-gate/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;
/illumos-gate/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;
/illumos-gate/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c152 #define strerror(n) ((unsigned)(n) < sys_nerr? sys_errlist[(n)] :\ macro
1666 str = strerror(errno);
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h160 #undef strerror macro
161 extern __MANGLE__ char* strerror(int) __THROW;
/illumos-gate/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 119 milliseconds