Home
last modified time | relevance | path

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

/glibc-2.36/posix/
Dtst-regex2.c80 for (int testno = 0; testno < 4; ++testno) in do_test() local
83 printf ("test %d pattern %d", testno, i); in do_test()
88 if (testno < 2) in do_test()
91 REG_EXTENDED | (testno ? REG_NOSUB : 0)); in do_test()
104 | (testno == 3 ? RE_NO_SUB : 0)); in do_test()
116 if (testno == 3) in do_test()
126 if (testno < 2) in do_test()
136 if (testno == 0) in do_test()
185 if (testno == 2) in do_test()
238 if (testno < 2) in do_test()
/glibc-2.36/nptl/
Dtst-setuid1.c915 do_one_test (long int testno) in do_one_test() argument
917 printf ("%s test\n", setuid_tests[testno].name); in do_one_test()
922 setuid_tests[testno].test (PREPARE, 0); in do_one_test()
923 setuid_tests[testno].test (SET, 0); in do_one_test()
948 printf ("skipping %s test\n", setuid_tests[testno].name); in do_one_test()
955 setuid_tests[testno].test (PREPARE, 0); in do_one_test()
958 int e = pthread_create (&th, NULL, tf, (void *) (testno | 0x100L)); in do_one_test()
966 e = pthread_create (&th2, NULL, tf, (void *) (testno | 0x200L)); in do_one_test()
980 setuid_tests[testno].test (SET, 0); in do_one_test()
983 e = pthread_create (&th3, NULL, tf2, (void *) (testno | 0x300L)); in do_one_test()
[all …]