Home
last modified time | relevance | path

Searched refs:TTYPE_RESULT (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/lib/
Dtst_res.c153 PAIR_LOOKUP(ttype_pairs, TTYPE_RESULT(ttype)); in strttype()
166 int ttype_result = TTYPE_RESULT(ttype); in tst_res__()
216 int ttype_result = TTYPE_RESULT(ttype); in tst_condense()
272 int ttype_result = TTYPE_RESULT(ttype); in tst_print()
438 ttype_result = TTYPE_RESULT(ttype_result); in tst_record_childstatus()
480 int ttype_result = TTYPE_RESULT(ttype); in tst_brk__()
Dtst_ansi_color.c15 switch (TTYPE_RESULT(ttype)) { in tst_ttype2color()
Dtst_test.c202 switch (TTYPE_RESULT(ttype)) { in print_result()
290 update_results(TTYPE_RESULT(ttype)); in tst_vres_()
302 if (TTYPE_RESULT(ttype) == TBROK) { in tst_cvres()
308 update_results(TTYPE_RESULT(ttype)); in tst_cvres()
327 update_results(TTYPE_RESULT(ttype)); in tst_vbrk_()
339 do_exit(TTYPE_RESULT(ttype)); in tst_vbrk_()
341 exit(TTYPE_RESULT(ttype)); in tst_vbrk_()
/third_party/ltp/include/
Dtst_res_flags.h16 #define TTYPE_RESULT(ttype) ((ttype) & TTYPE_MASK) macro
Dtst_test.h57 TST_RES_SUPPORTS_TCONF_TFAIL_TINFO_TPASS_TWARN(!((TTYPE_RESULT(ttype) ?: TCONF) & \