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

1 2 3 4 5 6 7 8 9

  /external/strace/xlat/
fcntlcmds.in 5 F_GETFL 3
fcntlcmds.h 11 #if !(defined(F_GETFL) || (defined(HAVE_DECL_F_GETFL) && HAVE_DECL_F_GETFL))
12 # define F_GETFL 3
96 XLAT(F_GETFL),
  /external/libdaemon/libdaemon/
dnonblock.c 37 if ((a = fcntl(fd, F_GETFL)) < 0)
  /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);
flistxattr.cpp 49 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/avahi/avahi-core/
fdutil.c 50 if ((n = fcntl(fd, F_GETFL)) < 0)
  /external/curl/lib/
nonblock.c 58 flags = sfcntl(sockfd, F_GETFL, 0);
  /system/connectivity/shill/
file_io.cc 54 const int flags = HANDLE_EINTR(fcntl(fd, F_GETFL)) | O_NONBLOCK;
  /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);
  /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/current/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 67 #define F_GETFL 3

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 9