Searched refs:NUM_SYS_STR_REASONS (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/err/
H A Derr_str.c216 # define NUM_SYS_STR_REASONS 127 macro
219 static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1];
233 static char strerror_tab[NUM_SYS_STR_REASONS][LEN_SYS_STR_REASON];
250 for (i = 1; i <= NUM_SYS_STR_REASONS; i++) {
268 * Now we still have SYS_str_reasons[NUM_SYS_STR_REASONS] = {0, NULL}, as

Completed in 49 milliseconds