Home
last modified time | relevance | path

Searched refs:strerror_pool (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr.c212 static char strerror_pool[SPACE_SYS_STR_REASONS]; in build_SYS_str_reasons() local
213 char *cur = strerror_pool; in build_SYS_str_reasons()
233 if (str->string == NULL && cnt < sizeof(strerror_pool)) { in build_SYS_str_reasons()
234 if (openssl_strerror_r(i, cur, sizeof(strerror_pool) - cnt)) { in build_SYS_str_reasons()
245 while (cur > strerror_pool && ossl_isspace(cur[-1])) { in build_SYS_str_reasons()