/external/ltp/testcases/kernel/syscalls/epoll_create1/ |
D | epoll_create1_01.c | 45 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1() 55 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 | 43 {SOCK_STREAM, 0, F_GETFD, "no close-on-exec"}, 44 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/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/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/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 | 46 {SOCK_STREAM, 0, F_GETFD, "no close-on-exec"}, 47 {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/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 | 52 TEST(fcntl(fd, F_GETFD, 0)); in verify_fcntl()
|
D | fcntl29.c | 64 TEST(fcntl(dup_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/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 11-1.c | 34 flags = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify08.c | 35 ret = SAFE_FCNTL(fd_notify, F_GETFD); in test_init_bit()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_posix.cc | 46 flags = fcntl(fd, F_GETFD, 0); in grpc_accept4()
|
/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/honggfuzz/libhfuzz/ |
D | fetch.c | 27 if (fcntl(_HF_INPUT_FD, F_GETFD) == -1 && errno == EBADF) { in init()
|
/external/wayland/cursor/ |
D | os-compatibility.c | 47 flags = fcntl(fd, F_GETFD); in set_cloexec_or_close()
|
/external/ltp/testcases/kernel/syscalls/dup/ |
D | dup06.c | 45 if (fcntl(maxfd, F_GETFD) == -1 && errno == EBADF) in cnt_free_fds()
|
/external/strace/tests-m32/ |
D | fcntl-common.c | 357 { 0, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others() 358 { 1, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
|
/external/strace/tests/ |
D | fcntl-common.c | 357 { 0, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others() 358 { 1, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
|
/external/strace/tests-mx32/ |
D | fcntl-common.c | 357 { 0, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others() 358 { 1, ARG_STR(F_GETFD), .print_flags = print_flags_getfd }, in test_fcntl_others()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 101 #define F_GETFD 1 /* get close_on_exec */ macro
|