Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 25 of 93) sorted by relevance

1234

/external/ltp/testcases/kernel/syscalls/socket/
Dsocket02.c150 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/
Dfcntlcmds.h5 #if !(defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD))
6 # define F_GETFD 1 macro
94 XLAT(F_GETFD),
Dfcntlcmds.in3 F_GETFD 1
/external/ltp/testcases/kernel/syscalls/epoll_create1/
Depoll_create1_01.c45 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/
Ddup3_01.c130 coe = fcntl(fd, F_GETFD); in main()
143 coe = fcntl(fd, F_GETFD); in main()
/external/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_01.c136 coe = fcntl(fd, F_GETFD); in main()
149 coe = fcntl(fd, F_GETFD); in main()
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd02.c147 coe = fcntl(fd, F_GETFD); in main()
165 coe = fcntl(fd, F_GETFD); in main()
/external/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_01.c144 coe = fcntl(fd, F_GETFD); in main()
160 coe = fcntl(fd, F_GETFD); in main()
/external/ltp/testcases/kernel/syscalls/pipe2/
Dpipe2_01.c149 coe = fcntl(fd[i], F_GETFD); in main()
168 coe = fcntl(fd[i], F_GETFD); in main()
/external/ltp/testcases/kernel/syscalls/signalfd4/
Dsignalfd4_01.c151 coe = fcntl(fd, F_GETFD); in main()
169 coe = fcntl(fd, F_GETFD); in main()
/external/bison/lib/
Dfcntl.c194 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()
Dpipe2.c131 if ((fcntl_flags = fcntl (fd[1], F_GETFD, 0)) < 0 in pipe2()
133 || (fcntl_flags = fcntl (fd[0], F_GETFD, 0)) < 0 in pipe2()
Dfcntl.in.h183 #ifndef F_GETFD
184 # define F_GETFD 2
Dcloexec.c43 int flags = fcntl (desc, F_GETFD, 0); in set_cloexec_flag()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl01.c142 if ((flags = fcntl(fd[2], F_GETFD, 0)) < 0) in main()
150 if ((flags = fcntl(fd[2], F_GETFD, 0)) == -1) in main()
Dfcntl03.c142 TEST(fcntl(fd, F_GETFD, 0)); in main()
Dfcntl29.c64 TEST(fcntl(dup_fd, F_GETFD)); in main()
Dfcntl07.c205 rc = fcntl(fd, F_GETFD, &status); in test_open()
/external/vboot_reference/cgpt/
Dcgpt_nor.c212 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/
D11-1.c34 flags = fcntl(fd, F_GETFD); in main()
/external/ltp/testcases/kernel/syscalls/dup/
Ddup06.c45 if (fcntl(maxfd, F_GETFD) == -1 && errno == EBADF) in cnt_free_fds()
/external/valgrind/memcheck/tests/
Dfile_locking.c49 flags = fcntl(fd, F_GETFD); in open_lock_and_map()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h100 #define F_GETFD 1 /* get close_on_exec */ macro
/external/bison/linux-lib/
Dfcntl.h495 #ifndef F_GETFD
496 # define F_GETFD 2 macro
/external/bison/darwin-lib/
Dfcntl.h495 #ifndef F_GETFD
496 # define F_GETFD 2 macro

1234