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

1 2 3 4 5 6 7 8

  /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
  /bionic/libc/bionic/
fchmod.cpp 54 int fd_flag = fcntl(fd, F_GETFL);
fgetxattr.cpp 49 int fd_flag = fcntl(fd, F_GETFL);
fsetxattr.cpp 49 int fd_flag = fcntl(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
  /external/android-clat/
tun.c 73 int flags = fcntl(fd, F_GETFL);
  /external/lldb/tools/debugserver/source/
TTYState.cpp 37 m_tflags = fcntl (fd, F_GETFL, 0);
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 94 #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
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3

Completed in 311 milliseconds

1 2 3 4 5 6 7 8