HomeSort by: relevance | last modified time | path
    Searched refs:O_NDELAY (Results 1 - 14 of 14) sorted by relevancy

  /src/sbin/slattach/
slattach.c 127 if ((fd = open(dev, O_RDWR | O_NDELAY)) < 0)
  /src/usr.sbin/irdaattach/
irdaattach.c 110 if ((fd = open(dev, O_RDWR | O_NDELAY)) < 0)
  /src/games/warp/
term.h 122 # ifndef O_NDELAY /* assert O_NDELAY */
143 # ifdef FIONREAD /* must have FIONREAD or O_NDELAY for input_pending() */
161 # ifndef O_NDELAY /* assert O_NDELAY */
warp.h 161 # ifdef O_NDELAY
config.h.SH 124 * the routine is used only if FIONREAD and O_NDELAY aren't available.
term.c 132 fcntl(devtty,F_SETFL,O_NDELAY);
658 /* read a character from the terminal, with hacks for O_NDELAY reads */
  /src/lib/libedit/
read.c 172 #if defined(F_SETFL) && defined(O_NDELAY)
176 if (fcntl(fd, F_SETFL, e & ~O_NDELAY) == -1)
180 #endif /* F_SETFL && O_NDELAY */
readline.c 2277 #elif defined(F_SETFL) && defined(O_NDELAY)
2280 if (fcntl(el->el_infd, F_SETFL, n|O_NDELAY) < 0)
  /src/sys/sys/
fcntl.h 167 #define O_NDELAY O_NONBLOCK /* compat */
  /src/usr.sbin/rpc.statd/
statd.c 496 db = dbopen(filename, O_RDWR|O_CREAT|O_NDELAY|O_EXLOCK, 0644, DB_HASH,
  /src/games/hunt/huntd/
answer.c 134 flags |= O_NDELAY;
  /src/bin/ksh/
misc.c 1262 #ifdef O_NDELAY
1263 blocking_flags |= O_NDELAY;
1264 #else /* O_NDELAY */
1268 #endif /* O_NDELAY */
  /src/sys/compat/linux/common/
linux_file.c 112 res |= cvtto_bsd_mask(lflags, LINUX_O_NDELAY, O_NDELAY);
138 res |= cvtto_linux_mask(bflags, O_NDELAY, LINUX_O_NDELAY);
  /src/usr.sbin/syslogd/
syslogd.c 1932 f->f_file = open(ctty, O_WRONLY | O_NDELAY, 0);

Completed in 21 milliseconds