Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c103 EREPORT(("%s is longer than %d characters, ignoring\n", in dst_init()
106 EREPORT(("%s is not a valid directory\n", s)); in dst_init()
337 EREPORT(("dst_read_private_key(): keyname too big\n")); in dst_read_key()
370 EREPORT(("dst_write_key(): Algorithm %d not suppored\n", in dst_write_key()
468 EREPORT(("dst_read_public_key(): No key name given\n")); in dst_s_read_public_key()
518 EREPORT(("\"KEY\" doesn't appear in file: %s", name)); in dst_s_read_public_key()
543 EREPORT(("Key too long in file: %s", name)); in dst_s_read_public_key()
592 EREPORT(("dst_write_public_key(): No key specified \n")); in dst_s_write_public_key()
736 EREPORT(("dst_key_to_dnskey(): Unsupported ALG %d\n", in dst_key_to_dnskey()
872 EREPORT(( in dst_s_read_private_key_file()
[all …]
H A Ddst_internal.h66 #define EREPORT(str) printf str macro
68 #define EREPORT(str) (void)0 macro