Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 20 of 20) sorted by relevance

/glibc-2.36/io/
Dtst-fcntl.c134 val = fcntl (fd, F_GETFD); in do_test()
147 val = fcntl (fd, F_GETFD); in do_test()
181 val = fcntl (fd3, F_GETFD); in do_test()
Dtst-close_range.c237 int flags = fcntl (i, F_GETFD); in close_range_cloexec_test()
252 int flags = fcntl (i, F_GETFD); in close_range_cloexec_test()
269 int flags = fcntl (i, F_GETFD); in close_range_cloexec_test()
278 int flags = fcntl (maximum_fd, F_GETFD); in close_range_cloexec_test()
/glibc-2.36/libio/
Dtst-popen1.c18 if (fcntl (fd, F_GETFD) == FD_CLOEXEC) in do_test()
36 if (fcntl (fd, F_GETFD) != FD_CLOEXEC) in do_test()
/glibc-2.36/csu/
Dcheck_fds.c42 if (__builtin_expect (__fcntl64_nocancel (fd, F_GETFD), 0) == -1 in check_one_fd()
/glibc-2.36/posix/
Dstreams-compat.c73 if (__fcntl (fildes, F_GETFD) < 0) in isastream()
Dtst-exec.c152 flags = fcntl (temp_fd1, F_GETFD, 0); in do_test()
Dtst-spawn6.c65 TEST_COMPARE (fcntl (tcfd, F_GETFD), -1); in handle_restart()
Dtst-spawn.c75 TEST_VERIFY_EXIT ((flags = fcntl (temp_fd5, F_GETFD, &flags)) != -1); in do_prepare()
/glibc-2.36/bits/
Dfcntl.h84 #define F_GETFD 1 /* Get file descriptor flags. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-memfd_create.c35 int flags = fcntl (fd, F_GETFD); in is_cloexec()
Dtst-pidfd.c162 int remote_fd_flags = fcntl (fd, F_GETFD); in do_test()
Dspawni.c242 int flags = __fcntl (fd, F_GETFD, 0); in __spawni_child()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h158 #define F_GETFD 1 /* Get file descriptor flags. */ macro
/glibc-2.36/socket/
Dtst-accept4.c40 int status = fcntl (fd, F_GETFD); in is_cloexec()
/glibc-2.36/sysdeps/unix/
Dgrantpt.c116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
/glibc-2.36/conform/data/
Dfcntl.h-data3 constant F_GETFD
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
/glibc-2.36/sysdeps/mach/hurd/
Dfcntl.c122 case F_GETFD: /* Get descriptor flags. */ in __libc_fcntl()
/glibc-2.36/manual/
Dllio.texi3303 @item F_GETFD
3503 @deftypevr Macro int F_GETFD
3536 The flags and error conditions are the same as for the @code{F_GETFD}
3555 current flags with @code{F_GETFD} and modify the value. Don't assume
3569 int oldflags = fcntl (desc, F_GETFD, 0);
/glibc-2.36/ChangeLog.old/
DChangeLog.1876102 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)