HomeSort by: relevance | last modified time | path
    Searched refs:EREPORT (Results 1 - 2 of 2) 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)

Completed in 115 milliseconds