Searched refs:abts_true (Results 1 – 2 of 2) sorted by relevance
79 void abts_true(abts_case *tc, int condition, int lineno);91 #define ABTS_TRUE(a, b) abts_true(a, b, __LINE__);
346 void abts_true(abts_case *tc, int condition, int lineno) in abts_true() function