/external/ltp/testcases/kernel/syscalls/socket/ |
D | socket02.c | 150 coe = fcntl(fd, F_GETFD); in main() 166 coe = fcntl(fd, F_GETFD); in main() 182 coe = fcntl(fds[i], F_GETFD); in main() 202 coe = fcntl(fds[i], F_GETFD); in main()
|
/external/strace/xlat/ |
D | fcntlcmds.h | 5 #if !(defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD)) 6 # define F_GETFD 1 macro 94 XLAT(F_GETFD),
|
D | fcntlcmds.in | 3 F_GETFD 1
|
/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 | 130 coe = fcntl(fd, F_GETFD); in main() 143 coe = fcntl(fd, F_GETFD); in main()
|
/external/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_01.c | 136 coe = fcntl(fd, F_GETFD); in main() 149 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/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/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/signalfd4/ |
D | signalfd4_01.c | 151 coe = fcntl(fd, F_GETFD); in main() 169 coe = fcntl(fd, F_GETFD); in main()
|
/external/bison/lib/ |
D | fcntl.c | 194 int flags = fcntl (fd, F_GETFD); in rpl_fcntl() 256 int flags = fcntl (result, F_GETFD); in rpl_fcntl() 270 case F_GETFD: in rpl_fcntl()
|
D | pipe2.c | 131 if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0 in pipe2() 133 || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) < 0 in pipe2()
|
D | fcntl.in.h | 183 #ifndef F_GETFD 184 # define F_GETFD 2
|
D | cloexec.c | 43 int flags = fcntl (desc, F_GETFD, 0); in set_cloexec_flag()
|
/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 | 142 TEST(fcntl(fd, F_GETFD, 0)); in main()
|
D | fcntl29.c | 64 TEST(fcntl(dup_fd, F_GETFD)); in main()
|
D | fcntl07.c | 205 rc = fcntl(fd, F_GETFD, &status); in test_open()
|
/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/dup/ |
D | dup06.c | 45 if (fcntl(maxfd, F_GETFD) == -1 && errno == EBADF) in cnt_free_fds()
|
/external/valgrind/memcheck/tests/ |
D | file_locking.c | 49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 100 #define F_GETFD 1 /* get close_on_exec */ macro
|
/external/bison/linux-lib/ |
D | fcntl.h | 495 #ifndef F_GETFD 496 # define F_GETFD 2 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 495 #ifndef F_GETFD 496 # define F_GETFD 2 macro
|