F_SETFD 116 maint/gnulib/lib/accept4.c || fcntl (fd, F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) F_SETFD 41 maint/gnulib/lib/cloexec.c #ifdef F_SETFD F_SETFD 50 maint/gnulib/lib/cloexec.c || fcntl (desc, F_SETFD, newflags) != -1) F_SETFD 394 maint/gnulib/lib/fcntl.c #ifdef F_SETFD /* POSIX */ F_SETFD 395 maint/gnulib/lib/fcntl.c case F_SETFD: F_SETFD 468 maint/gnulib/lib/fcntl.c if (0 <= result && fcntl (fd, F_SETFD, flags) == -1) F_SETFD 534 maint/gnulib/lib/fcntl.c if (flags < 0 || fcntl (result, F_SETFD, flags | FD_CLOEXEC) == -1) F_SETFD 585 maint/gnulib/lib/fcntl.c case F_SETFD: F_SETFD 132 maint/gnulib/lib/pipe2.c || fcntl (fd[1], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1 F_SETFD 134 maint/gnulib/lib/pipe2.c || fcntl (fd[0], F_SETFD, fcntl_flags | FD_CLOEXEC) == -1) F_SETFD 81 maint/gnulib/lib/popen.c || fcntl (STDIN_FILENO, F_SETFD, F_SETFD 88 maint/gnulib/lib/popen.c || fcntl (STDOUT_FILENO, F_SETFD, F_SETFD 161 maint/gnulib/tests/test-fcntl.c #ifdef F_SETFD F_SETFD 162 maint/gnulib/tests/test-fcntl.c case F_SETFD: F_SETFD 163 maint/gnulib/tests/test-fcntl.c # if F_SETFD F_SETFD 349 maint/gnulib/tests/test-fcntl.c #ifdef F_SETFD F_SETFD 352 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (-1, F_SETFD, 0) == -1); F_SETFD 355 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (fd + 1, F_SETFD, 0) == -1); F_SETFD 358 maint/gnulib/tests/test-fcntl.c ASSERT (fcntl (bad_fd, F_SETFD, 0) == -1);