Searched refs:strerror_r (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrerror.c53 * Implemented strerror_r in Solaris 10 to comply with SUSv3 2001.
56 strerror_r(int errnum, char *strerrbuf, size_t buflen) function
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.c58 # undef strerror_r macro
60 # define strerror_r(ERRNUM, BUF, SIZE) (strlcpy((BUF), strerror(ERRNUM), (SIZE)), (BUF)[(SIZE)-1] = 0) macro
68 strerror_r(errno, errbuf, sizeof(errbuf));
76 strerror_r(errno, errbuf, sizeof(errbuf));
85 strerror_r(errno, errbuf, sizeof(errbuf));
/osnet-11/usr/src/lib/libparted/common/lib/
H A Derror.c104 char *strerror_r ();
111 # if HAVE_STRERROR_R || defined strerror_r
112 # define __strerror_r strerror_r
113 # endif /* HAVE_STRERROR_R || defined strerror_r */
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Derror.c104 char *strerror_r ();
111 # if HAVE_STRERROR_R || defined strerror_r
112 # define __strerror_r strerror_r
113 # endif /* HAVE_STRERROR_R || defined strerror_r */
H A Dargp-namefrob.h92 #define __strerror_r strerror_r
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Derrors.c162 if (strerror_r(code, ep->scratch_buf, sizeof(ep->scratch_buf)) == 0) {
H A Dplugins.c447 (strerror_r (ERR, BUF, sizeof(BUF)) == 0 ? BUF : strerror (ERR))
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c192 if (strerror_r(err, tmpbuf, sizeof(tmpbuf)) == 0)
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc936 int strerror_r(int errnum, char *strerrbuf, size_t buflen);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure15677 { $as_echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
15678 $as_echo_n "checking whether strerror_r is declared... " >&6; }
15692 #ifndef strerror_r
15693 (void) strerror_r;
15747 for ac_func in strerror_r
15847 { $as_echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
15848 $as_echo_n "checking whether strerror_r returns char *... " >&6; }
15867 char x = *strerror_r (0, buf, sizeof buf);
15868 char *p = strerror_r (0, buf, sizeof buf);
15903 # strerror_r i
[all...]

Completed in 69 milliseconds