| /trueos/contrib/libreadline/ |
| HD | shell.c | 175 #if !defined (O_NDELAY) 177 # define O_NDELAY FNDELAY macro 197 #ifdef O_NDELAY 198 bflags |= O_NDELAY;
|
| HD | input.c | 80 #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/ |
| HD | pipe.c | 44 # 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/ |
| HD | io.d | 103 inline int O_NDELAY = 0x0004; variable 104 #pragma D binding "1.1" O_NDELAY
|
| /trueos/contrib/apr/network_io/unix/ |
| HD | sockopt.c | 30 #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/ |
| HD | inflow.c | 466 #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/ |
| HD | kludges.h | 52 #define O_NONBLOCK O_NDELAY
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/ |
| HD | tst.fds.c | 84 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC | in main()
|
| /trueos/contrib/libreadline/examples/rlfe/ |
| HD | os.h | 375 #if !defined(O_NONBLOCK) && defined(O_NDELAY) 376 # define O_NONBLOCK O_NDELAY
|
| HD | configure.in | 108 #define O_NONBLOCK O_NDELAY
|
| /trueos/sys/sys/ |
| HD | fcntl.h | 174 #define O_NDELAY O_NONBLOCK /* compat */ macro
|
| /trueos/contrib/gdb/gdb/tui/ |
| HD | tui-io.c | 626 #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/ |
| HD | refclock_tpro.c | 81 fd = open(device, O_RDONLY | O_NDELAY, 0777); in tpro_start()
|
| HD | ntp_io.c | 2309 #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/ |
| HD | main.c | 100 #ifdef O_NDELAY 101 #define O_NONBLOCK O_NDELAY
|
| /trueos/lib/libedit/ |
| HD | read.c | 148 #if defined(F_SETFL) && defined(O_NDELAY) in read__fixio() 152 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1) in read__fixio()
|
| HD | readline.c | 2048 #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/ |
| HD | iosignal.c | 37 # define FNDELAY O_NDELAY
|
| /trueos/contrib/ntp/ntpdate/ |
| HD | ntptimeset.c | 1883 #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/ |
| HD | arlib.c | 134 # ifdef O_NDELAY in ar_open() 135 if (fcntl(ar_resfd, F_SETFL, flags|O_NDELAY) == -1) in ar_open()
|
| /trueos/sys/i386/ibcs2/ |
| HD | ibcs2_fcntl.c | 165 if (flags & O_NDELAY) r |= IBCS2_O_NONBLOCK;
|
| /trueos/contrib/tcsh/ |
| HD | tc.func.c | 1656 # 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()
|
| HD | sh.h | 368 #if !defined(O_RDONLY) || !defined(O_NDELAY)
|
| /trueos/usr.sbin/sicontrol/ |
| HD | sicontrol.c | 190 fd = open(CONTROLDEV, O_RDWR|O_NDELAY); in opencontrol()
|
| /trueos/sys/compat/svr4/ |
| HD | svr4_fcntl.c | 130 r |= (l & O_NDELAY) ? SVR4_O_NONBLOCK : 0;
|