O_NONBLOCK        167 ext/fcntl/fcntl.c #ifdef O_NONBLOCK
O_NONBLOCK        168 ext/fcntl/fcntl.c     rb_define_const(mFcntl, "O_NONBLOCK", INT2NUM(O_NONBLOCK));
O_NONBLOCK       1515 ext/socket/socket.c     flags |= O_NONBLOCK;
O_NONBLOCK        477 io.c           #if defined(HAVE_FCNTL) && defined(F_GETFL) && defined(O_NONBLOCK)
O_NONBLOCK        485 io.c           #if defined(HAVE_FCNTL) && defined(F_GETFL) && defined(O_NONBLOCK)
O_NONBLOCK        487 io.c                       !(r & O_NONBLOCK)
O_NONBLOCK       1686 io.c               if ((oflags & O_NONBLOCK) == 0) {
O_NONBLOCK       1687 io.c                   oflags |= O_NONBLOCK;
O_NONBLOCK       6765 io.c                 if (narg & O_NONBLOCK) {
O_NONBLOCK       8736 io.c           #if defined(O_NDELAY) || defined(O_NONBLOCK)
O_NONBLOCK       8737 io.c           #   ifdef O_NONBLOCK
O_NONBLOCK       8738 io.c               rb_file_const("NONBLOCK", INT2FIX(O_NONBLOCK));
O_NONBLOCK        289 random.c       #ifdef O_NONBLOCK
O_NONBLOCK        290 random.c                   |O_NONBLOCK
O_NONBLOCK       2519 win32/win32.c      if (!cancel_io || (mode & O_NONBLOCK)) {
O_NONBLOCK       3015 win32/win32.c      if (arg & O_NONBLOCK) {
O_NONBLOCK       3016 win32/win32.c  	flag |= O_NONBLOCK;
O_NONBLOCK       3020 win32/win32.c  	flag &= ~O_NONBLOCK;