Symbol: strerror_r
crypto/heimdal/lib/roken/strerror_r.c
36
#if (!defined(HAVE_STRERROR_R) && !defined(strerror_r)) || (!defined(STRERROR_R_PROTO_COMPATIBLE) && defined(HAVE_STRERROR_R))
crypto/heimdal/lib/roken/strerror_r.c
68
str = strerror_r(eno, strerrbuf, buflen);
crypto/krb5/src/lib/krb5/os/trace.c
277
if (strerror_r(err, tmpbuf, sizeof(tmpbuf)) == 0)
crypto/krb5/src/util/et/error_message.c
136
if (cp && strerror_r(code, cp, ET_EBUFSIZ) == 0)
crypto/krb5/src/util/support/strerror_r.c
77
str = strerror_r(errnum, buf, buflen);
crypto/krb5/src/util/support/strerror_r.c
94
return strerror_r(errnum, buf, buflen);
crypto/openssl/crypto/o_str.c
385
err = strerror_r(errnum, buf, buflen);
crypto/openssl/crypto/o_str.c
404
return !strerror_r(errnum, buf, buflen);
include/ssp/string.h
118
__ssp_redirect0(int, strerror_r, (int __errnum, char *__buf, size_t __len),
include/string.h
99
int strerror_r(int, char *, size_t);
lib/libc/compat-43/getwd.c
45
(void)strerror_r(errno, buf, MAXPATHLEN);
lib/libc/gen/syslog.c
245
strerror_r(saved_errno, errstr, sizeof(errstr));
lib/libc/stdio/perror.c
60
strerror_r(errno, msgbuf, sizeof(msgbuf));
lib/libc/stdio/xprintf_errno.c
62
strerror_r(error, errnomsg, sizeof(errnomsg));
lib/libc/string/strerror.c
119
__ssp_real(strerror_r)(int errnum, char *strerrbuf, size_t buflen)
lib/libc/tests/string/strerror_test.c
106
iret = strerror_r(EPERM, buf, strlen("Operation not permitted"));
lib/libc/tests/string/strerror_test.c
117
iret = strerror_r(-1, buf, strlen("Unknown error: -1"));
lib/libc/tests/string/strerror_test.c
128
iret = strerror_r(-2, buf, strlen("Unknown error: -2") - 1);
lib/libc/tests/string/strerror_test.c
139
iret = strerror_r(-2, buf, strlen("Unknown error: -2") - 2);
lib/libc/tests/string/strerror_test.c
150
iret = strerror_r(12345, buf, strlen("Unknown error: 12345"));
lib/libc/tests/string/strerror_test.c
160
iret = strerror_r(0, buf, sizeof(buf));
lib/libc/tests/string/strerror_test.c
170
iret = strerror_r(EDEADLK, buf, sizeof(buf));
lib/libc/tests/string/strerror_test.c
180
iret = strerror_r(EPROCLIM, buf, sizeof(buf));
lib/libc/tests/string/strerror_test.c
95
iret = strerror_r(-1, buf, sizeof(buf));
lib/libjail/jail.c
1244
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
1269
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
1293
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
1453
strerror_r(serrno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
312
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
386
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
415
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
425
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
437
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
737
strerror_r(errno, jail_errmsg,
lib/libjail/jail.c
753
strerror_r(errno, jail_errmsg,
lib/libjail/jail.c
819
strerror_r(errno, jail_errmsg,
lib/libjail/jail.c
869
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
876
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail.c
928
strerror_r(errno, jail_errmsg,
lib/libjail/jail.c
955
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);
lib/libjail/jail_getid.c
118
strerror_r(errno, jail_errmsg, JAIL_ERRMSGLEN);