Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dopen_mode_flags.in11 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)
12 O_NDELAY
Dopen_mode_flags.h34 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)
35 #if defined(O_NDELAY) || (defined(HAVE_DECL_O_NDELAY) && HAVE_DECL_O_NDELAY)
36 XLAT(O_NDELAY),
Dopenmodessol.in13 { 4, "O_NDELAY" },
/external/bison/lib/
Dfcntl.in.h223 #ifndef O_NDELAY
224 # define O_NDELAY 0
232 # define O_NONBLOCK O_NDELAY
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h95 #ifndef O_NDELAY
96 #define O_NDELAY O_NONBLOCK macro
/external/bison/darwin-lib/
Dfcntl.h535 #ifndef O_NDELAY
536 # define O_NDELAY 0 macro
544 # define O_NONBLOCK O_NDELAY
/external/bison/linux-lib/
Dfcntl.h535 #ifndef O_NDELAY
536 # define O_NDELAY 0 macro
544 # define O_NONBLOCK O_NDELAY
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_ataridevmouse.c82 r |= O_NDELAY; in SDL_AtariDevMouse_Open()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
DSDL_syscdrom.c80 if ( (cdfd = open(drive, (O_RDWR|O_NDELAY), 0)) >= 0 ) { in CheckDrive()
241 return(open(SDL_cdlist[drive], (O_RDWR|O_NDELAY), 0)); in SDL_SYS_CDOpen()
/external/libedit/src/
Dread.c151 #if defined(F_SETFL) && defined(O_NDELAY) in read__fixio()
155 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1) in read__fixio()
Dreadline.c2072 #elif defined(F_SETFL) && defined(O_NDELAY) in _rl_event_read_char()
2075 if (fcntl(el->el_infd, F_SETFL, n|O_NDELAY) < 0) in _rl_event_read_char()
/external/chromium_org/sandbox/linux/services/
Dbroker_process.cc128 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC; in IsAllowedOpenFlags()
/external/chromium_org/base/files/
Dfile_posix.cc213 open_flags |= O_NOCTTY | O_NDELAY; in InitializeUnsafe()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-trace.c266 #elif O_NDELAY in syscall_arg__scnprintf_open_flags()
/external/ppp/pppd/
Dmain.c269 #define O_NONBLOCK O_NDELAY
/external/bison/
DChangeLog-20129000 (sc_obsolete_symbols): Check for O_NDELAY.