bad_fd 85 maint/gnulib/tests/test-cloexec.c int bad_fd = getdtablesize (); bad_fd 128 maint/gnulib/tests/test-cloexec.c ASSERT (set_cloexec_flag (bad_fd, false) == -1); bad_fd 137 maint/gnulib/tests/test-cloexec.c ASSERT (dup_cloexec (bad_fd) == -1); bad_fd 115 maint/gnulib/tests/test-dup-safer.c int bad_fd = getdtablesize (); bad_fd 138 maint/gnulib/tests/test-dup-safer.c ASSERT (dup (bad_fd) == -1); bad_fd 114 maint/gnulib/tests/test-dup2.c int bad_fd = getdtablesize (); bad_fd 157 maint/gnulib/tests/test-dup2.c if (bad_fd > 256) bad_fd 164 maint/gnulib/tests/test-dup2.c ASSERT (dup2 (fd, bad_fd - 1) == bad_fd - 1); bad_fd 165 maint/gnulib/tests/test-dup2.c ASSERT (close (bad_fd - 1) == 0); bad_fd 167 maint/gnulib/tests/test-dup2.c ASSERT (dup2 (fd, bad_fd) == -1); bad_fd 83 maint/gnulib/tests/test-dup3.c int bad_fd = getdtablesize (); bad_fd 131 maint/gnulib/tests/test-dup3.c if (bad_fd > 256) bad_fd 138 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd, bad_fd - 1, 0) == bad_fd - 1); bad_fd 139 maint/gnulib/tests/test-dup3.c ASSERT (close (bad_fd - 1) == 0); bad_fd 141 maint/gnulib/tests/test-dup3.c ASSERT (dup3 (fd, bad_fd, o_flags) == -1); bad_fd 62 maint/gnulib/tests/test-fchdir.c int bad_fd = open ("/dev/null", O_RDONLY); bad_fd 63 maint/gnulib/tests/test-fchdir.c ASSERT (0 <= bad_fd); bad_fd 65 maint/gnulib/tests/test-fchdir.c ASSERT (fchdir (bad_fd) == -1); bad_fd 67 maint/gnulib/tests/test-fchdir.c ASSERT (close (bad_fd) == 0); bad_fd 223 maint/gnulib/tests/test-fcntl.c int bad_fd = getdtablesize (); bad_fd 250 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_DUPFD, 0) == -1); bad_fd 259 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_DUPFD_CLOEXEC, 0) == -1); bad_fd 267 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD, bad_fd) == -1); bad_fd 273 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd, F_DUPFD_CLOEXEC, bad_fd) == -1); bad_fd 334 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_GETFD) == -1); bad_fd 358 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_SETFD, 0) == -1); bad_fd 371 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_GETFL) == -1); bad_fd 384 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_SETFL, 0) == -1); bad_fd 397 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_GETOWN) == -1); bad_fd 410 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_SETOWN, 0) == -1); bad_fd 60 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c int bad_fd = big_fd (); bad_fd 62 maint/gnulib/tests/test-posix_spawn_file_actions_addclose.c ASSERT (posix_spawn_file_actions_addclose (&actions, bad_fd) == EBADF); bad_fd 48 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c int bad_fd = big_fd (); bad_fd 60 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c ASSERT (posix_spawn_file_actions_adddup2 (&actions, bad_fd, 2) == EBADF); bad_fd 68 maint/gnulib/tests/test-posix_spawn_file_actions_adddup2.c ASSERT (posix_spawn_file_actions_adddup2 (&actions, 2, bad_fd) == EBADF); bad_fd 62 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c int bad_fd = big_fd (); bad_fd 64 maint/gnulib/tests/test-posix_spawn_file_actions_addopen.c ASSERT (posix_spawn_file_actions_addopen (&actions, bad_fd,