HomeSort by: relevance | last modified time | path
    Searched refs:atf_tc_fail_check (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/
tc.h 131 void atf_tc_fail_check(const char *, const size_t, const char *, ...)
macros.h 143 atf_tc_fail_check(__FILE__, __LINE__, fmt, ##__VA_ARGS__); \
155 atf_tc_fail_check(__FILE__, __LINE__, "%s", #x " not met"); \
tc.c 1095 atf_tc_fail_check(const char *file, const size_t line, const char *fmt, ...) function

Completed in 26 milliseconds