PRIsVALUE 2178 array.c rb_raise(rb_eTypeError, "wrong element type %"PRIsVALUE" at %ld (expected array)",
PRIsVALUE 2646 array.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE
PRIsVALUE 3281 array.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)",
PRIsVALUE 3708 bignum.c rb_raise(rb_eArgError, "invalid value for Integer(): %+"PRIsVALUE, s);
PRIsVALUE 223 class.c rb_raise(rb_eTypeError, "superclass must be a Class (%"PRIsVALUE" given)",
PRIsVALUE 654 class.c rb_raise(rb_eTypeError, "%s is not a class (%"PRIsVALUE")",
PRIsVALUE 722 class.c rb_raise(rb_eTypeError, "%"PRIsVALUE"::%"PRIsVALUE" is not a class"
PRIsVALUE 723 class.c " (%"PRIsVALUE")",
PRIsVALUE 728 class.c "%"PRIsVALUE"::%"PRIsVALUE""
PRIsVALUE 729 class.c " (%"PRIsVALUE" is given but was %"PRIsVALUE")",
PRIsVALUE 735 class.c rb_raise(rb_eArgError, "no super class for `%"PRIsVALUE"::%"PRIsVALUE"'",
PRIsVALUE 776 class.c rb_raise(rb_eTypeError, "%s is not a module (%"PRIsVALUE")",
PRIsVALUE 802 class.c rb_raise(rb_eTypeError, "%"PRIsVALUE"::%"PRIsVALUE" is not a module"
PRIsVALUE 803 class.c " (%"PRIsVALUE")",
PRIsVALUE 1771 class.c error_message = rb_sprintf("%s keyword%s: %"PRIsVALUE, error, msg, keys);
PRIsVALUE 29 compar.c rb_raise(rb_eArgError, "comparison of %"PRIsVALUE" with %"PRIsVALUE" failed",
PRIsVALUE 542 compile.c "%"PRIsVALUE": undefined label",
PRIsVALUE 3604 compile.c return rb_sprintf("block in %"PRIsVALUE, iseq->body->location.label);
PRIsVALUE 3607 compile.c return rb_sprintf("block (%d levels) in %"PRIsVALUE, level, iseq->body->location.label);
PRIsVALUE 4581 compile.c debugs("lvar: %"PRIsVALUE" idx: %d\n", rb_id2str(id), idx);
PRIsVALUE 4604 compile.c compile_bug(ERROR_ARGS "NODE_DASGN(_CURR): unknown id (%"PRIsVALUE")",
PRIsVALUE 5410 compile.c debugs("id: %"PRIsVALUE" idx: %d\n", rb_id2str(id), idx);
PRIsVALUE 5421 compile.c compile_bug(ERROR_ARGS "unknown dvar (%"PRIsVALUE")",
PRIsVALUE 5758 compile.c rb_sprintf("<class:%"PRIsVALUE">", rb_id2str(node->nd_cpath->nd_mid)),
PRIsVALUE 5775 compile.c rb_sprintf("<module:%"PRIsVALUE">", rb_id2str(node->nd_cpath->nd_mid)),
PRIsVALUE 6270 compile.c if (ci->mid) rb_str_catf(str, "%"PRIsVALUE, rb_id2str(ci->mid));
PRIsVALUE 6412 compile.c rb_raise(rb_eSyntaxError, "invalid exception symbol: %+"PRIsVALUE, sym);
PRIsVALUE 6569 compile.c "unknown instruction: %+"PRIsVALUE, insn);
PRIsVALUE 6692 compile.c rb_raise(rb_eTypeError, "invalid %+"PRIsVALUE" Fixnum: %+"PRIsVALUE,
PRIsVALUE 6751 compile.c rb_raise(rb_eTypeError, "keyword default has unsupported len %+"PRIsVALUE, key);
PRIsVALUE 6829 compile.c rb_raise(rb_eTypeError, ":opt param is not an array: %+"PRIsVALUE,
PRIsVALUE 6839 compile.c rb_raise(rb_eTypeError, ":keywords param is not an array: %+"PRIsVALUE,
PRIsVALUE 1020 complex.c rb_raise(rb_eTypeError, "%"PRIsVALUE" can't be coerced into %"PRIsVALUE,
PRIsVALUE 1435 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Integer",
PRIsVALUE 1458 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Float",
PRIsVALUE 1483 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Rational",
PRIsVALUE 1510 complex.c rb_raise(rb_eRangeError, "can't convert %"PRIsVALUE" into Rational",
PRIsVALUE 1845 complex.c rb_raise(rb_eArgError, "invalid value for convert(): %+"PRIsVALUE,
PRIsVALUE 164 encoding.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (expected Encoding)",
PRIsVALUE 234 encoding.c rb_raise(rb_eArgError, "unknown encoding name - %"PRIsVALUE, enc);
PRIsVALUE 1125 encoding.c "#<%"PRIsVALUE":%s%s%s>", rb_obj_class(self),
PRIsVALUE 2581 enum.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)",
PRIsVALUE 946 enumerator.c return rb_sprintf("#<%"PRIsVALUE": uninitialized>", rb_class_path(cname));
PRIsVALUE 950 enumerator.c str = rb_sprintf("#<%"PRIsVALUE": ...>", rb_class_path(cname));
PRIsVALUE 961 enumerator.c str = rb_sprintf("#<%"PRIsVALUE": %+"PRIsVALUE, rb_class_path(cname), eobj);
PRIsVALUE 1248 enumerator.c "wrong argument type %"PRIsVALUE" (expected Proc)",
PRIsVALUE 1808 enumerator.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (must respond to :each)",
PRIsVALUE 574 error.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (expected %s)",
PRIsVALUE 613 error.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE" (expected %s)",
PRIsVALUE 1371 error.c rb_raise(rb_eArgError, "invalid value for %s: %+"PRIsVALUE, type, s);
PRIsVALUE 1521 error.c if (!NIL_P(func)) rb_str_catf(errmsg, " @ %"PRIsVALUE, func);
PRIsVALUE 1522 error.c rb_str_catf(errmsg, " - %"PRIsVALUE, str);
PRIsVALUE 2109 error.c "%"PRIsVALUE"() function is unimplemented on this machine",
PRIsVALUE 2315 error.c rb_raise(rb_eRuntimeError, "can't modify frozen %"PRIsVALUE", created at %"PRIsVALUE":%"PRIsVALUE,
PRIsVALUE 2319 error.c rb_raise(rb_eRuntimeError, "can't modify frozen %"PRIsVALUE,
PRIsVALUE 2350 error.c rb_raise(rb_eSecurityError, "Insecure: can't modify %"PRIsVALUE,
PRIsVALUE 535 eval.c e = rb_sprintf("Exception `%"PRIsVALUE"' at %s:%d - %"PRIsVALUE"\n",
PRIsVALUE 539 eval.c e = rb_sprintf("Exception `%"PRIsVALUE"' at %s - %"PRIsVALUE"\n",
PRIsVALUE 543 eval.c e = rb_sprintf("Exception `%"PRIsVALUE"' - %"PRIsVALUE"\n",
PRIsVALUE 38 eval_error.c return rb_sprintf("%"PRIsVALUE": ", sourcefile);
PRIsVALUE 41 eval_error.c return rb_sprintf("%"PRIsVALUE":%d:in `%"PRIsVALUE"': ",
PRIsVALUE 46 eval_error.c return rb_sprintf("%"PRIsVALUE":%d: ", sourcefile, sourceline);
PRIsVALUE 186 eval_error.c warn_print_str(rb_sprintf("\tfrom %"PRIsVALUE"\n", line));
PRIsVALUE 7 ext/-test-/printf/printf.c return rb_enc_sprintf(rb_usascii_encoding(), "<%"PRIsVALUE">", obj);
PRIsVALUE 13 ext/-test-/printf/printf.c return rb_enc_sprintf(rb_usascii_encoding(), "{%+"PRIsVALUE"}", obj);
PRIsVALUE 19 ext/-test-/printf/printf.c return rb_enc_sprintf(rb_usascii_encoding(), "[% "PRIsVALUE"]", obj);
PRIsVALUE 72 ext/-test-/st/foreach/foreach.c rb_raise(rb_eArgError, "unexpected arg: %+"PRIsVALUE, c->test);
PRIsVALUE 133 ext/-test-/st/foreach/foreach.c rb_raise(rb_eArgError, "unexpected arg: %+"PRIsVALUE, c->test);
PRIsVALUE 9 ext/-test-/struct/member.c rb_name_error_str(name, "`%"PRIsVALUE"' is not a struct member", name);
PRIsVALUE 96 ext/bigdecimal/bigdecimal.c #ifdef PRIsVALUE
PRIsVALUE 310 ext/bigdecimal/bigdecimal.c "%"PRIsVALUE" can't be coerced into BigDecimal without a precision",
PRIsVALUE 2306 ext/bigdecimal/bigdecimal.c "wrong argument type %"PRIsVALUE" (expected scalar Numeric)",
PRIsVALUE 2584 ext/bigdecimal/bigdecimal.c "can't omit precision for a %"PRIsVALUE".",
PRIsVALUE 6445 ext/date/date_core.c "#<%"PRIsVALUE": "
PRIsVALUE 6446 ext/date/date_core.c "(%+"PRIsVALUE"th,%dj),+0s,%.0fj; "
PRIsVALUE 6460 ext/date/date_core.c "#<%"PRIsVALUE": "
PRIsVALUE 6461 ext/date/date_core.c "(%+"PRIsVALUE"th,%dj,%ds,%+"PRIsVALUE"n),"
PRIsVALUE 6492 ext/date/date_core.c "#<%"PRIsVALUE": %"PRIsVALUE" "
PRIsVALUE 6493 ext/date/date_core.c "((%+"PRIsVALUE"j,%ds,%+"PRIsVALUE"n),%+ds,%.0fj)>",
PRIsVALUE 221 ext/etc/etc.c if (pwd == 0) rb_raise(rb_eArgError, "can't find user for %"PRIsVALUE, nam);
PRIsVALUE 464 ext/etc/etc.c if (grp == 0) rb_raise(rb_eArgError, "can't find group for %"PRIsVALUE, nam);
PRIsVALUE 733 ext/etc/etc.c version = rb_sprintf("%s Version %"PRIsVALUE": %"PRIsVALUE, sysname, release,
PRIsVALUE 4 ext/fiddle/function.c #ifdef PRIsVALUE
PRIsVALUE 84 ext/fiddle/function.c rb_raise(rb_eArgError, "unknown keyword: %"PRIsVALUE,
PRIsVALUE 371 ext/fiddle/handle.c rb_raise(rb_eFiddleError, "unknown symbol \"%"PRIsVALUE"\"", symbol);
PRIsVALUE 10 ext/fiddle/pointer.c #ifdef PRIsVALUE
PRIsVALUE 442 ext/fiddle/pointer.c return rb_sprintf("#<%"PRIsVALUE":%p ptr=%p size=%ld free=%p>",
PRIsVALUE 741 ext/io/console/console.c rb_raise(rb_eArgError, "unknown virtual key code: % "PRIsVALUE, k);
PRIsVALUE 199 ext/io/wait/wait.c rb_raise(rb_eArgError, "unsupported mode: %"PRIsVALUE, mode);
PRIsVALUE 699 ext/objspace/objspace.c return rb_sprintf("#<InternalObject:%p %"PRIsVALUE">", (void *)obj, rb_sym2str(type));
PRIsVALUE 387 ext/objspace/objspace_dump.c rb_raise(rb_eArgError, "wrong output option: %"PRIsVALUE, output);
PRIsVALUE 81 ext/openssl/ossl.h ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected kind of %"PRIsVALUE")",\
PRIsVALUE 88 ext/openssl/ossl.h ossl_raise(rb_eTypeError, "wrong argument (%"PRIsVALUE")! (Expected instance of %"PRIsVALUE")",\
PRIsVALUE 299 ext/openssl/ossl_asn1.c if(!a1obj) ossl_raise(eASN1Error, "invalid OBJECT ID %"PRIsVALUE, obj);
PRIsVALUE 641 ext/openssl/ossl_asn1.c ossl_raise(eASN1Error, "universal tag for %"PRIsVALUE" not found",
PRIsVALUE 116 ext/openssl/ossl_cipher.c ossl_raise(rb_eRuntimeError, "unsupported cipher algorithm (%"PRIsVALUE")", str);
PRIsVALUE 214 ext/openssl/ossl_cipher.c rb_warn("arguments for %"PRIsVALUE"#encrypt and %"PRIsVALUE"#decrypt were deprecated; "
PRIsVALUE 215 ext/openssl/ossl_cipher.c "use %"PRIsVALUE"#pkcs5_keyivgen to derive key and IV",
PRIsVALUE 64 ext/openssl/ossl_digest.c ossl_raise(rb_eRuntimeError, "Unsupported digest algorithm (%"PRIsVALUE").", obj);
PRIsVALUE 151 ext/openssl/ossl_engine.c rb_warning("no such builtin loader for `%"PRIsVALUE"'", name);
PRIsVALUE 323 ext/openssl/ossl_engine.c if(!tmp) ossl_raise(eEngineError, "no such cipher `%"PRIsVALUE"'", name);
PRIsVALUE 356 ext/openssl/ossl_engine.c if(!tmp) ossl_raise(eEngineError, "no such digest `%"PRIsVALUE"'", name);
PRIsVALUE 525 ext/openssl/ossl_engine.c return rb_sprintf("#<%"PRIsVALUE" id=\"%s\" name=\"%s\">",
PRIsVALUE 111 ext/openssl/ossl_pkcs12.c ossl_raise(rb_eArgError, "Unknown PBE algorithm %"PRIsVALUE, key_nid);
PRIsVALUE 115 ext/openssl/ossl_pkcs12.c ossl_raise(rb_eArgError, "Unknown PBE algorithm %"PRIsVALUE, cert_nid);
PRIsVALUE 454 ext/openssl/ossl_pkcs7.c ossl_raise(ePKCS7Error, "unknown type \"%"PRIsVALUE"\"", sym);
PRIsVALUE 857 ext/openssl/ossl_pkey_ec.c ossl_raise(eEC_GROUP, "unknown curve name (%"PRIsVALUE")", arg1);
PRIsVALUE 861 ext/openssl/ossl_pkey_ec.c ossl_raise(eEC_GROUP, "unable to create curve (%"PRIsVALUE")", arg1);
PRIsVALUE 220 ext/openssl/ossl_ssl.c ossl_raise(rb_eArgError, "unknown SSL method `%"PRIsVALUE"'.", m);
PRIsVALUE 706 ext/openssl/ossl_x509cert.c return rb_sprintf("#<%"PRIsVALUE": subject=%+"PRIsVALUE", "
PRIsVALUE 707 ext/openssl/ossl_x509cert.c "issuer=%+"PRIsVALUE", serial=%+"PRIsVALUE", "
PRIsVALUE 708 ext/openssl/ossl_x509cert.c "not_before=%+"PRIsVALUE", not_after=%+"PRIsVALUE">",
PRIsVALUE 252 ext/openssl/ossl_x509ext.c if(!nid) ossl_raise(eX509ExtError, "unknown OID `%"PRIsVALUE"'", oid);
PRIsVALUE 264 ext/openssl/ossl_x509ext.c ossl_raise(eX509ExtError, "%"PRIsVALUE" = %"PRIsVALUE, oid, valstr);
PRIsVALUE 186 ext/pathname/pathname.c return rb_sprintf("#<%s:%"PRIsVALUE">", c, str);
PRIsVALUE 443 ext/racc/cparse/cparse.c "%s() %s %"PRIsVALUE" (must be Array[2])",
PRIsVALUE 252 ext/ripper/ripper.c if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
PRIsVALUE 807 ext/ripper/ripper.c # define PRIsWARN PRIsVALUE
PRIsVALUE 9256 ext/ripper/ripper.c compile_error(PARSER_ARG "%"PRIsVALUE, err);
PRIsVALUE 12778 ext/ripper/ripper.c rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
PRIsVALUE 14922 ext/ripper/ripper.c compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
PRIsVALUE 15090 ext/ripper/ripper.c compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
PRIsVALUE 15148 ext/ripper/ripper.c compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
PRIsVALUE 15947 ext/ripper/ripper.c "key %+"PRIsVALUE" is duplicated and overwritten on line %d",
PRIsVALUE 16338 ext/ripper/ripper.c compile_error(PARSER_ARG "%"PRIsVALUE, err);
PRIsVALUE 16412 ext/ripper/ripper.c compile_error(PARSER_ARG "%"PRIsVALUE, m);
PRIsVALUE 17257 ext/ripper/ripper.c rb_raise(rb_eArgError, "%"PRIsVALUE, msg);
PRIsVALUE 198 ext/ripper/ripper.y if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
PRIsVALUE 753 ext/ripper/ripper.y # define PRIsWARN PRIsVALUE
PRIsVALUE 4058 ext/ripper/ripper.y compile_error(PARSER_ARG "%"PRIsVALUE, err);
PRIsVALUE 7029 ext/ripper/ripper.y rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
PRIsVALUE 9173 ext/ripper/ripper.y compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
PRIsVALUE 9341 ext/ripper/ripper.y compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
PRIsVALUE 9399 ext/ripper/ripper.y compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
PRIsVALUE 10198 ext/ripper/ripper.y "key %+"PRIsVALUE" is duplicated and overwritten on line %d",
PRIsVALUE 10589 ext/ripper/ripper.y compile_error(PARSER_ARG "%"PRIsVALUE, err);
PRIsVALUE 10663 ext/ripper/ripper.y compile_error(PARSER_ARG "%"PRIsVALUE, m);
PRIsVALUE 11508 ext/ripper/ripper.y rb_raise(rb_eArgError, "%"PRIsVALUE, msg);
PRIsVALUE 993 ext/socket/ancdata.c rb_str_catf(ret, " %"PRIsVALUE, rb_sym2str(vtype));
PRIsVALUE 1254 ext/socket/option.c rb_str_catf(ret, " %"PRIsVALUE, rb_sym2str(v));
PRIsVALUE 28 ext/socket/socket.c message = rb_sprintf("%s for %+"PRIsVALUE" port % "PRIsVALUE"",
PRIsVALUE 46 ext/socket/socket.c message = rb_sprintf("%s for % "PRIsVALUE"", mesg, path);
PRIsVALUE 82 ext/socket/socket.c message = rb_sprintf("%s for %"PRIsVALUE"", mesg, str);
PRIsVALUE 259 ext/stringio/stringio.c rb_warn("%"PRIsVALUE"::new() does not take block; use %"PRIsVALUE"::open() instead",
PRIsVALUE 1155 ext/strscan/strscan.c a = rb_sprintf("#<%"PRIsVALUE" (uninitialized)>", rb_obj_class(self));
PRIsVALUE 1159 ext/strscan/strscan.c a = rb_sprintf("#<%"PRIsVALUE" fin>", rb_obj_class(self));
PRIsVALUE 1164 ext/strscan/strscan.c a = rb_sprintf("#<%"PRIsVALUE" %ld/%ld @ %"PRIsVALUE">",
PRIsVALUE 1172 ext/strscan/strscan.c a = rb_sprintf("#<%"PRIsVALUE" %ld/%ld %"PRIsVALUE" @ %"PRIsVALUE">",
PRIsVALUE 313 ext/syslog/syslog.c rb_raise(rb_eTypeError, "type mismatch: %"PRIsVALUE" given", rb_obj_class(pri));
PRIsVALUE 328 ext/syslog/syslog.c return rb_sprintf("<#%"PRIsVALUE": opened=false>", self);
PRIsVALUE 330 ext/syslog/syslog.c return rb_sprintf("<#%"PRIsVALUE": opened=true, ident=\"%s\", options=%d, facility=%d, mask=%d>",
PRIsVALUE 944 ext/tk/tkutil/tkutil.c rb_warning("fail to convert '%+"PRIsVALUE"' to string for Tk", obj);
PRIsVALUE 1419 ext/tk/tkutil/tkutil.c id = rb_intern_str(rb_sprintf("@%"PRIsVALUE, str));
PRIsVALUE 1463 ext/tk/tkutil/tkutil.c ret = rb_sprintf("@%"PRIsVALUE, str);
PRIsVALUE 1472 ext/tk/tkutil/tkutil.c rb_raise(rb_eArgError, "cannot find attribute :%"PRIsVALUE, str);
PRIsVALUE 1615 ext/tk/tkutil/tkutil.c subst_inf->ivar[chr] = rb_intern_str(rb_sprintf("@%"PRIsVALUE, rb_id2str(id)));
PRIsVALUE 1647 ext/tk/tkutil/tkutil.c subst_inf->ivar[chr] = rb_intern_str(rb_sprintf("@%"PRIsVALUE, rb_id2str(id)));
PRIsVALUE 472 ext/win32ole/win32ole_event.c error = rb_sprintf("%"PRIsVALUE": %"PRIsVALUE" (%s)\n", bt, msg, rb_obj_classname(e));
PRIsVALUE 844 ext/win32ole/win32ole_event.c mid = rb_to_id(rb_sprintf("on%"PRIsVALUE, ev));
PRIsVALUE 587 ext/win32ole/win32ole_record.c return rb_sprintf("#<WIN32OLE_RECORD(%"PRIsVALUE") %"PRIsVALUE">",
PRIsVALUE 364 ext/win32ole/win32ole_variable.c VALUE detail = rb_sprintf("%"PRIsVALUE"=%"PRIsVALUE, n, v);
PRIsVALUE 159 ext/win32ole/win32ole_variant.c rb_raise(eWIN32OLERuntimeError, "failed to convert VT_ERROR VARIANT:`%"PRIsVALUE"'", rb_inspect(v));
PRIsVALUE 157 file.c rb_raise(rb_eEncCompatError, "path name must be ASCII-compatible (%s): %"PRIsVALUE,
PRIsVALUE 3196 file.c rb_raise(rb_eArgError, "user %"PRIsVALUE" doesn't exist", user);
PRIsVALUE 3297 file.c rb_enc_raise(enc, rb_eArgError, "non-absolute home of %.*s%.0"PRIsVALUE,
PRIsVALUE 2590 gc.c rb_raise(rb_eArgError, "wrong type argument %"PRIsVALUE" (should be callable)",
PRIsVALUE 6736 gc.c rb_raise(rb_eArgError, "unknown key: %"PRIsVALUE, rb_sym2str(key));
PRIsVALUE 6964 gc.c "In this case, you refer to obsolete `%"PRIsVALUE"' (new key is `%"PRIsVALUE"'). "
PRIsVALUE 7072 gc.c rb_raise(rb_eArgError, "unknown key: %"PRIsVALUE, rb_sym2str(key));
PRIsVALUE 8242 gc.c str = rb_sprintf("-<%"PRIsVALUE":%p", c, (void *)self);
PRIsVALUE 899 hash.c rb_raise(rb_eKeyError, "key not found: %"PRIsVALUE, desc);
PRIsVALUE 1312 hash.c rb_warn("extra states are no longer copied: %+"PRIsVALUE, hash);
PRIsVALUE 3092 hash.c rb_raise(rb_eKeyError, "key not found: \"%"PRIsVALUE"\"", key);
PRIsVALUE 5162 io.c rb_warn("Ignoring encoding parameter '%"PRIsVALUE"': %s_encoding is used",
PRIsVALUE 6805 io.c rb_warn("setvbuf() can't be honoured for %"PRIsVALUE, fptr->pathv);
PRIsVALUE 6809 io.c rb_warn("setvbuf() can't be honoured for %"PRIsVALUE, fptr->pathv);
PRIsVALUE 6813 io.c rb_warn("setvbuf() can't be honoured for %"PRIsVALUE, fptr->pathv);
PRIsVALUE 7316 io.c rb_raise(rb_eTypeError, "%"PRIsVALUE" must have %"PRIsVALUE" method, %"PRIsVALUE" given",
PRIsVALUE 7699 io.c rb_warn("%"PRIsVALUE"::new() does not take block; use %"PRIsVALUE"::open() instead",
PRIsVALUE 7992 io.c rb_warn("Can't rename %"PRIsVALUE" to %"PRIsVALUE": %s, skipping file",
PRIsVALUE 7999 io.c rb_warn("Can't rename %"PRIsVALUE" to %"PRIsVALUE": %s, skipping file",
PRIsVALUE 8011 io.c rb_warn("Can't remove %"PRIsVALUE": %s, skipping file",
PRIsVALUE 8035 io.c rb_warn("Can't set owner/group of %"PRIsVALUE" to same as %"PRIsVALUE": %s, skipping file",
PRIsVALUE 8615 io.c VALUE message = rb_sprintf("%"PRIsVALUE" "
PRIsVALUE 8618 io.c "%"PRIsVALUE")",
PRIsVALUE 8640 io.c rb_raise(rb_eNotImpError, "Unsupported advice: %+"PRIsVALUE, advice);
PRIsVALUE 9426 io.c if (!enc) rb_warn("Unsupported encoding %"PRIsVALUE" ignored", v);
PRIsVALUE 1325 iseq.c rb_ary_push(ary, rb_sprintf("mid:%"PRIsVALUE, rb_id2str(ci->mid)));
PRIsVALUE 1333 iseq.c rb_ary_push(ary, rb_sprintf("kw:[%"PRIsVALUE"]", rb_ary_join(kw_ary, rb_str_new2(","))));
PRIsVALUE 1349 iseq.c ret = rb_sprintf("<callinfo!%"PRIsVALUE">", rb_ary_join(ary, rb_str_new2(", ")));
PRIsVALUE 226 marshal.c rb_raise(rb_eTypeError, "can't dump non-ascii %s name % "PRIsVALUE,
PRIsVALUE 230 marshal.c rb_raise(rb_eTypeError, "can't dump anonymous %s % "PRIsVALUE,
PRIsVALUE 243 marshal.c rb_raise(rb_eTypeError, "% "PRIsVALUE" can't be referred to", path);
PRIsVALUE 906 marshal.c "no _dump_data is defined for class %"PRIsVALUE,
PRIsVALUE 916 marshal.c rb_raise(rb_eTypeError, "can't dump %"PRIsVALUE,
PRIsVALUE 1486 marshal.c rb_raise(rb_eArgError, "%"PRIsVALUE" does not refer to class", path);
PRIsVALUE 1497 marshal.c rb_raise(rb_eArgError, "%"PRIsVALUE" does not refer to module", path);
PRIsVALUE 1545 marshal.c "can't override instance variable of "type" `%"PRIsVALUE"'", \
PRIsVALUE 1589 marshal.c "prepended class %"PRIsVALUE" differs from class %"PRIsVALUE,
PRIsVALUE 1787 marshal.c rb_raise(rb_eTypeError, "class %"PRIsVALUE" not a struct", rb_class_name(klass));
PRIsVALUE 1791 marshal.c rb_raise(rb_eTypeError, "struct %"PRIsVALUE" not compatible (struct size differs)",
PRIsVALUE 1803 marshal.c rb_raise(rb_eTypeError, "struct %"PRIsVALUE" not compatible (:%"PRIsVALUE" for :%"PRIsVALUE")",
PRIsVALUE 1824 marshal.c rb_raise(rb_eTypeError, "class %"PRIsVALUE" needs to have method `_load'",
PRIsVALUE 1855 marshal.c rb_raise(rb_eTypeError, "instance of %"PRIsVALUE" needs to have method `marshal_load'",
PRIsVALUE 1898 marshal.c "class %"PRIsVALUE" needs to have instance method `_load_data'",
PRIsVALUE 287 numeric.c rb_raise(rb_eTypeError, "%"PRIsVALUE" can't be coerced into %"PRIsVALUE,
PRIsVALUE 383 numeric.c "can't define singleton method \"%"PRIsVALUE"\" for %"PRIsVALUE,
PRIsVALUE 398 numeric.c rb_raise(rb_eTypeError, "can't copy %"PRIsVALUE, rb_obj_class(x));
PRIsVALUE 462 object.c str = rb_sprintf("#<%"PRIsVALUE":%p>", cname, (void*)obj);
PRIsVALUE 508 object.c rb_str_catf(str, "%"PRIsVALUE"=%+"PRIsVALUE,
PRIsVALUE 565 object.c str = rb_sprintf("-<%"PRIsVALUE":%p", c, (void*)obj);
PRIsVALUE 1775 object.c rb_raise(rb_eTypeError, "allocator undefined for %"PRIsVALUE,
PRIsVALUE 2125 object.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not refer to class/module",
PRIsVALUE 2310 object.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not refer to class/module",
PRIsVALUE 2567 object.c rb_raise(rb_eTypeError, "%s %"PRIsVALUE" into %s", msg,
PRIsVALUE 2582 object.c "can't convert %"PRIsVALUE" to %s (%"PRIsVALUE"#%s gives %"PRIsVALUE")",
PRIsVALUE 2961 object.c rb_raise(rb_eTypeError, "can't convert %"PRIsVALUE" into Float",
PRIsVALUE 3175 object.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not have #dig method",
PRIsVALUE 942 pack.c rb_warning("unknown pack directive '%s' in '% "PRIsVALUE"'",
PRIsVALUE 252 parse.c if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
PRIsVALUE 807 parse.c # define PRIsWARN PRIsVALUE
PRIsVALUE 12702 parse.c rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
PRIsVALUE 14846 parse.c compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
PRIsVALUE 15014 parse.c compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
PRIsVALUE 15072 parse.c compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
PRIsVALUE 15871 parse.c "key %+"PRIsVALUE" is duplicated and overwritten on line %d",
PRIsVALUE 16262 parse.c compile_error(PARSER_ARG "%"PRIsVALUE, err);
PRIsVALUE 16336 parse.c compile_error(PARSER_ARG "%"PRIsVALUE, m);
PRIsVALUE 17181 parse.c rb_raise(rb_eArgError, "%"PRIsVALUE, msg);
PRIsVALUE 198 parse.y if (VTBL_DEBUG) printf("vtable_add: %p, %"PRIsVALUE"\n", (void *)tbl, rb_id2str(id));
PRIsVALUE 753 parse.y # define PRIsWARN PRIsVALUE
PRIsVALUE 7029 parse.y rb_ary_unshift(excargs[2], rb_sprintf("%"PRIsVALUE":%d", ruby_sourcefile_string, ruby_sourceline));
PRIsVALUE 9173 parse.y compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to get", rb_id2str(id));
PRIsVALUE 9341 parse.y compile_error(PARSER_ARG "identifier %"PRIsVALUE" is not valid to set", rb_id2str(id));
PRIsVALUE 9399 parse.y compile_error(PARSER_ARG "invalid local variable - %"PRIsVALUE,
PRIsVALUE 10198 parse.y "key %+"PRIsVALUE" is duplicated and overwritten on line %d",
PRIsVALUE 10589 parse.y compile_error(PARSER_ARG "%"PRIsVALUE, err);
PRIsVALUE 10663 parse.y compile_error(PARSER_ARG "%"PRIsVALUE, m);
PRIsVALUE 11508 parse.y rb_raise(rb_eArgError, "%"PRIsVALUE, msg);
PRIsVALUE 1171 proc.c str = rb_sprintf("#<%s:%p@%"PRIsVALUE":%d%s>", cname, (void *)self,
PRIsVALUE 1175 proc.c str = rb_sprintf("#<%s:%p(&%+"PRIsVALUE")%s>", cname, (void *)self,
PRIsVALUE 1831 proc.c "bind argument must be a subclass of % "PRIsVALUE,
PRIsVALUE 2133 proc.c rb_raise(rb_eTypeError, "bind argument must be an instance of % "PRIsVALUE,
PRIsVALUE 2510 proc.c rb_str_catf(str, "(%"PRIsVALUE")",
PRIsVALUE 1552 process.c rb_raise(rb_eArgError, "wrong exec redirect symbol: %"PRIsVALUE,
PRIsVALUE 1804 process.c rb_raise(rb_eArgError, "wrong exec option symbol: %"PRIsVALUE,
PRIsVALUE 4844 process.c rb_raise(rb_eArgError, "invalid resource name: %"PRIsVALUE, rtype);
PRIsVALUE 4885 process.c rb_raise(rb_eArgError, "invalid resource value: %"PRIsVALUE, rval);
PRIsVALUE 7118 process.c rb_raise(rb_eArgError, "unexpected unit: %"PRIsVALUE, unit);
PRIsVALUE 1179 random.c rb_raise(rb_eArgError, "invalid argument - %"PRIsVALUE, arg0);
PRIsVALUE 615 range.c rb_raise(rb_eTypeError, "wrong argument type %"PRIsVALUE \
PRIsVALUE 2327 rational.c rb_raise(rb_eArgError, "invalid value for convert(): %+"PRIsVALUE,
PRIsVALUE 665 re.c rb_raise(rb_eRegexpError, "%s: %"PRIsVALUE, err, desc);
PRIsVALUE 1829 re.c rb_raise(rb_eIndexError, "undefined group name reference: % "PRIsVALUE,
PRIsVALUE 2162 re.c return rb_sprintf("#<%"PRIsVALUE":%p>", cname, (void*)match);
PRIsVALUE 2165 re.c return rb_sprintf("#<%"PRIsVALUE": %"PRIsVALUE">",
PRIsVALUE 883 ruby.c "%s already set to %"PRIsVALUE, type, *name);
PRIsVALUE 88 safe.c rb_raise(rb_eSecurityError, "Insecure operation `%"PRIsVALUE"' at level %d",
PRIsVALUE 108 safe.c rb_raise(rb_eSecurityError, "Insecure operation - %"PRIsVALUE,
PRIsVALUE 323 signal.c rb_raise(rb_eArgError, "unsupported name `%.*s%"PRIsVALUE"'",
PRIsVALUE 441 signal.c rb_raise(rb_eArgError, "unsupported name `SIG%"PRIsVALUE"'", str);
PRIsVALUE 1192 signal.c rb_raise(rb_eArgError, "unsupported signal SIG%"PRIsVALUE"", vsig);
PRIsVALUE 611 sprintf.c rb_enc_raise(enc, rb_eArgError, "named%.*s after <%"PRIsVALUE">",
PRIsVALUE 8771 string.c rb_raise(rb_eTypeError, "value of %"PRIsVALUE" must be String", rb_id2str(id));
PRIsVALUE 8905 string.c rb_raise(rb_eArgError, "replacement must be valid byte sequence '%+"PRIsVALUE"'", str);
PRIsVALUE 9608 string.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a symbol",
PRIsVALUE 273 struct.c rb_warn("redefining constant %"PRIsVALUE"::%"PRIsVALUE, super, name);
PRIsVALUE 509 struct.c rb_raise(rb_eArgError, "duplicate member: %"PRIsVALUE, mem);
PRIsVALUE 110 symbol.c rb_name_error(id, "cannot make operator ID :%"PRIsVALUE" attrset",
PRIsVALUE 124 symbol.c rb_name_error(id, "cannot make unknown type ID %d:%"PRIsVALUE" attrset",
PRIsVALUE 375 symbol.c rb_fatal("symbol :% "PRIsVALUE" is already registered with %"PRIxVALUE,
PRIsVALUE 433 symbol.c rb_raise(rb_eEncodingError, "invalid symbol in encoding %s :%+"PRIsVALUE,
PRIsVALUE 523 symbol.c rb_bug("non-symbol object %s:%"PRIxVALUE" for %"PRIsVALUE" in symbol table",
PRIsVALUE 595 symbol.c rb_raise(rb_eRuntimeError, "symbol table overflow (symbol %"PRIsVALUE")",
PRIsVALUE 943 symbol.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a symbol nor a string",
PRIsVALUE 975 symbol.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a symbol nor a string",
PRIsVALUE 757 thread.c rb_raise(rb_eThreadError, "uninitialized thread - check `%"PRIsVALUE"#initialize'",
PRIsVALUE 797 thread.c "already initialized thread - %"PRIsVALUE, file);
PRIsVALUE 800 thread.c "already initialized thread - %"PRIsVALUE":%"PRIsVALUE,
PRIsVALUE 2957 thread.c str = rb_sprintf("#<%"PRIsVALUE":%p", cname, (void *)thread);
PRIsVALUE 2959 thread.c rb_str_catf(str, "@%"PRIsVALUE, th->name);
PRIsVALUE 2965 thread.c rb_str_catf(str, "@%"PRIsVALUE":%"PRIsVALUE, ptr[0], ptr[1]);
PRIsVALUE 4627 thread.c "for %+"PRIsVALUE" in %+"PRIsVALUE,
PRIsVALUE 4864 thread.c rb_str_catf(msg, "* %+"PRIsVALUE"\n rb_thread_t:%p "
PRIsVALUE 548 thread_sync.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" not initialized", obj);
PRIsVALUE 1226 thread_sync.c rb_raise(rb_eTypeError, "can't dump %"PRIsVALUE, rb_obj_class(obj));
PRIsVALUE 160 time.c rb_raise(rb_eTypeError, "unexpected divmod result: into %"PRIsVALUE,
PRIsVALUE 530 time.c rb_raise(rb_eTypeError, "can't convert %"PRIsVALUE" into an exact number",
PRIsVALUE 1682 time.c rb_raise(rb_eTypeError, "uninitialized %"PRIsVALUE, rb_obj_class(obj));
PRIsVALUE 1693 time.c rb_raise(rb_eTypeError, "already initialized %"PRIsVALUE, rb_obj_class(obj));
PRIsVALUE 2276 time.c rb_raise(rb_eTypeError, "can't convert %"PRIsVALUE" into %s",
PRIsVALUE 4451 time.c if (!str) rb_raise(rb_eArgError, "invalid format: %"PRIsVALUE, format);
PRIsVALUE 2463 transcode.c rb_raise(rb_eArgError, "unexpected value for xml option: %"PRIsVALUE, rb_sym2str(v));
PRIsVALUE 2487 transcode.c rb_raise(rb_eArgError, "unexpected value for newline option: %"PRIsVALUE,
PRIsVALUE 248 variable.c path = rb_sprintf("#<%"PRIsVALUE":%p>", klass, (void*)obj);
PRIsVALUE 400 variable.c rb_raise(rb_eArgError, "can't retrieve anonymous class %"PRIsVALUE,
PRIsVALUE 413 variable.c rb_raise(rb_eArgError, "undefined class/module % "PRIsVALUE,
PRIsVALUE 418 variable.c rb_raise(rb_eTypeError, "%"PRIsVALUE" does not refer to class/module",
PRIsVALUE 508 variable.c rb_warning("global variable `%"PRIsVALUE"' not initialized", QUOTE_ID(id));
PRIsVALUE 570 variable.c rb_name_error(id, "%"PRIsVALUE" is a read-only variable", QUOTE_ID(id));
PRIsVALUE 754 variable.c rb_name_error_str(var, "undefined global variable %"PRIsVALUE"", QUOTE(var));
PRIsVALUE 757 variable.c rb_name_error(id, "undefined global variable %"PRIsVALUE"", QUOTE_ID(id));
PRIsVALUE 1263 variable.c rb_warning("instance variable %"PRIsVALUE" not initialized", QUOTE_ID(id));
PRIsVALUE 1948 variable.c rb_raise(rb_eNameError, "autoload must be constant name: %"PRIsVALUE"",
PRIsVALUE 2229 variable.c rb_warn("constant ::%"PRIsVALUE" is deprecated", QUOTE_ID(id));
PRIsVALUE 2232 variable.c rb_warn("constant %"PRIsVALUE"::%"PRIsVALUE" is deprecated",
PRIsVALUE 2265 variable.c rb_warn("toplevel constant %"PRIsVALUE" referenced by %"PRIsVALUE"::%"PRIsVALUE"",
PRIsVALUE 2576 variable.c rb_raise(rb_eTypeError, "no class/module to define constant %"PRIsVALUE"",
PRIsVALUE 2637 variable.c rb_warn("already initialized constant %"PRIsVALUE"", name);
PRIsVALUE 2639 variable.c rb_warn("already initialized constant %"PRIsVALUE"::%"PRIsVALUE"",
PRIsVALUE 2643 variable.c "previous definition of %"PRIsVALUE" was here", name);
PRIsVALUE 2693 variable.c rb_warning("%"PRIsVALUE" with no argument is just ignored",
PRIsVALUE 2817 variable.c rb_warning("class variable %"PRIsVALUE" of %"PRIsVALUE" is overtaken by %"PRIsVALUE"",
PRIsVALUE 2854 variable.c rb_warning("class variable %"PRIsVALUE" of %"PRIsVALUE" is overtaken by %"PRIsVALUE"",
PRIsVALUE 337 vm.c rb_raise(rb_eArgError, "unknown key: %"PRIsVALUE, rb_sym2str(key));
PRIsVALUE 1938 vm.c str = rb_sprintf("%"PRIsVALUE":%d:in `%"PRIsVALUE"'",
PRIsVALUE 1943 vm.c str = rb_sprintf("`%"PRIsVALUE"#%"PRIsVALUE"' (cfunc)",
PRIsVALUE 786 vm_backtrace.c VALUE str = rb_sprintf("\tfrom %"PRIsVALUE":%d:in ", file, lineno);
PRIsVALUE 792 vm_backtrace.c rb_str_catf(str, " `%"PRIsVALUE"'\n", name);
PRIsVALUE 1406 vm_backtrace.c return rb_sprintf("%"PRIsVALUE"%s%"PRIsVALUE,
PRIsVALUE 1433 vm_backtrace.c return rb_sprintf("%.*s%"PRIsVALUE, prefix_len, RSTRING_PTR(label), qualified_method_name);
PRIsVALUE 536 vm_eval.c "method `%"PRIsVALUE"' called on unexpected immediate object (%p)",
PRIsVALUE 542 vm_eval.c "method `%"PRIsVALUE"' called on terminated object"
PRIsVALUE 551 vm_eval.c "method `%"PRIsVALUE"' called on hidden %s object"
PRIsVALUE 556 vm_eval.c "method `%"PRIsVALUE"' called on unexpected %s object"
PRIsVALUE 561 vm_eval.c "method `%"PRIsVALUE"' called on broken T_???" "(0x%02x) object"
PRIsVALUE 715 vm_eval.c rb_raise(e, "method name must be a Symbol but %"PRIsVALUE" is given",
PRIsVALUE 654 vm_insnhelper.c rb_raise(rb_eTypeError, "%+"PRIsVALUE" is not a class/module", klass);
PRIsVALUE 800 vm_insnhelper.c rb_warning("instance variable %"PRIsVALUE" not initialized", QUOTE_ID(id));
PRIsVALUE 2252 vm_insnhelper.c "%"PRIsVALUE" (expected %"PRIsVALUE")",
PRIsVALUE 550 vm_method.c rb_warning("method redefined; discarding old %"PRIsVALUE, rb_id2str(mid));
PRIsVALUE 564 vm_method.c "previous definition of %"PRIsVALUE" was here",
PRIsVALUE 1155 vm_method.c attriv = rb_intern_str(rb_sprintf("@%"PRIsVALUE, rb_id2str(id)));
PRIsVALUE 1607 vm_method.c rb_warning("%"PRIsVALUE" with no argument is just ignored",
PRIsVALUE 1942 vm_method.c rb_warn("%"PRIsVALUE"%c""respond_to?(:%"PRIsVALUE") uses"
PRIsVALUE 710 vm_trace.c rb_raise(rb_eArgError, "unknown event: %"PRIsVALUE, rb_sym2str(sym));
PRIsVALUE 1321 vm_trace.c return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d in `%"PRIsVALUE"'>",
PRIsVALUE 1331 vm_trace.c return rb_sprintf("#<TracePoint:%"PRIsVALUE" `%"PRIsVALUE"'@%"PRIsVALUE":%d>",
PRIsVALUE 1338 vm_trace.c return rb_sprintf("#<TracePoint:%"PRIsVALUE" %"PRIsVALUE">",
PRIsVALUE 1343 vm_trace.c return rb_sprintf("#<TracePoint:%"PRIsVALUE"@%"PRIsVALUE":%d>",