/third_party/ltp/testcases/kernel/syscalls/close_range/ |
D | close_range02.c | 54 TST_EXP_FAIL(fcntl(fd, F_GETFD), EBADF, in run() 56 TST_EXP_FAIL(fcntl(100, F_GETFD), EBADF); in run() 77 TST_EXP_FD_SILENT(fcntl(fd, F_GETFD), "fcntl(%d, F_GETFD)", fd); in run() 95 TST_EXP_FAIL(fcntl(fd, F_GETFD), EBADF, in run() 102 TST_EXP_PASS(fcntl(fd, F_GETFD), "%d is open", fd); in run()
|
D | close_range01.c | 73 int present = SAFE_FCNTL(fd[i], F_GETFD) & FD_CLOEXEC; in check_cloexec() 87 if (fcntl(fd[i], F_GETFD) > -1) in check_closed()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
D | epoll_wait05.c | 110 if (fcntl(sockfd_client, F_GETFD) > 0) in cleanup() 113 if (fcntl(sockfd_server, F_GETFD) > 0) in cleanup() 116 if (fcntl(epfd, F_GETFD) > 0) in cleanup()
|
/third_party/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_01.c | 25 flags = SAFE_FCNTL(fd, F_GETFD); in run() 30 flags = SAFE_FCNTL(fd, F_GETFD); in run()
|
/third_party/ltp/testcases/kernel/syscalls/inotify_init/ |
D | inotify_init1_01.c | 28 fd_flags = SAFE_FCNTL(fd, F_GETFD); in run() 34 fd_flags = SAFE_FCNTL(fd, F_GETFD); in run()
|
/third_party/curl/src/ |
D | tool_main.c | 95 while((fcntl(STDIN_FILENO, F_GETFD) == -1) || in main_checkfds() 96 (fcntl(STDOUT_FILENO, F_GETFD) == -1) || in main_checkfds() 97 (fcntl(STDERR_FILENO, F_GETFD) == -1)) in main_checkfds()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
D | linux_eventfd_test.cpp | 26 int flags = fcntl(eventFd, F_GETFD); 43 int flags = fcntl(eventFd, F_GETFD);
|
/third_party/ltp/testcases/kernel/syscalls/socket/ |
D | socket02.c | 30 {SOCK_STREAM, 0, F_GETFD, "no close-on-exec"}, 31 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/third_party/ltp/testcases/kernel/syscalls/pipe2/ |
D | pipe2_01.c | 29 {0, F_GETFD, 1, "Test pipe2 with 0 flag"}, 30 {O_CLOEXEC, F_GETFD, 1, "Test pipe2 using O_CLOEXEC flag"},
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd02.c | 141 coe = fcntl(fd, F_GETFD); in main() 159 coe = fcntl(fd, F_GETFD); in main()
|
/third_party/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair02.c | 33 {SOCK_STREAM, 0, F_GETFD, "no close-on-exec"}, 34 {SOCK_STREAM | SOCK_CLOEXEC, FD_CLOEXEC, F_GETFD, "close-on-exec"},
|
/third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
D | signalfd4_01.c | 145 coe = fcntl(fd, F_GETFD); in main() 163 coe = fcntl(fd, F_GETFD); in main()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl01.c | 143 if ((flags = fcntl(fd[2], F_GETFD, 0)) < 0) in main() 151 if ((flags = fcntl(fd[2], F_GETFD, 0)) == -1) in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
D | fcntl_fcntl_test.cpp | 26 int fdFlags = fcntl(fd, F_GETFD); 145 int getFlagResult = fcntl(fd, F_GETFD);
|
/third_party/musl/porting/liteos_a/user/src/legacy/ |
D | isastream.c | 7 return fcntl(fd, F_GETFD) < 0 ? -1 : 0; in isastream()
|
/third_party/musl/src/legacy/ |
D | isastream.c | 8 return fcntl(fd, F_GETFD) < 0 ? -1 : 0; in isastream()
|
/third_party/musl/src/unistd/ |
D | fchdir.c | 9 if (ret != -EBADF || __syscall(SYS_fcntl, fd, F_GETFD) < 0) in fchdir()
|
D | dup2.c | 13 r = __syscall(SYS_fcntl, old, F_GETFD); in dup2()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 11-1.c | 34 flags = fcntl(fd, F_GETFD); in main()
|
/third_party/musl/src/stat/ |
D | fchmod.c | 9 if (ret != -EBADF || __syscall(SYS_fcntl, fd, F_GETFD) < 0) in fchmod()
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/ |
D | pidfd_open01.c | 28 flag = SAFE_FCNTL(pidfd, F_GETFD); in run()
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 23 #define F_GETFD 1 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 23 #define F_GETFD 1 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 23 #define F_GETFD 1 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 23 #define F_GETFD 1 macro
|