H A D | sanity.c | 59 atf_sanity_inv(const char *file, int line, const char *cond) argument 61 fail("Invariant check failed at %s:%d: %s", file, line, cond); 65 atf_sanity_pre(const char *file, int line, const char *cond) argument 67 fail("Precondition check failed at %s:%d: %s", file, line, cond); 71 atf_sanity_post(const char *file, int line, const char *cond) argument 73 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
|