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

1 2 3 4 5 6 7 8 9

  /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
  /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);
  /external/strace/xlat/
fcntlcmds.h 13 #if defined(F_GETFL) || (defined(HAVE_DECL_F_GETFL) && HAVE_DECL_F_GETFL)
14 XLAT(F_GETFL),
  /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);
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataridevmouse.c 75 r = fcntl(handle, F_GETFL, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
fcntl.h 61 #define F_GETFL 3 /* get file->f_flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 61 #define F_GETFL 3 /* get file->f_flags */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3

Completed in 772 milliseconds

1 2 3 4 5 6 7 8 9