except 2487 io.c VALUE except;
except 2490 io.c rb_get_kwargs(opts, &id, 0, 1, &except);
except 2491 io.c return except == Qfalse;
except 8430 io.c if (!NIL_P(except)) {
except 8431 io.c Check_Type(except, T_ARRAY);
except 8432 io.c for (i=0; i<RARRAY_LEN(except); i++) {
except 8433 io.c VALUE io = rb_io_get_io(RARRAY_AREF(except, i));
except 8491 io.c for (i=0; i< RARRAY_LEN(except); i++) {
except 8492 io.c VALUE obj = rb_ary_entry(except, i);
except 8512 io.c VALUE read, write, except;
except 8522 io.c return select_internal(p->read, p->write, p->except, p->timeout, p->fdsets);
except 8859 io.c rb_scan_args(argc, argv, "13", &args.read, &args.write, &args.except, &timeout);
except 3685 thread.c fd_init_copy(except);
except 3703 thread.c fd_term(except);
except 3746 thread.c if (!read && !write && !except) {
except 3761 thread.c if (except) {
except 3762 thread.c rb_fd_resize(max - 1, except);
except 3764 thread.c return do_select(max, read, write, except, timeout);
except 3900 thread.c rb_fdset_t *except;
except 3911 thread.c args->read, args->write, args->except, args->tv);
except 3920 thread.c if (args->except && rb_fd_isset(args->as.fd, args->except))
except 3933 thread.c if (args->except) rb_fd_term(args->except);
except 3949 thread.c args.except = (events & RB_WAITFD_PRI) ? init_set_fd(fd, &efds) : NULL;
except 2963 win32/win32.c rb_fdset_t except;
except 3015 win32/win32.c rb_fd_init(&except);
except 3016 win32/win32.c extract_fd(&except, ex, is_not_socket); // drop only
except 3081 win32/win32.c rb_fd_term(&except);