Searched refs:rk_strerror_r (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | replay.c | 138 rk_strerror_r(ret, buf, sizeof(buf)); in krb5_rc_initialize() 164 rk_strerror_r(ret, buf, sizeof(buf)); in krb5_rc_destroy() 215 rk_strerror_r(ret, buf, sizeof(buf)); in krb5_rc_store() 235 rk_strerror_r(ret, buf, sizeof(buf)); in krb5_rc_store() 244 rk_strerror_r(errno, buf, sizeof(buf)); in krb5_rc_store()
|
H A D | fcache.c | 105 rk_strerror_r(ret, buf, sizeof(buf)); in _krb5_xlock() 139 rk_strerror_r(ret, buf, sizeof(buf)); in _krb5_xunlock() 401 rk_strerror_r(ret, buf, sizeof(buf)); in fcc_open() 467 rk_strerror_r(ret, buf, sizeof(buf)); in fcc_initialize() 528 rk_strerror_r(ret, buf, sizeof(buf)); in fcc_store_cred() 967 rk_strerror_r(ret, buf, sizeof(buf)); in fcc_move()
|
H A D | auth_context.c | 176 rk_strerror_r(ret, buf, sizeof(buf)); in krb5_auth_con_genaddrs() 194 rk_strerror_r(ret, buf, sizeof(buf)); in krb5_auth_con_genaddrs()
|
H A D | acl.c | 260 rk_strerror_r(save_errno, buf, sizeof(buf)); in krb5_acl_match_file()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strerror_r.c | 46 rk_strerror_r(int eno, char * strerrbuf, size_t buflen) in rk_strerror_r() function 63 rk_strerror_r(int eno, char *strerrbuf, size_t buflen) in rk_strerror_r() function
|
H A D | roken.h.in | 555 int ROKEN_LIB_FUNCTION rk_strerror_r(int, char *, size_t); 557 #define rk_strerror_r strerror_r macro
|