HomeSort by relevance Sort by last modified time
    Searched defs:O_NONBLOCK (Results 1 - 25 of 74) sorted by null

1 2 3

  /bionic/libc/kernel/arch-mips/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /external/e2fsprogs/include/nonunix/
unistd.h 11 #define O_NONBLOCK 0
  /external/kernel-headers/original/asm-mips/
fcntl.h 14 #define O_NONBLOCK 0x0080
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 24 #define O_NONBLOCK 0x0080
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /external/bison/darwin-lib/
fcntl.h 543 #ifndef O_NONBLOCK
544 # define O_NONBLOCK O_NDELAY
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
551 # if O_NONBLOCK
555 # undef O_NONBLOCK
556 # define O_NONBLOCK 0x40000000
  /external/bison/linux-lib/
fcntl.h 543 #ifndef O_NONBLOCK
544 # define O_NONBLOCK O_NDELAY
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
551 # if O_NONBLOCK
555 # undef O_NONBLOCK
556 # define O_NONBLOCK 0x40000000
  /external/libppp/src/
main.c 99 #ifndef O_NONBLOCK
101 #define O_NONBLOCK O_NDELAY
583 * This is only really likely if we block in open(... O_NONBLOCK)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 27 #ifndef O_NONBLOCK
28 #define O_NONBLOCK 00004000
55 #define O_NDELAY O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 27 #ifndef O_NONBLOCK
28 #define O_NONBLOCK 00004000
55 #define O_NDELAY O_NONBLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 27 #ifndef O_NONBLOCK
28 #define O_NONBLOCK 00004000
55 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 36 #ifndef O_NONBLOCK
37 #define O_NONBLOCK 00004000
61 #define O_NDELAY O_NONBLOCK

Completed in 1188 milliseconds

1 2 3