except 6538 io.c if (!NIL_P(except)) {
except 6539 io.c Check_Type(except, T_ARRAY);
except 6540 io.c for (i=0; i<RARRAY_LEN(except); i++) {
except 6541 io.c VALUE io = rb_io_get_io(RARRAY_PTR(except)[i]);
except 6600 io.c for (i=0; i< RARRAY_LEN(except); i++) {
except 6601 io.c VALUE obj = rb_ary_entry(except, i);
except 6622 io.c VALUE read, write, except;
except 6633 io.c return select_internal(p->read, p->write, p->except, p->timeout, p->fdsets);
except 6666 io.c rb_scan_args(argc, argv, "13", &args.read, &args.write, &args.except, &timeout);
except 6681 io.c return select_internal(args.read, args.write, args.except,
except 2353 thread.c if (except) orig_except = *except;
except 2370 thread.c result = select(n, read, write, except, wait);
except 2376 thread.c if (except) *except = orig_except;
except 2394 thread.c result = select(n, read, write, except, timeout);
except 2409 thread.c if (except) *except = orig_except;
except 2477 thread.c if (!read && !write && !except) {
except 2486 thread.c return do_select(max, read, write, except, timeout);
except 2217 win32/win32.c rb_fdset_t except;
except 2264 win32/win32.c rb_fd_init(&except);
except 2265 win32/win32.c extract_fd(&except, ex, is_not_socket); // drop only
except 2323 win32/win32.c rb_fd_term(&except);