Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krad/
H A Dt_test.h43 #define noerror(x) noerror_impl(__FILE__, __LINE__, #x, x)
55 noerror_impl(const char *file, int line, const char *cmd, int retval);
H A Dt_test.c33 noerror_impl(const char *file, int line, const char *cmd, int retval) in noerror_impl() function