Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c168 ERR_STRING_DATA *error_strings; /* Copy of what the provider gives us */ member
744 if (prov->error_strings != NULL) { in ossl_provider_free()
745 ERR_unload_strings(prov->error_lib, prov->error_strings); in ossl_provider_free()
746 OPENSSL_free(prov->error_strings); in ossl_provider_free()
747 prov->error_strings = NULL; in ossl_provider_free()
1121 prov->error_strings = in provider_init()
1123 if (prov->error_strings == NULL) in provider_init()
1129 prov->error_strings[0].error = ERR_PACK(prov->error_lib, 0, 0); in provider_init()
1130 prov->error_strings[0].string = prov->name; in provider_init()
1136 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id; in provider_init()
[all …]
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c79 } error_strings[] = { variable
2020 fprintf(stdout, "%s\n", error_strings[pdu->error_status].str); in snmp_output_err_resp()
2022 fprintf(stdout,"%s\n", error_strings[SNMP_ERR_UNKNOWN].str); in snmp_output_err_resp()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c23596 static const char *error_strings[] = { in jim_regerror() local
23624 err = error_strings[errcode]; in jim_regerror()