Searched refs:Last_mesg (Results 1 – 1 of 1) sorted by relevance
102 static char *Last_mesg; /* previous test result message */ variable206 strcmp(Last_mesg, tmesg) == 0) in tst_condense()213 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_condense()215 free(Last_mesg); in tst_condense()227 Last_mesg = malloc(strlen(tmesg) + 1); in tst_condense()228 strcpy(Last_mesg, tmesg); in tst_condense()242 tst_print(Last_tcid, Last_num, Last_type, Last_mesg); in tst_flush()