Searched refs:FNBLOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libreadline/examples/rlfe/
H A Dos.h379 #if !defined(FNBLOCK) && defined(FNONBLOCK)
380 # define FNBLOCK FNONBLOCK macro
382 #if !defined(FNBLOCK) && defined(FNDELAY)
383 # define FNBLOCK FNDELAY macro
385 #if !defined(FNBLOCK) && defined(O_NONBLOCK)
386 # define FNBLOCK O_NONBLOCK macro
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c749 if (uio->uio_fpflags & (FNBLOCK|FNDELAY)) {

Completed in 59 milliseconds