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

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c107 EREPORT(("%s is longer than %d characters, ignoring\n",
110 EREPORT(("%s is not a valid directory\n", s));
331 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n",
338 EREPORT(("dst_read_private_key(): Null key name passed in\n"));
341 EREPORT(("dst_read_private_key(): keyname too big\n"));
374 EREPORT(("dst_write_key(): Algorithm %d not suppored\n",
419 EREPORT(("dst_write_private_key(): Unsupported operation %d\n",
424 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len));
435 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n",
442 EREPORT(("dst_write_private_ke
[all...]
H A Ddst_internal.h66 #define EREPORT(str) printf str macro
68 #define EREPORT(str) (void)0 macro

Completed in 59 milliseconds