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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c534 static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1]; variable
535 /* SYS_str_reasons is filled with copies of strerror() results at
568 ERR_STRING_DATA *str = &SYS_str_reasons[i - 1];
586 /* Now we still have SYS_str_reasons[NUM_SYS_STR_REASONS] = {0, NULL},
637 err_load_strings(ERR_LIB_SYS,SYS_str_reasons);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/err/
H A Derr.c565 static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1]; variable
567 * SYS_str_reasons is filled with copies of strerror() results at
597 ERR_STRING_DATA *str = &SYS_str_reasons[i - 1];
614 * Now we still have SYS_str_reasons[NUM_SYS_STR_REASONS] = {0, NULL}, as
665 err_load_strings(ERR_LIB_SYS, SYS_str_reasons);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/err/
H A Derr.c565 static ERR_STRING_DATA SYS_str_reasons[NUM_SYS_STR_REASONS + 1]; variable
567 * SYS_str_reasons is filled with copies of strerror() results at
597 ERR_STRING_DATA *str = &SYS_str_reasons[i - 1];
614 * Now we still have SYS_str_reasons[NUM_SYS_STR_REASONS] = {0, NULL}, as
665 err_load_strings(ERR_LIB_SYS, SYS_str_reasons);

Completed in 96 milliseconds