HomeSort by relevance Sort by last modified time
    Searched refs:O_NDELAY (Results 1 - 15 of 15) sorted by null

  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 49 #ifndef O_NDELAY
50 #define O_NDELAY O_NONBLOCK
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 60 #ifndef O_NDELAY
61 #define O_NDELAY O_NONBLOCK
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 89 #ifndef O_NDELAY
90 #define O_NDELAY O_NONBLOCK
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK
  /external/bison/lib/
fcntl.in.h 223 #ifndef O_NDELAY
224 # define O_NDELAY 0
232 # define O_NONBLOCK O_NDELAY
236 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
  /development/ndk/sources/android/libportable/arch-mips/
open.c 67 mipsflags |= O_NDELAY;
fcntl.c 209 mipsflags |= O_NDELAY;
247 if (flags & O_NDELAY)
  /external/bison/darwin-lib/
fcntl.h 535 #ifndef O_NDELAY
536 # define O_NDELAY 0
544 # define O_NONBLOCK O_NDELAY
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
  /external/bison/linux-lib/
fcntl.h 535 #ifndef O_NDELAY
536 # define O_NDELAY 0
544 # define O_NONBLOCK O_NDELAY
548 value of O_NONBLOCK. Otherwise, O_NONBLOCK is defined (above) to O_NDELAY
  /external/libedit/src/
read.c 151 #if defined(F_SETFL) && defined(O_NDELAY)
155 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1)
159 #endif /* F_SETFL && O_NDELAY */
readline.c     [all...]
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 128 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC;
  /external/chromium_org/base/files/
file_posix.cc 213 open_flags |= O_NOCTTY | O_NDELAY;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 266 #elif O_NDELAY
    [all...]

Completed in 557 milliseconds