version 1115 ext/dbm/dbm.c VALUE version;
version 1117 ext/dbm/dbm.c version = rb_str_new2("ndbm (4.3BSD)");
version 1121 ext/dbm/dbm.c version = rb_str_new2(gdbm_version);
version 1126 ext/dbm/dbm.c version = rb_str_new2(gdbm_version);
version 1128 ext/dbm/dbm.c version = rb_str_new2("GDBM (unknown)");
version 1133 ext/dbm/dbm.c version = rb_str_new2(db_version(NULL, NULL, NULL));
version 1135 ext/dbm/dbm.c version = rb_str_new2("Berkeley DB (unknown)");
version 1139 ext/dbm/dbm.c version = rb_sprintf("QDBM %s", dpversion);
version 1141 ext/dbm/dbm.c version = rb_str_new2("QDBM (unknown)");
version 1144 ext/dbm/dbm.c version = rb_str_new2("ndbm (unknown)");
version 1158 ext/dbm/dbm.c rb_define_const(rb_cDBM, "VERSION", version);
version 708 ext/etc/etc.c VALUE result, release, version;
version 733 ext/etc/etc.c version = rb_sprintf("%s Version %"PRIsVALUE": %"PRIsVALUE, sysname, release,
version 735 ext/etc/etc.c rb_hash_aset(result, ID2SYM(rb_intern("version")), version);
version 793 ext/etc/etc.c rb_hash_aset(result, ID2SYM(rb_intern("version")), rb_str_new_cstr(u.version));
version 962 ext/nkf/nkf-utf8/nkf.c version();
version 6684 ext/nkf/nkf-utf8/nkf.c version();
version 92 ext/openssl/ossl_ssl.c int version;
version 96 ext/openssl/ossl_ssl.c { #name, (SSL_METHOD *(*)(void))TLS_method, version }, \
version 97 ext/openssl/ossl_ssl.c { #name"_server", (SSL_METHOD *(*)(void))TLS_server_method, version }, \
version 98 ext/openssl/ossl_ssl.c { #name"_client", (SSL_METHOD *(*)(void))TLS_client_method, version }
version 101 ext/openssl/ossl_ssl.c { #name, (SSL_METHOD *(*)(void))name##_method, version }, \
version 102 ext/openssl/ossl_ssl.c { #name"_server", (SSL_METHOD *(*)(void))name##_server_method, version }, \
version 103 ext/openssl/ossl_ssl.c { #name"_client", (SSL_METHOD *(*)(void))name##_client_method, version }
version 203 ext/openssl/ossl_ssl.c int version = ossl_ssl_method_tab[i].version;
version 211 ext/openssl/ossl_ssl.c if (!SSL_CTX_set_min_proto_version(ctx, version))
version 213 ext/openssl/ossl_ssl.c if (!SSL_CTX_set_max_proto_version(ctx, version))
version 317 ext/openssl/ossl_x509cert.c if ((ver = NUM2LONG(version)) < 0) {
version 325 ext/openssl/ossl_x509cert.c return version;
version 168 ext/openssl/ossl_x509crl.c if ((ver = NUM2LONG(version)) < 0) {
version 176 ext/openssl/ossl_x509crl.c return version;
version 248 ext/openssl/ossl_x509req.c long version;
version 251 ext/openssl/ossl_x509req.c version = X509_REQ_get_version(req);
version 253 ext/openssl/ossl_x509req.c return LONG2FIX(version);
version 262 ext/openssl/ossl_x509req.c if ((ver = FIX2LONG(version)) < 0) {
version 270 ext/openssl/ossl_x509req.c return version;
version 158 ext/psych/psych_emitter.c Check_Type(version, T_ARRAY);
version 160 ext/psych/psych_emitter.c if(RARRAY_LEN(version) > 0) {
version 161 ext/psych/psych_emitter.c VALUE major = rb_ary_entry(version, (long)0);
version 162 ext/psych/psych_emitter.c VALUE minor = rb_ary_entry(version, (long)1);
version 210 ext/psych/psych_emitter.c (RARRAY_LEN(version) > 0) ? &version_directive : NULL,
version 323 ext/psych/psych_parser.c VALUE version = event.data.document_start.version_directive ?
version 358 ext/psych/psych_parser.c args[1] = version;
version 1800 ext/readline/readline.c VALUE history, fcomp, ucomp, version;
version 1948 ext/readline/readline.c version = rb_str_new_cstr(rl_library_version);
version 1975 ext/readline/readline.c version = rb_str_new_cstr("2.0 or prior version");
version 1978 ext/readline/readline.c rb_define_const(mReadline, "VERSION", version);
version 69 ext/win32ole/win32ole_typelib.c rb_str_concat(key, version);
version 95 ext/win32ole/win32ole_typelib.c path = oletypelib_path(guid, version);
version 152 ext/win32ole/win32ole_typelib.c VALUE version;
version 171 ext/win32ole/win32ole_typelib.c version = reg_enum_key(hguid, j);
version 172 ext/win32ole/win32ole_typelib.c if (version == Qnil)
version 174 ext/win32ole/win32ole_typelib.c if ( (name = reg_get_val2(hguid, StringValuePtr(version))) != Qnil ) {
version 175 ext/win32ole/win32ole_typelib.c hr = oletypelib_from_guid(guid, version, &pTypeLib);
version 303 ext/win32ole/win32ole_typelib.c VALUE version = Qnil;
version 326 ext/win32ole/win32ole_typelib.c version = version_str;
version 346 ext/win32ole/win32ole_typelib.c version = ver;
version 355 ext/win32ole/win32ole_typelib.c hr = oletypelib_from_guid(guid, version, &pTypeLib);
version 515 ext/win32ole/win32ole_typelib.c VALUE version;
version 519 ext/win32ole/win32ole_typelib.c version = rb_sprintf("%d.%d", pTLibAttr->wMajorVerNum, pTLibAttr->wMinorVerNum);
version 521 ext/win32ole/win32ole_typelib.c return version;
version 62 inits.c CALL(version);
version 96 ruby.c X(version) \
version 1240 ruby.c opt->dump |= DUMP_BIT(version);
version 1479 ruby.c if (opt->dump & (DUMP_BIT(version) | DUMP_BIT(version_v))) {
version 1481 ruby.c if (opt->dump & DUMP_BIT(version)) return Qtrue;
version 43 version.c VALUE version;
version 48 version.c rb_define_global_const("RUBY_VERSION", (version = MKSTR(version)));
version 82 version.c rb_define_global_const("RUBY_ENGINE_VERSION", (1 ? version : MKSTR(version)));
version 686 win32/win32.c WORD version;
version 693 win32/win32.c version = MAKEWORD(2, 0);
version 694 win32/win32.c if (WSAStartup(version, &retdata))