Searched refs:O_NDELAY (Results 1 – 15 of 15) sorted by relevance
2 #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),
11 #if defined(O_NDELAY) && (O_NDELAY != O_NONBLOCK)12 O_NDELAY
13 { 4, "O_NDELAY" },
223 #ifndef O_NDELAY224 # define O_NDELAY 0232 # define O_NONBLOCK O_NDELAY
95 #ifndef O_NDELAY96 #define O_NDELAY O_NONBLOCK macro
535 #ifndef O_NDELAY536 # define O_NDELAY 0 macro544 # define O_NONBLOCK O_NDELAY
147 #if (O_NONBLOCK != O_NDELAY) in CheckPerm()148 case O_NDELAY: in CheckPerm()
184 O_NOCTTY | O_NOFOLLOW | O_NONBLOCK | O_NDELAY | in CheckOpen()
151 #if defined(F_SETFL) && defined(O_NDELAY) in read__fixio()155 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1) in read__fixio()
2072 #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()
131 xopen(TT.tty_name, O_RDWR|O_NDELAY|O_CLOEXEC); in open_tty()
471 open_flags |= O_NOCTTY | O_NDELAY; in DoInitialize()
269 #define O_NONBLOCK O_NDELAY
9000 (sc_obsolete_symbols): Check for O_NDELAY.