Symbol: F_GETFD
crypto/libressl/crypto/bio/b_posix.c
84
int flags = fcntl(s, F_GETFD);
games/atc/log.c
117
flags = fcntl(score_fd, F_GETFD);
lib/libc/gen/opendir.c
113
fdflags = _fcntl(fd, F_GETFD, 0);
lib/libc/stdio/fdopen.c
68
((tmp = _fcntl(fd, F_GETFD, 0)) & FD_CLOEXEC) == 0)
lib/libc/stdio/freopen.c
115
(fdflags = _fcntl(fileno(fp), F_GETFD, 0)) != -1 &&
lib/libc/sysvipc/ipc.c
99
flags = _fcntl(daemon_fd, F_GETFD, 0);
lib/libc/sysvipc/shm.c
168
flags = _fcntl(fd, F_GETFD, 0);
lib/libfetch/common.c
286
flags = fcntl(sd, F_GETFD);
lib/libthread_xu/thread/thr_syscalls.c
267
case F_GETFD:
libexec/atrun/atrun.c
215
if ((fflags = fcntl(fd_in, F_GETFD)) <0)
sys/kern/kern_descrip.c
717
case F_GETFD:
sys/kern/kern_descrip.c
996
case F_GETFD:
test/bsd/dup_test/dup_test.c
113
if (fcntl(fd2, F_GETFD) != 0)
test/bsd/dup_test/dup_test.c
160
if (fcntl(fd2, F_GETFD) == 0)
test/bsd/dup_test/dup_test.c
176
if (fcntl(fd2, F_GETFD) != 0)
test/bsd/dup_test/dup_test.c
208
if (fcntl(fd2, F_GETFD) != 0)
test/bsd/dup_test/dup_test.c
234
if (fcntl(fd2, F_GETFD) == 0)
test/bsd/dup_test/dup_test.c
262
if (fcntl(fd2, F_GETFD) != 1)
test/bsd/dup_test/dup_test.c
287
if (fcntl(fd2, F_GETFD) != FD_CLOEXEC)
test/bsd/dup_test/dup_test.c
327
if (fcntl(fd2, F_GETFD) != FD_CLOEXEC)
test/bsd/dup_test/dup_test.c
352
if (fcntl(fd2, F_GETFD) != 0)
test/bsd/dup_test/dup_test.c
396
if (fcntl(fd2, F_GETFD) != FD_CLOFORK)
test/bsd/dup_test/dup_test.c
421
if (fcntl(fd2, F_GETFD) != FD_CLOFORK)
test/bsd/dup_test/dup_test.c
446
if (fcntl(fd2, F_GETFD) != 0)
test/illumos/oclo/oclo.c
137
int flags = fcntl(rt->crt_fd, F_GETFD, NULL);
test/illumos/oclo/ocloexec_verify.c
53
int flags = fcntl(fd, F_GETFD, NULL);