Home
last modified time | relevance | path

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

/third_party/ltp/tools/apicmds/
H A Dltpapicmd.c74 static char *tst_cntstr; /* sets the value of tst_count with this value */ variable
263 tst_cntstr = getenv("TST_COUNT"); in main()
264 if (TCID == NULL || tst_total == NULL || tst_cntstr == NULL) { in main()
276 tst_count = atoi(tst_cntstr); in main()

Completed in 1 milliseconds