Searched refs:nr (Results 1 – 1 of 1) sorted by relevance
108 int nr = random () % NTESTS; in main() local109 int index = tests[nr].index; in main()111 printf ("%4d: %4d: ", count + 1, nr); in main()120 tests[nr].options); in main()126 fct = dlsym (testobjs[index].handle, tests[nr].fname); in main()130 tests[nr].fname, testobjs[index].name, dlerror ()); in main()
Completed in 2 milliseconds