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

1 2 3 4

  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_posix.c 34 ret = fcntl(pipefd[1], F_GETFL);
  /external/bison/lib/
dup2.c 95 # ifdef F_GETFL
100 return fcntl (fd, F_GETFL) == -1 ? -1 : fd;
140 int result = fcntl (fd, F_GETFL) < 0 ? -1 : fd;
pipe2.c 120 if ((fcntl_flags = fcntl (fd[1], F_GETFL, 0)) < 0
122 || (fcntl_flags = fcntl (fd[0], F_GETFL, 0)) < 0
error.c 131 F_GETFL. */
134 # ifndef F_GETFL
137 return 0 <= fcntl (fd, F_GETFL);
  /external/chromium_org/mojo/common/test/
test_utils_posix.cc 21 int original_flags = fcntl(handle.fd, F_GETFL);
42 int original_flags = fcntl(handle.fd, F_GETFL);
multiprocess_test_helper_unittest.cc 27 return fcntl(handle.fd, F_GETFL) & O_NONBLOCK;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fdopen.c 58 if ((fdflags = fcntl(fd, F_GETFL, 0)) < 0)
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 56 #define F_GETFL 3
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 96 #define F_GETFL 3
  /external/chromium_org/base/
async_socket_io_handler_posix.cc 77 int value = fcntl(socket, F_GETFL);
  /external/lldb/tools/debugserver/source/
TTYState.cpp 37 m_tflags = fcntl (fd, F_GETFL, 0);
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 102 #define F_GETFL 3
  /external/bluetooth/bluedroid/osi/src/
semaphore.c 70 int flags = fcntl(semaphore->fd, F_GETFL);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
socket_helper.c 87 int flags = fcntl(sock, F_GETFL, 0);
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 102 #define F_GETFL 3 /* get file->f_flags */
  /external/chromium_org/tools/android/forwarder2/
socket.cc 113 const int flags = fcntl(socket_, F_GETFL);
226 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
325 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
348 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
397 DCHECK(fcntl(socket_, F_GETFL) & O_NONBLOCK);
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 83 flOriginal = fcntl(mSocket, F_GETFL,0);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.c 176 int old = fcntl(s, F_GETFL, 0);
  /external/mesa3d/src/gallium/auxiliary/util/
u_network.c 176 int old = fcntl(s, F_GETFL, 0);
  /external/dnsmasq/src/
log.c 131 if (max_logs != 0 && (flags = fcntl(log_fd, F_GETFL)) != -1)
418 if ((flags = fcntl(log_fd, F_GETFL)) != -1)
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 86 int flags = fcntl(mDataFd, F_GETFL, 0);
  /external/chromium_org/build/android/pylib/
cmd_helper.py 143 fl = fcntl.fcntl(child_fd, fcntl.F_GETFL)
  /external/lldb/source/Host/common/
Terminal.cpp 143 m_tflags = ::fcntl (fd, F_GETFL, 0);
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 91 native_cmd = F_GETFL;
384 case F_GETFL:

Completed in 3371 milliseconds

1 2 3 4