Lines Matching defs:O_NONBLOCK
56 # ifndef O_NONBLOCK
57 # define O_NONBLOCK FNDELAY
58 # endif /* !O_NONBLOCK */
210 * If called with flags==O_NONBLOCK return 1 if protocol is supported
265 if(flags==O_NONBLOCK)
762 if(flags==O_NONBLOCK)
792 if(flags==O_NONBLOCK)
797 if(flags==O_NONBLOCK)
1169 o_mode = O_RDONLY|O_NONBLOCK;
1870 #ifdef O_NONBLOCK
1874 n &= ~O_NONBLOCK;
1878 #endif /* O_NONBLOCK */