Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dsanity.h30 void atf_sanity_pre(const char *, int, const char *);
43 atf_sanity_pre(__FILE__, __LINE__, #x); \
H A Dsanity.c65 atf_sanity_pre(const char *file, int line, const char *cond) in atf_sanity_pre() function