Searched refs:strerror_r (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_syslog.c | 60 if (strerror_r(err, bp, endp - bp) == 0)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | strerror.c | 61 * Implemented strerror_r in Solaris 10 to comply with SUSv3 2001. 64 strerror_r(int errnum, char *strerrbuf, size_t buflen) function
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_stash.c | 62 # undef strerror_r macro 64 # define strerror_r(ERRNUM, BUF, SIZE) (strlcpy((BUF), strerror(ERRNUM), (SIZE)), (BUF)[(SIZE)-1] = 0) macro 72 strerror_r(errno, errbuf, sizeof(errbuf)); 80 strerror_r(errno, errbuf, sizeof(errbuf)); 89 strerror_r(errno, errbuf, sizeof(errbuf));
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | errors.c | 98 if (strerror_r (code, ep->scratch_buf, sizeof(ep->scratch_buf)) == 0) { 104 /* If strerror_r didn't work with the 1K buffer, we can try a 109 if (strerror_r (code, r, BIG_ERR_BUFSIZ) == 0) {
|
H A D | plugins.c | 298 (strerror_r (ERR, BUF, sizeof(BUF)) == 0 ? BUF : strerror (ERR))
|
/illumos-gate/usr/src/boot/include/ |
H A D | string.h | 89 int strerror_r(int, char *, size_t);
|
/illumos-gate/usr/src/head/ |
H A D | string.h | 72 extern int strerror_r(int, char *, size_t);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 425 (void) strerror_r(errno, di->errbuf, sizeof (di->errbuf));
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar3.c | 3234 if (err > 0 && strerror_r(err, errbuf, 3599 if (err > 0 && strerror_r(err, errbuf,
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 176 if (strerror_r(err, tmpbuf, sizeof(tmpbuf)) == 0)
|
/illumos-gate/usr/src/cmd/itadm/ |
H A D | itadm.c | 2232 (void) strerror_r(error, buf, sizeof (buf));
|
/illumos-gate/usr/src/cmd/lms/ |
H A D | Protocol.cpp | 1598 strerror_r(err, buffer, sizeof(buffer) - 1);
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 1218 strerror_r.3c \ 2260 strerror_r.3c := LINKSRC = strerror.3c
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 924 int strerror_r(int errnum, char *strerrbuf, size_t buflen);
|
Completed in 120 milliseconds