Lines Matching refs:F_SETFL
63 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0); in fcntl_tests_0()
65 CHECK(fcntl(fd, F_SETFL, 0) == 0); in fcntl_tests_0()
87 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0); in fcntl_tests_0()
89 CHECK(fcntl(fd, F_SETFL, 0) == 0); in fcntl_tests_0()
111 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1); in fcntl_tests_0()
115 CHECK(fcntl(fd, F_SETFL, 0) == -1); in fcntl_tests_0()
146 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1); in fcntl_tests_0()
149 CHECK(fcntl(fd, F_SETFL, 0) == -1); in fcntl_tests_0()
195 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1); in fcntl_tests_1()
198 CHECK(fcntl(fd, F_SETFL, 0) == -1); in fcntl_tests_1()
239 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1); in fcntl_tests_2()
242 CHECK(fcntl(fd, F_SETFL, 0) == -1); in fcntl_tests_2()
293 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0); in fcntl_tests_recv_0()
295 CHECK(fcntl(fd, F_SETFL, 0) == 0); in fcntl_tests_recv_0()
317 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == 0); in fcntl_tests_recv_0()
319 CHECK(fcntl(fd, F_SETFL, 0) == 0); in fcntl_tests_recv_0()
348 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1); in fcntl_tests_recv_0()
352 CHECK(fcntl(fd, F_SETFL, 0) == -1); in fcntl_tests_recv_0()
392 CHECK(fcntl(fd, F_SETFL, O_NONBLOCK) == -1); in fcntl_tests_recv_0()
395 CHECK(fcntl(fd, F_SETFL, 0) == -1); in fcntl_tests_recv_0()