/external/ltp/testcases/kernel/syscalls/epoll_create1/ |
D | epoll_create1_01.c | 30 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1() 40 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1()
|
/external/ltp/testcases/kernel/syscalls/dup3/ |
D | dup3_01.c | 94 coe = fcntl(fd, F_GETFD); in main() 107 coe = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_01.c | 99 coe = fcntl(fd, F_GETFD); in main() 112 coe = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/socket/ |
D | socket02.c | 31 {SOCK_STREAM, 0, F_GETFD, "no close-on-exec"}, 32 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/external/ltp/testcases/kernel/syscalls/inotify_init/ |
D | inotify_init1_01.c | 144 coe = fcntl(fd, F_GETFD); in main() 160 coe = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd02.c | 147 coe = fcntl(fd, F_GETFD); in main() 165 coe = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/signalfd4/ |
D | signalfd4_01.c | 151 coe = fcntl(fd, F_GETFD); in main() 169 coe = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/pipe2/ |
D | pipe2_01.c | 149 coe = fcntl(fd[i], F_GETFD); in main() 168 coe = fcntl(fd[i], F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair02.c | 34 {SOCK_STREAM, 0, F_GETFD, "no close-on-exec"}, 35 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/external/strace/xlat/ |
D | fcntlcmds.h | 13 #if defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD) 15 static_assert((F_GETFD) == (1), "F_GETFD != 1"); 18 # define F_GETFD 1 400 XLAT(F_GETFD),
|
/external/crosvm/sys_util/src/linux/ |
D | syslog.rs | 16 closelog, fcntl, localtime_r, openlog, time, time_t, tm, F_GETFD, LOG_NDELAY, LOG_PERROR, 138 if fcntl(fd, F_GETFD) >= 0 { in openlog_and_get_socket()
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl01.c | 142 if ((flags = fcntl(fd[2], F_GETFD, 0)) < 0) in main() 150 if ((flags = fcntl(fd[2], F_GETFD, 0)) == -1) in main()
|
D | fcntl03.c | 24 TEST(fcntl(fd, F_GETFD, 0)); in verify_fcntl()
|
D | fcntl29.c | 64 TEST(fcntl(dup_fd, F_GETFD)); in main()
|
/external/libcups/scheduler/ |
D | util.c | 256 if (fcntl(fds[0], F_SETFD, fcntl(fds[0], F_GETFD) | FD_CLOEXEC)) in cupsdPipeCommand() 266 if (fcntl(fds[1], F_SETFD, fcntl(fds[1], F_GETFD) | FD_CLOEXEC)) in cupsdPipeCommand()
|
D | file.c | 261 if (fcntl(fds[0], F_SETFD, fcntl(fds[0], F_GETFD) | FD_CLOEXEC)) in cupsdOpenPipe() 272 if (fcntl(fds[1], F_SETFD, fcntl(fds[1], F_GETFD) | FD_CLOEXEC)) in cupsdOpenPipe()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 11-1.c | 34 flags = fcntl(fd, F_GETFD); in main()
|
/external/vboot_reference/cgpt/ |
D | cgpt_nor.c | 212 int fd_flags = fcntl(1, F_GETFD); in ReadNorFlash() 237 int fd_flags = fcntl(1, F_GETFD); in WriteNorFlash()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_utils_posix.cc | 46 flags = fcntl(fd, F_GETFD, 0); in grpc_accept4()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_posix.cc | 46 flags = fcntl(fd, F_GETFD, 0); in grpc_accept4()
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify08.c | 35 ret = SAFE_FCNTL(fd_notify, F_GETFD); in test_init_bit()
|
/external/libusb/libusb/os/ |
D | events_posix.c | 70 ret = fcntl(event->pipefd[0], F_GETFD); in usbi_create_event() 81 ret = fcntl(event->pipefd[1], F_GETFD); in usbi_create_event()
|
/external/jemalloc_new/src/ |
D | pages.c | 461 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in os_overcommits_proc() 472 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in os_overcommits_proc() 481 fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC); in os_overcommits_proc()
|
/external/ltp/testcases/kernel/syscalls/dup/ |
D | dup06.c | 45 if (fcntl(maxfd, F_GETFD) == -1 && errno == EBADF) in cnt_free_fds()
|
/external/wayland/cursor/ |
D | os-compatibility.c | 52 flags = fcntl(fd, F_GETFD); in set_cloexec_or_close()
|