Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dsanity.h35 void atf_sanity_post(const char *, int, const char *);
52 atf_sanity_post(__FILE__, __LINE__, #x); \
H A Dsanity.c77 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post() function