Lines Matching full:didn

106 		printf("no ok %d - dup2(2) didn't give us the right fd\n",  in main()
114 printf("not ok %d - dup2(2) didn't clear close-on-exec\n", in main()
152 printf("not ok %d - dup2(2) didn't give us the right fd\n", in main()
163 printf("ok %d - dup2(2) didn't clear close-on-exec\n", test); in main()
178 "not ok %d - fcntl(F_DUPFD) didn't clear close-on-exec\n", in main()
189 printf("ok %d - dup2(2) didn't bypass NOFILE limit\n", test); in main()
200 "no ok %d - fcntl(F_DUP2FD) didn't give us the right fd\n", in main()
210 "not ok %d - fcntl(F_DUP2FD) didn't clear close-on-exec\n", in main()
225 "not ok %d - fcntl(F_DUP2FD) didn't give us the right fd\n", in main()
238 printf("ok %d - fcntl(F_DUP2FD) didn't clear close-on-exec\n", in main()
248 printf("ok %d - fcntl(F_DUP2FD) didn't bypass NOFILE limit\n", in main()
264 "not ok %d - fcntl(F_DUPFD_CLOEXEC) didn't set close-on-exec\n", in main()
279 "no ok %d - fcntl(F_DUP2FD_CLOEXEC) didn't give us the right fd\n", in main()
289 "not ok %d - fcntl(F_DUP2FD_CLOEXEC) didn't set close-on-exec\n", in main()
307 printf("ok %d - fcntl(F_DUP2FD_CLOEXEC) didn't bypass NOFILE limit\n", in main()
319 "no ok %d - dup3(O_CLOEXEC) didn't give us the right fd\n", in main()
329 "not ok %d - dup3(O_CLOEXEC) didn't set close-on-exec\n", in main()
344 "no ok %d - dup3(0) didn't give us the right fd\n", in main()
354 "not ok %d - dup3(0) didn't clear close-on-exec\n", in main()
382 printf("ok %d - dup3(O_CLOEXEC) didn't bypass NOFILE limit\n", in main()
398 "not ok %d - fcntl(F_DUPFD_CLOFORK) didn't set close-on-fork\n", in main()
413 "no ok %d - dup3(O_CLOFORK) didn't give us the right fd\n", in main()
423 "not ok %d - dup3(O_CLOFORK) didn't set close-on-fork\n", in main()
438 "no ok %d - dup3(0) didn't give us the right fd\n", in main()
448 "not ok %d - dup3(0) didn't clear close-on-fork\n", in main()
476 printf("ok %d - dup3(O_CLOFORK) didn't bypass NOFILE limit\n", in main()