Lines Matching refs:i
96 for (int i = 0; i < nfds1; i++) in do_test() local
98 TEST_VERIFY (fcntl (lowfd + i, F_GETFL) > -1); in do_test()
99 check_path (lowfd + i); in do_test()
109 for (int i = 0; i < nfds2; i++) in do_test() local
111 TEST_VERIFY (fcntl (lowfd2 + i, F_GETFL) > -1); in do_test()
112 check_path (lowfd2 + i); in do_test()
129 for (int i = 0; i < nfds3; i++) in do_test() local
131 TEST_VERIFY (fcntl (lowfd3 + i, F_GETFL) > -1); in do_test()
132 check_path (lowfd3 + i); in do_test()
146 for (int i = 0; i < nfds4; i++) in do_test() local
148 TEST_VERIFY (fcntl (lowfd4 + i, F_GETFL) > -1); in do_test()
149 check_path (lowfd4 + i); in do_test()