Lines Matching refs:testnum
39 static int testnum; variable
49 testnum++, path, omodetext); in subtests()
52 testnum++, path, omodetext); in subtests()
55 printf("not ok %d - fcntl(F_GETFL) failed\n", testnum++); in subtests()
58 testnum++); in subtests()
62 testnum++, flags1, CORRECT_O_ACCMODE, omode); in subtests()
65 testnum++); in subtests()
68 testnum++); in subtests()
71 printf("not ok %d - fcntl(F_GETFL) failed\n", testnum++); in subtests()
74 testnum++); in subtests()
78 testnum++, flags1, flags2); in subtests()
81 testnum++); in subtests()
84 testnum++); in subtests()
87 printf("not ok %d - fcntl(F_GETFL) failed\n", testnum++); in subtests()
90 testnum++); in subtests()
94 testnum++, flags3, flags2 | O_NONBLOCK); in subtests()
102 testnum = 1; in main()