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

1 23

  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 43 #define O_NDELAY O_NONBLOCK
190 # define FNDELAY O_NDELAY
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 43 #define O_NDELAY O_NONBLOCK
190 # define FNDELAY O_NDELAY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 43 #define O_NDELAY O_NONBLOCK
190 # define FNDELAY O_NDELAY
  /development/ndk/sources/android/libportable/arch-x86/
open.c 54 x86flags |= O_NDELAY;
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ataridevmouse.c 82 r |= 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
  /development/ndk/sources/android/libportable/arch-mips/
open.c 67 mipsflags |= O_NDELAY;
fcntl.c 209 mipsflags |= O_NDELAY;
247 if (flags & O_NDELAY)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
149 if os.O_NDELAY & l_flags: which = which + 'n'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
149 if os.O_NDELAY & l_flags: which = which + 'n'
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
srp_api.c 57 ((block_mode == SRP_INIT_NONBLOCK_MODE) ? O_NDELAY : 0));
  /external/libppp/src/
main.c 100 #ifdef O_NDELAY
101 #define O_NONBLOCK O_NDELAY
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
SDL_syscdrom.c 80 if ( (cdfd = open(drive, (O_RDWR|O_NDELAY), 0)) >= 0 ) {
241 return(open(SDL_cdlist[drive], (O_RDWR|O_NDELAY), 0));
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 106 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC;
  /external/chromium_org/base/files/
file_posix.cc 166 open_flags |= O_NOCTTY | O_NDELAY;
  /external/chromium_org/base/
platform_file_posix.cc 168 open_flags |= O_NOCTTY | O_NDELAY;
  /external/strace/
file.c 295 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)
296 { O_NDELAY, "O_NDELAY" },
504 { 4, "O_NDELAY" },
    [all...]
  /external/ppp/pppd/
main.c 269 #define O_NONBLOCK O_NDELAY
    [all...]

Completed in 1105 milliseconds

1 23