Lines Matching refs:errx

86 		errx(-1, "not ok 1 - socket: %s", strerror(errno));  in main()
97 errx(-1, "not ok 2 - getsockopt() after socket() succeeded"); in main()
99 errx(-1, "not ok 2 - getsockopt() after socket() failed with " in main()
113 errx(-1, "not ok 3 - bind %s", strerror(errno)); in main()
123 errx(-1, "not ok 4 - getsockopt() after bind() succeeded"); in main()
125 errx(-1, "not ok 4 - getsockopt() after bind() failed with %d (%s)", in main()
137 errx(-1, "not ok 5 - setsockopt() before listen() succeeded"); in main()
147 errx(-1, "not ok 6 - getsockopt() after pre-listen() setsockopt() " in main()
150 errx(-1, "not ok 6 - pre-listen() getsockopt() failed with %d (%s)", in main()
158 errx(-1, "not ok 7 - listen: %s", strerror(errno)); in main()
168 errx(-1, "not ok 8 - getsockopt() after listen() but before " in main()
171 errx(-1, "not ok 8 - getsockopt() after listen() but before " in main()
182 errx(-1, "not ok 9 - setsockopt() after listen() failed with %d " in main()
194 errx(-1, "not ok 10 - getsockopt() after listen() setsockopt() " in main()
197 errx(-1, "not ok 10 - getsockopt() after setsockopet() after " in main()
201 errx(-1, "not ok 10 - getsockopt() after setsockopt() after " in main()
213 errx(-1, "not ok 11 - ioctl(F_GETFL): %s", strerror(errno)); in main()
216 errx(-1, "not ok 11 - ioctl(F_SETFL): %s", strerror(errno)); in main()
219 errx(-1, "not ok 11 - socket: %s", strerror(errno)); in main()
221 errx(-1, "not ok 11 - connect %s", strerror(errno)); in main()
223 errx(-1, "not ok 11 - accept #1 %s", strerror(errno)); in main()
225 errx(-1, "not ok 11 - write %s", strerror(errno)); in main()
232 errx(-1, "not ok 11 - accept #2 %s", strerror(errno)); in main()
234 errx(-1, "not ok 11 - close(): %s", strerror(errno)); in main()
244 errx(-1, "not ok 12 - socket: %s", strerror(errno)); in main()
246 errx(-1, "not ok 12 - connect %s", strerror(errno)); in main()
251 errx(-1, "not ok 12 - setsockopt(SO_LINGER) failed with %d " in main()
254 errx(-1, "not ok 12 - close(): %s", strerror(errno)); in main()
256 errx(-1, "not ok 12 - accept #3 %s", strerror(errno)); in main()
268 errx(-1, "not ok 13 - socket: %s", strerror(errno)); in main()
270 errx(-1, "not ok 13 - connect %s", strerror(errno)); in main()
279 errx(-1, "not ok 13 - setsockopt() after listen() " in main()
285 errx(-1, "not ok 13 - getsockopt() after removing " in main()
289 errx(-1, "not ok 13 - getsockopt() after removing the accept" in main()
292 errx(-1, "not ok 13 - close() of listening socket: %s", in main()