HomeSort by: relevance | last modified time | path
    Searched refs:EREPORT (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libresolv/
dst_api.c 111 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(("%s: Can not create file %s\n", __func__
    [all...]
dst_internal.h 68 #define EREPORT(str) printf str
70 #define EREPORT(str) do {} while (0)
  /src/external/bsd/libbind/dist/dst/
dst_api.c 109 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_key(): Can not create file %s\n
    [all...]
dst_internal.h 68 #define EREPORT(str) printf str
70 #define EREPORT(str) (void)0

Completed in 28 milliseconds