Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dsanity.h31 void atf_sanity_post(const char *, int, const char *);
48 atf_sanity_post(__FILE__, __LINE__, #x); \
H A Dsanity.c71 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post() function