Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_res.c99 static char *Last_tcid; /* previous test case id */ variable
205 if (strcmp(Last_tcid, TCID) == 0 && Last_type == ttype_result && in tst_condense()
213 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense()
214 free(Last_tcid); in tst_condense()
223 Last_tcid = malloc(strlen(TCID) + 1); in tst_condense()
224 strcpy(Last_tcid, TCID); in tst_condense()
242 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_flush()