Home
last modified time | relevance | path

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

12

/trueos/contrib/libreadline/
HDshell.c175 #if !defined (O_NDELAY)
177 # define O_NDELAY FNDELAY macro
197 #ifdef O_NDELAY
198 bflags |= O_NDELAY;
HDinput.c80 #if !defined (O_NDELAY) && defined (O_NONBLOCK)
81 # define O_NDELAY O_NONBLOCK /* Posix style */ macro
208 #if defined (O_NDELAY) in rl_gather_tyi()
213 fcntl (tty, F_SETFL, (tem | O_NDELAY)); in rl_gather_tyi()
/trueos/contrib/apr/file_io/unix/
HDpipe.c44 # elif defined(O_NDELAY) in pipeblock()
45 fd_flags &= ~O_NDELAY; in pipeblock()
79 # elif defined(O_NDELAY) in pipenonblock()
80 fd_flags |= O_NDELAY; in pipenonblock()
/trueos/cddl/lib/libdtrace/
HDio.d103 inline int O_NDELAY = 0x0004; variable
104 #pragma D binding "1.1" O_NDELAY
/trueos/contrib/apr/network_io/unix/
HDsockopt.c30 #elif defined(O_NDELAY) in soblock()
31 fd_flags &= ~O_NDELAY; in soblock()
56 #elif defined(O_NDELAY) in sononblock()
57 fd_flags |= O_NDELAY; in sononblock()
/trueos/contrib/gdb/gdb/
HDinflow.c466 #if defined (O_NDELAY) in child_terminal_info()
470 if (flags & O_NDELAY) in child_terminal_info()
472 flags &= ~O_NDELAY; in child_terminal_info()
/trueos/contrib/ntp/sntp/
HDkludges.h52 #define O_NONBLOCK O_NDELAY
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
HDtst.fds.c84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
/trueos/contrib/libreadline/examples/rlfe/
HDos.h375 #if !defined(O_NONBLOCK) && defined(O_NDELAY)
376 # define O_NONBLOCK O_NDELAY
HDconfigure.in108 #define O_NONBLOCK O_NDELAY
/trueos/sys/sys/
HDfcntl.h174 #define O_NDELAY O_NONBLOCK /* compat */ macro
/trueos/contrib/gdb/gdb/tui/
HDtui-io.c626 #ifdef O_NDELAY in tui_initialize_io()
627 (void) fcntl (tui_readline_pipe[0], F_SETFL, O_NDELAY); in tui_initialize_io()
/trueos/contrib/ntp/ntpd/
HDrefclock_tpro.c81 fd = open(device, O_RDONLY | O_NDELAY, 0777); in tpro_start()
HDntp_io.c2309 #undef O_NDELAY in init_nonblocking_io()
2328 #elif defined(O_NDELAY) /* generally the same as FNDELAY */ in init_nonblocking_io()
2329 if (fcntl(fd, F_SETFL, O_NDELAY) < 0) in init_nonblocking_io()
/trueos/usr.sbin/ppp/
HDmain.c100 #ifdef O_NDELAY
101 #define O_NONBLOCK O_NDELAY
/trueos/lib/libedit/
HDread.c148 #if defined(F_SETFL) && defined(O_NDELAY) in read__fixio()
152 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1) in read__fixio()
HDreadline.c2048 #elif defined(F_SETFL) && defined(O_NDELAY) in _rl_event_read_char()
2051 if (fcntl(el->el_infd, F_SETFL, n|O_NDELAY) < 0) in _rl_event_read_char()
/trueos/contrib/ntp/libntp/
HDiosignal.c37 # define FNDELAY O_NDELAY
/trueos/contrib/ntp/ntpdate/
HDntptimeset.c1883 #undef O_NDELAY in init_io()
1900 #elif defined(O_NDELAY) /* generally the same as FNDELAY */ in init_io()
1901 if (fcntl(fd, F_SETFL, O_NDELAY) < 0) in init_io()
/trueos/contrib/ntp/arlib/
HDarlib.c134 # ifdef O_NDELAY in ar_open()
135 if (fcntl(ar_resfd, F_SETFL, flags|O_NDELAY) == -1) in ar_open()
/trueos/sys/i386/ibcs2/
HDibcs2_fcntl.c165 if (flags & O_NDELAY) r |= IBCS2_O_NONBLOCK;
/trueos/contrib/tcsh/
HDtc.func.c1656 # ifndef O_NDELAY in fixio()
1657 # define O_NDELAY 0 in fixio() macro
1686 e &= ~(O_NDELAY|O_NONBLOCK|FNBIO|_FNBIO|FNONBIO|FNONBLOCK|_FNONBLOCK| in fixio()
HDsh.h368 #if !defined(O_RDONLY) || !defined(O_NDELAY)
/trueos/usr.sbin/sicontrol/
HDsicontrol.c190 fd = open(CONTROLDEV, O_RDWR|O_NDELAY); in opencontrol()
/trueos/sys/compat/svr4/
HDsvr4_fcntl.c130 r |= (l & O_NDELAY) ? SVR4_O_NONBLOCK : 0;

12