Lines Matching refs:TCID
49 * TCID and TST_TOTAL were set did not print usage message.
69 char *TCID; /* Name of the testcase */
248 * Set the values for TCID to the name of the test case.
261 TCID = getenv("TCID");
264 if (TCID == NULL || tst_total == NULL || tst_cntstr == NULL) {
267 "\nSet variables TCID, TST_TOTAL, and TST_COUNT before each test:\n"
268 "export TCID=<test name>\n"
280 if (strcmp(TCID, " ") == 0) {
282 "Variable TCID not set, use: TCID=<test name>\n");