Home
last modified time | relevance | path

Searched refs:O_NDELAY (Results 1 – 13 of 13) sorted by last modified time

/original-bsd/usr.bin/uucp/acucntrl/
H A Dacucntrl.c347 if((devfile = open(device, O_RDWR|O_NDELAY)) < 0) {
/original-bsd/sys/vax/uba/
H A Duda.c826 if (flags & O_NDELAY)
/original-bsd/sys/vax/mba/
H A Dhp.c323 if (flags & O_NDELAY)
/original-bsd/sys/vax/if/ACC/driver/
H A Dif_x29.c349 if (flag & O_NDELAY) {
/original-bsd/sys/tahoe/vba/
H A Dhd.c384 if (flags & O_NDELAY) {
H A Dvd.c425 if (flags & O_NDELAY) {
/original-bsd/sys/sys/
H A Dfcntl.h95 #define O_NDELAY O_NONBLOCK /* compat */ macro
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c345 uap->mode |= O_NDELAY;
350 if (error == 0 && (uap->mode & O_NDELAY))
/original-bsd/sbin/slattach/
H A Dslattach.c60 if ((fd = open(dev, O_RDWR | O_NDELAY)) < 0) {
/original-bsd/local/transcript/src/
H A Dpscomm.c863 if ((banner = open(".banner", O_RDONLY|O_NDELAY, 0)) < 0) in SendBanner()
/original-bsd/lib/libedit/
H A Dread.c75 # if defined(F_SETFL) && defined(O_NDELAY)
79 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1)
/original-bsd/contrib/emacs-18.57/src/
H A Dprocess.c43 #if !defined (O_NDELAY) && defined (HAVE_PTYS)
429 fd = open (pty_name, O_RDWR | O_NDELAY, 0); in allocate_pty()
432 fd = open ("/dev/ptc", O_RDWR | O_NDELAY, 0); in allocate_pty()
1094 #ifdef O_NDELAY
1095 fcntl (inchannel, F_SETFL, O_NDELAY);
1354 #ifdef O_NDELAY
1355 fcntl (inch, F_SETFL, O_NDELAY);
1743 #ifdef O_NDELAY
/original-bsd/contrib/connectd/cd/
H A Dmain.c383 p->fd = open (ttyn, O_RDWR|O_NDELAY) ;
386 n = open ("/dev/tty", O_RDWR|O_NDELAY) ;