Home
last modified time | relevance | path

Searched refs:FNBLOCK (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h381 #if !defined(FNBLOCK) && defined(FNONBLOCK)
382 # define FNBLOCK FNONBLOCK macro
384 #if !defined(FNBLOCK) && defined(FNDELAY)
385 # define FNBLOCK FNDELAY macro
387 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
388 # define FNBLOCK O_NONBLOCK macro
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_log.c738 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) { in ipf_log_read()
/netbsd-src/share/man/tools/
H A Dsp.ignore882 FNBLOCK
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git171328 sim: drop old O_NDELAY & FNBLOCK support