Searched refs:BIG_ERR_BUFSIZ (Results 1 – 1 of 1) sorted by relevance
106 #define BIG_ERR_BUFSIZ 8192 in krb5int_get_error() macro107 r = malloc(BIG_ERR_BUFSIZ); in krb5int_get_error()109 if (strerror_r (code, r, BIG_ERR_BUFSIZ) == 0) { in krb5int_get_error()