Searched refs:F_GETFD (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/io/ |
D | tst-fcntl.c | 134 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()
|
D | tst-close_range.c | 237 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/ |
D | tst-popen1.c | 18 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/ |
D | check_fds.c | 42 if (__builtin_expect (__fcntl64_nocancel (fd, F_GETFD), 0) == -1 in check_one_fd()
|
/glibc-2.36/posix/ |
D | streams-compat.c | 73 if (__fcntl (fildes, F_GETFD) < 0) in isastream()
|
D | tst-exec.c | 152 flags = fcntl (temp_fd1, F_GETFD, 0); in do_test()
|
D | tst-spawn6.c | 65 TEST_COMPARE (fcntl (tcfd, F_GETFD), -1); in handle_restart()
|
D | tst-spawn.c | 75 TEST_VERIFY_EXIT ((flags = fcntl (temp_fd5, F_GETFD, &flags)) != -1); in do_prepare()
|
/glibc-2.36/bits/ |
D | fcntl.h | 84 #define F_GETFD 1 /* Get file descriptor flags. */ macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-memfd_create.c | 35 int flags = fcntl (fd, F_GETFD); in is_cloexec()
|
D | tst-pidfd.c | 162 int remote_fd_flags = fcntl (fd, F_GETFD); in do_test()
|
D | spawni.c | 242 int flags = __fcntl (fd, F_GETFD, 0); in __spawni_child()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | fcntl.h | 158 #define F_GETFD 1 /* Get file descriptor flags. */ macro
|
/glibc-2.36/socket/ |
D | tst-accept4.c | 40 int status = fcntl (fd, F_GETFD); in is_cloexec()
|
/glibc-2.36/sysdeps/unix/ |
D | grantpt.c | 116 if (__libc_fcntl (fd, F_GETFD) == -1 && errno == EBADF) in grantpt()
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 3 constant F_GETFD
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | fcntl-linux.h | 168 #define F_GETFD 1 /* Get file descriptor flags. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 122 case F_GETFD: /* Get descriptor flags. */ in __libc_fcntl()
|
/glibc-2.36/manual/ |
D | llio.texi | 3303 @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/ |
D | ChangeLog.18 | 76102 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
|