Home | History | Annotate | Download | only in lib

Lines Matching refs:tcid

98 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg);
122 extern char *TCID; /* Test case identifier from the test source */
187 tst_print(TCID, 0, ttype, tmesg);
190 tst_print(TCID, 0, TWARN,
203 tst_print(TCID, tst_count + 1, ttype, tmesg);
221 if (strcmp(Last_tcid, TCID) == 0 && Last_type == ttype_result &&
239 Last_tcid = malloc(strlen(TCID) + 1);
240 strcpy(Last_tcid, TCID);
267 static void tst_print(const char *tcid, int tnum, int ttype, const char *tmesg)
302 "%-8s %4d ", tcid, tnum);
305 "%-8s %4d ", tcid, tnum);
490 tst_print(TCID, 0, TWARN, Warn_mesg);