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

/freebsd-13-stable/contrib/ldns/drill/
H A Ddrill.c294 error("Could not parse the key file %s: %s", optarg, ldns_get_errorstr_by_id(status));
518 ldns_get_errorstr_by_id(status), resolv_conf_file);
683 ldns_get_errorstr_by_id(status));
736 ldns_get_errorstr_by_id(status));
797 error("%s", "could not create reverse address for ip4: %s\n", ldns_get_errorstr_by_id(status));
812 ldns_get_errorstr_by_id(status));
838 printf("Error: %s\n", ldns_get_errorstr_by_id(status));
851 printf("Error: %s\n", ldns_get_errorstr_by_id(status));
868 ldns_get_errorstr_by_id(status));
894 , ldns_get_errorstr_by_id(
[all...]
H A Dsecuretrace.c226 printf("ERRRRR: %s\n", ldns_get_errorstr_by_id(status));
364 */ printf("NS: %s\n", ldns_get_errorstr_by_id(st));
371 printf("NS: %s\n", ldns_get_errorstr_by_id(status));
600 printf(": %s\n", ldns_get_errorstr_by_id(st));
611 printf(" DS: %s\n", ldns_get_errorstr_by_id(status));
639 printf(";; Error: %s\n", ldns_get_errorstr_by_id(st));
693 printf(": %s\n", ldns_get_errorstr_by_id(st));
H A Dchasetrace.c196 fprintf(stderr, "Error adding root servers to resolver: %s\n", ldns_get_errorstr_by_id(status));
417 fprintf(stderr, "%s", ldns_get_errorstr_by_id(LDNS_STATUS_MEM_ERR));
431 fprintf(stderr, "%s", ldns_get_errorstr_by_id(LDNS_STATUS_NETWORK_ERR));
485 printf("No trusted keys found in tree: first error was: %s\n", ldns_get_errorstr_by_id(tree_result));
H A Droot.c96 fprintf(stderr, "Error reading root hints file: %s\n", ldns_get_errorstr_by_id(status));
H A Dwork.c213 ldns_get_errorstr_by_id(status));
H A Ddrill_util.c66 ldns_get_errorstr_by_id(status)
/freebsd-13-stable/contrib/ldns/ldns/
H A Derror.h144 const char *ldns_get_errorstr_by_id(ldns_status err);
/freebsd-13-stable/contrib/ldns/
H A Derror.c164 ldns_get_errorstr_by_id(ldns_status err) function
H A Ddnssec_verify.c583 ldns_get_errorstr_by_id(
592 ldns_get_errorstr_by_id(
H A Dresolver.c1482 fprintf(stderr, "Error parsing rr during AXFR: %s\n", ldns_get_errorstr_by_id(status));
H A Ddnssec.c1524 printf("error catting: %s\n", ldns_get_errorstr_by_id(status));
H A Dkeys.c2144 fprintf(stderr, "Error creating DNSKEY or DS rr from %s: %s\n", filename, ldns_get_errorstr_by_id(status));
/freebsd-13-stable/contrib/ldns-host/
H A Dldns-host.c725 name, ldns_get_errorstr_by_id(status));
739 ldns_get_errorstr_by_id(LDNS_STATUS_DOMAINNAME_OVERFLOW));
1004 ldns_get_errorstr_by_id(LDNS_STATUS_MEM_ERR));
1008 ldns_get_errorstr_by_id(status));
1036 die(1, "error creating resolver: %s", ldns_get_errorstr_by_id(status));
1057 ldns_get_errorstr_by_id(LDNS_STATUS_MEM_ERR));
1065 ldns_get_errorstr_by_id(LDNS_STATUS_MEM_ERR));
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c170 ldns_get_errorstr_by_id(err));

Completed in 205 milliseconds