Lines Matching refs:OK
56 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
113 OK("EVFILT_READ, EV_ADD"); in test_evfilt_read()
123 OK("EVFILT_READ"); in test_evfilt_read()
127 OK("empty socket unreadable"); in test_evfilt_read()
136 OK("write one byte"); in test_evfilt_read()
139 OK("write one byte length"); in test_evfilt_read()
149 OK("EVFILT_READ"); in test_evfilt_read()
153 OK("non-empty socket unreadable"); in test_evfilt_read()
161 OK("read one byte"); in test_evfilt_read()
164 OK("read one byte length"); in test_evfilt_read()
174 OK("EVFILT_READ"); in test_evfilt_read()
178 OK("empty socket unreadable"); in test_evfilt_read()
183 OK("EVFILT_READ, EV_DELETE"); in test_evfilt_read()
198 OK("EVFILE_WRITE, EV_ADD"); in test_evfilt_write()
208 OK("EVFILE_WRITE"); in test_evfilt_write()
212 OK("empty socket unwritable"); in test_evfilt_write()
221 OK("write"); in test_evfilt_write()
224 OK("write length"); in test_evfilt_write()
234 OK("EVFILT_WRITE"); in test_evfilt_write()
238 OK("full socket writable"); in test_evfilt_write()
243 OK("EVFILT_WRITE, EV_DELETE"); in test_evfilt_write()
260 OK("kqueue()"); in main()
268 OK("socketpair() 1"); in main()
272 OK("fcntl() 1"); in main()
275 OK("fnctl() 2"); in main()
281 OK("close() 1"); in main()
284 OK("close() 2"); in main()
319 OK("socketpair() 2"); in main()
323 OK("fcntl() 3"); in main()
326 OK("fcntl() 4"); in main()
332 OK("close() 3"); in main()
335 OK("close() 4"); in main()
343 OK("socketpair() 3"); in main()
347 OK("fcntl() 5"); in main()
350 OK("fcntl() 6"); in main()
356 OK("close() 5"); in main()
359 OK("close() 6"); in main()
363 OK("close() 7"); in main()