Home
last modified time | relevance | path

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

/external/ltp/tools/apicmds/
Dltpapicmd.c75 static char *tst_total; /* total number of tests in the file. */ variable
293 tst_total = getenv("TST_TOTAL"); in main()
295 if (TCID == NULL || tst_total == NULL || tst_cntstr == NULL) { in main()
307 TST_TOTAL = atoi(tst_total); in main()