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

/ast/src/lib/libcs/
H A Dcss.c35 #if !defined(O_NONBLOCK) && defined(FNDELAY)
36 #define O_NONBLOCK FNDELAY macro
527 #ifdef O_NONBLOCK
533 flags |= O_NONBLOCK;
535 messagef((state.main->id, NiL, -4, "cssfd: %d O_NONBLOCK", fd));
/ast/src/cmd/ie/
H A Dio.h164 # ifndef O_NONBLOCK
165 # define O_NONBLOCK FNDELAY macro
166 # endif /* !O_NONBLOCK */
/ast/src/cmd/std/
H A Ddd.c696 #if O_NONBLOCK
697 if ((i = fcntl(sffileno(sfstdin), F_GETFL)) > 0 && (i & O_NONBLOCK))
698 fcntl(sffileno(sfstdin), F_SETFL, i & ~O_NONBLOCK);
/ast/src/cmd/ksh93/sh/
H A Dio.c56 # ifndef O_NONBLOCK
57 # define O_NONBLOCK FNDELAY macro
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
[all...]

Completed in 21 milliseconds