Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c152 int ttype_result = TTYPE_RESULT(ttype); in tst_res__() local
154 if (file && (ttype_result != TPASS && ttype_result != TINFO)) in tst_res__()
162 T_exitval |= ttype_result; in tst_res__()
170 if (ttype_result == TWARN || ttype_result == TINFO) { in tst_res__()
199 int ttype_result = TTYPE_RESULT(ttype); in tst_condense() local
205 if (strcmp(Last_tcid, TCID) == 0 && Last_type == ttype_result && in tst_condense()
226 Last_type = ttype_result; in tst_condense()
255 int ttype_result = TTYPE_RESULT(ttype); in tst_print() local
265 T_exitval |= ttype_result; in tst_print()
274 if (T_mode == DISCARD || (T_mode == NOPASS && ttype_result != TFAIL && in tst_print()
[all …]