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()
327 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n", in dst_read_key()
334 EREPORT(("dst_read_private_key(): Null key name passed in\n")); in dst_read_key()
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()
415 EREPORT(("dst_write_private_key(): Unsupported operation %d\n", in dst_s_write_private_key()
420 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len)); in dst_s_write_private_key()
431 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n", in dst_s_write_private_key()
438 EREPORT(("dst_write_private_key(): Can not create file %s\n" in dst_s_write_private_key()
[all …]
H A Ddst_internal.h66 #define EREPORT(str) printf str macro
68 #define EREPORT(str) (void)0 macro