Home
last modified time | relevance | path

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

/external/strace/xlat/
Dopen_mode_flags.h2 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)
40 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)
41 #if defined(O_NDELAY) || (defined(HAVE_DECL_O_NDELAY) && HAVE_DECL_O_NDELAY)
42 XLAT(O_NDELAY),
Dopen_mode_flags.in11 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)
12 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/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission_unittest.cc147 #if (O_NONBLOCK != O_NDELAY) in CheckPerm()
148 case O_NDELAY: in CheckPerm()
Dbroker_file_permission.cc184 O_NOCTTY | O_NOFOLLOW | O_NONBLOCK | O_NDELAY | in CheckOpen()
/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/toybox/toys/pending/
Dgetty.c131 xopen(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
/external/libchrome/base/files/
Dfile_posix.cc471 open_flags |= O_NOCTTY | O_NDELAY; in DoInitialize()
/external/ppp/pppd/
Dmain.c269 #define O_NONBLOCK O_NDELAY
/external/bison/
DChangeLog-20129000 (sc_obsolete_symbols): Check for O_NDELAY.