Searched refs:Last_mesg (Results 1 – 1 of 1) sorted by relevance
116 static char *Last_mesg; /* previous test result message */ variable223 strcmp(Last_mesg, tmesg) == 0) in tst_condense()230 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense()232 free(Last_mesg); in tst_condense()244 Last_mesg = malloc(strlen(tmesg) + 1); in tst_condense()245 strcpy(Last_mesg, tmesg); in tst_condense()259 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_old_flush()