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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Dtest_micro.c114 static int test_cur = 0; local
149 if (++test_cur < test_start ||
150 (test_end != 0 && test_cur > test_end))
153 fprintf(stderr, "%d: %s\n", test_cur, cmd);
170 (void)snprintf(path, sizeof(path), "%d", test_cur);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Dtest_micro.c129 static int test_cur = 0; local
164 if (++test_cur < test_start ||
165 (test_end != 0 && test_cur > test_end))
168 fprintf(stderr, "%d: %s\n", test_cur, cmd);
185 (void)snprintf(path, sizeof(path), "%d", test_cur);

Completed in 44 milliseconds