HomeSort by relevance Sort by last modified time
    Searched refs:F_GETFD (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/bionic/
dup2.cpp 37 if (fcntl(old_fd, F_GETFD) == -1) {
  /external/ltp/testcases/kernel/syscalls/epoll_create1/
epoll_create1_01.c 45 coe = SAFE_FCNTL(fd, F_GETFD);
55 coe = SAFE_FCNTL(fd, F_GETFD);
  /external/strace/xlat/
fcntlcmds.in 3 F_GETFD 1
fcntlcmds.h 5 #if !(defined(F_GETFD) || (defined(HAVE_DECL_F_GETFD) && HAVE_DECL_F_GETFD))
6 # define F_GETFD 1
94 XLAT(F_GETFD),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
11-1.c 34 flags = fcntl(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl03.c 35 * Basic test for fcntl(2) using F_GETFD argument.
52 TEST(fcntl(fd, F_GETFD, 0));
55 tst_res(TFAIL | TTERRNO, "fcntl(%s, F_GETFD, 0) failed",
60 tst_res(TPASS, "fcntl(%s, F_GETFD, 0) returned %ld",
fcntl29.c 64 TEST(fcntl(dup_fd, F_GETFD));
68 "test F_GETFD failed");
fcntl01.c 142 if ((flags = fcntl(fd[2], F_GETFD, 0)) < 0)
144 "fcntl(.., F_GETFD, ..) #1 failed");
150 if ((flags = fcntl(fd[2], F_GETFD, 0)) == -1)
152 "fcntl(.., F_GETFD, ..) #2 failed");
  /external/ltp/testcases/kernel/syscalls/dup3/
dup3_01.c 94 coe = fcntl(fd, F_GETFD);
107 coe = fcntl(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/eventfd2/
eventfd2_01.c 99 coe = fcntl(fd, F_GETFD);
112 coe = fcntl(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/inotify_init/
inotify_init1_01.c 144 coe = fcntl(fd, F_GETFD);
160 coe = fcntl(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/pipe2/
pipe2_01.c 149 coe = fcntl(fd[i], F_GETFD);
168 coe = fcntl(fd[i], F_GETFD);
  /external/ltp/testcases/kernel/syscalls/signalfd4/
signalfd4_01.c 151 coe = fcntl(fd, F_GETFD);
169 coe = fcntl(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/socket/
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/socketpair/
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/ltp/testcases/kernel/syscalls/timerfd/
timerfd02.c 147 coe = fcntl(fd, F_GETFD);
165 coe = fcntl(fd, F_GETFD);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify08.c 53 ret = SAFE_FCNTL(fd_notify, F_GETFD);
  /system/core/libcutils/
android_get_control_file.cpp 76 #if defined(F_GETFD) // Lowest overhead
77 if (TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD)) < 0) return -1;
qtaguid.cpp 100 int res = fcntl(sockfd, F_GETFD);
111 int res = fcntl(sockfd, F_GETFD);
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine.cpp 187 testFd, fcntl(testFd, F_GETFD));
190 testFd, fcntl(testFd, F_GETFD));
195 printf("testFd = %d, fcntl after close() returns 0x%08X\n", testFd, fcntl(testFd, F_GETFD));
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 93 #define F_GETFD 1 ///< get file descriptor flags
106 /** file descriptor flags (F_GETFD, F_SETFD). **/
  /external/ltp/testcases/kernel/syscalls/dup/
dup06.c 45 if (fcntl(maxfd, F_GETFD) == -1 && errno == EBADF)
  /external/wayland/cursor/
os-compatibility.c 47 flags = fcntl(fd, F_GETFD);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 92 #define F_GETFD 1 /* get close_on_exec */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 84 #define F_GETFD 1

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 9