Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c104 static char *Last_tcid; /* previous test case id */ variable
210 if (strcmp(Last_tcid, TCID) == 0 && Last_type == ttype_result && in tst_condense()
218 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense()
219 free(Last_tcid); in tst_condense()
228 Last_tcid = malloc(strlen(TCID) + 1); in tst_condense()
229 strcpy(Last_tcid, TCID); in tst_condense()
247 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_flush()