Home
last modified time | relevance | path

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

/external/ltp/tools/apicmds/
Dltpapicmd.c74 static char *tst_cntstr; /* sets the value of tst_count with this value */ variable
292 tst_cntstr = getenv("TST_COUNT"); in main()
293 if (TCID == NULL || tst_total == NULL || tst_cntstr == NULL) { in main()
306 tst_count = atoi(tst_cntstr); in main()