Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c107 EREPORT(("%s is longer than %d characters, ignoring\n", in dst_init()
110 EREPORT(("%s is not a valid directory\n", s)); in dst_init()
331 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n", in dst_read_key()
338 EREPORT(("dst_read_private_key(): Null key name passed in\n")); in dst_read_key()
341 EREPORT(("dst_read_private_key(): keyname too big\n")); in dst_read_key()
374 EREPORT(("dst_write_key(): Algorithm %d not suppored\n", in dst_write_key()
419 EREPORT(("dst_write_private_key(): Unsupported operation %d\n", in dst_s_write_private_key()
424 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len)); in dst_s_write_private_key()
435 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n", in dst_s_write_private_key()
442 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