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

/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_api.c109 EREPORT(("%s is longer than %d characters, ignoring\n",
112 EREPORT(("%s is not a valid directory\n", s));
333 EREPORT(("dst_read_private_key(): Algorithm %d not suppored\n",
340 EREPORT(("dst_read_private_key(): Null key name passed in\n"));
343 EREPORT(("dst_read_private_key(): keyname too big\n"));
376 EREPORT(("dst_write_key(): Algorithm %d not suppored\n",
421 EREPORT(("dst_write_private_key(): Unsupported operation %d\n",
426 EREPORT(("dst_write_private_key(): Failed encoding private RSA bsafe key %d\n", len));
437 EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n",
444 EREPORT(("dst_write_private_ke
[all...]
H A Ddst_internal.h68 #define EREPORT(str) printf str macro
70 #define EREPORT(str) (void)0 macro
/netbsd-current/lib/libresolv/
H A Ddst_api.c111 EREPORT(("%s: %s is longer than %d characters,"
115 EREPORT(("%s: %s is not a valid directory\n",
337 EREPORT(("%s: Algorithm %d not supported\n", __func__, in_alg));
343 EREPORT(("%s: Null key name passed in\n", __func__));
346 EREPORT(("%s: keyname too big\n", __func__));
379 EREPORT(("%s: Algorithm %d not supported\n", __func__,
424 EREPORT(("%s: Unsupported operation %d\n", __func__,
429 EREPORT(("%s: Failed encoding private RSA bsafe key %d\n",
442 EREPORT(("%s: Write failure on %s %d != %zd"
450 EREPORT(("
[all...]
H A Ddst_internal.h68 #define EREPORT(str) printf str macro
70 #define EREPORT(str) do {} while (0) macro

Completed in 103 milliseconds