Searched defs:O_NONBLOCK (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c59 # ifndef O_NONBLOCK
60 # define O_NONBLOCK FNDELAY macro
61 # endif /* !O_NONBLOCK */
205 * If called with flags==O_NONBLOCK return 1 if protocol is supported
260 if(flags==O_NONBLOCK)
761 if(flags==O_NONBLOCK)
791 if(flags==O_NONBLOCK)
796 if(flags==O_NONBLOCK)
1158 o_mode = O_RDONLY|O_NONBLOCK;
1842 #ifdef O_NONBLOCK
[all...]

Completed in 28 milliseconds