rb_define_module_function 1718 class.c            rb_define_module_function(rb_mKernel, name, func, argc);
rb_define_module_function   22 ext/-test-/bug-3571/bug.c     rb_define_module_function(mBug, "start", bug_start, 0);
rb_define_module_function   13 ext/-test-/bug-5832/bug.c     rb_define_module_function(mBug, "funcall_callback", bug_funcall_callback, 1);
rb_define_module_function   31 ext/-test-/debug/inspector.c     rb_define_module_function(klass, "inspector", debug_inspector, 0);
rb_define_module_function   42 ext/-test-/debug/profile_frames.c     rb_define_module_function(klass, "profile_frames", profile_frames, 2);
rb_define_module_function   14 ext/-test-/exception/enc_raise.c     rb_define_module_function(klass, "enc_raise", enc_raise, 2);
rb_define_module_function   24 ext/-test-/exception/ensured.c     rb_define_module_function(klass, "ensured", ensured, 1);
rb_define_module_function   79 ext/-test-/file/fs.c     rb_define_module_function(fs, "fsname", get_fsname, 1);
rb_define_module_function   25 ext/-test-/file/stat.c     rb_define_module_function(st, "for_fd", stat_for_fd, 1);
rb_define_module_function   26 ext/-test-/file/stat.c     rb_define_module_function(st, "for_path", stat_for_path, 1);
rb_define_module_function   23 ext/-test-/iter/break.c     rb_define_module_function(breakable, "iter_break", iter_break, 0);
rb_define_module_function   24 ext/-test-/iter/break.c     rb_define_module_function(breakable, "iter_break_value", iter_break_value, 1);
rb_define_module_function   20 ext/-test-/method/arity.c     rb_define_module_function(mod, "obj_method_arity", obj_method_arity, 2);
rb_define_module_function   21 ext/-test-/method/arity.c     rb_define_module_function(mod, "mod_method_arity", mod_method_arity, 2);
rb_define_module_function   14 ext/-test-/notimplement/bug.c     rb_define_module_function(mBug, "funcall", bug_funcall, -1);
rb_define_module_function   15 ext/-test-/notimplement/bug.c     rb_define_module_function(mBug, "notimplement", rb_f_notimplement, -1);
rb_define_module_function  114 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2SHORT", test_num2short, 1);
rb_define_module_function  115 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2USHORT", test_num2ushort, 1);
rb_define_module_function  117 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2INT", test_num2int, 1);
rb_define_module_function  118 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2UINT", test_num2uint, 1);
rb_define_module_function  120 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2LONG", test_num2long, 1);
rb_define_module_function  121 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2ULONG", test_num2ulong, 1);
rb_define_module_function  124 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2LL", test_num2ll, 1);
rb_define_module_function  125 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "NUM2ULL", test_num2ull, 1);
rb_define_module_function  128 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "FIX2SHORT", test_fix2short, 1);
rb_define_module_function  130 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "FIX2INT", test_fix2int, 1);
rb_define_module_function  131 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "FIX2UINT", test_fix2uint, 1);
rb_define_module_function  133 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "FIX2LONG", test_fix2long, 1);
rb_define_module_function  134 ext/-test-/num2int/num2int.c     rb_define_module_function(mNum2int, "FIX2ULONG", test_fix2ulong, 1);
rb_define_module_function   49 ext/-test-/postponed_job/postponed_job.c     rb_define_module_function(mBug, "postponed_job_register", pjob_register, 1);
rb_define_module_function   50 ext/-test-/postponed_job/postponed_job.c     rb_define_module_function(mBug, "postponed_job_register_one", pjob_register_one, 1);
rb_define_module_function   51 ext/-test-/postponed_job/postponed_job.c     rb_define_module_function(mBug, "postponed_job_call_direct", pjob_call_direct, 1);
rb_define_module_function   79 ext/-test-/tracepoint/gc_hook.c     rb_define_module_function(module, "after_gc_start_hook=", set_after_gc_start, 1);
rb_define_module_function   94 ext/-test-/tracepoint/tracepoint.c     rb_define_module_function(mBug, "tracepoint_track_objspace_events", tracepoint_track_objspace_events, 0);
rb_define_module_function   95 ext/-test-/tracepoint/tracepoint.c     rb_define_module_function(mBug, "tracepoint_specify_normal_and_internal_events", tracepoint_specify_normal_and_internal_events, 0);
rb_define_module_function   16 ext/-test-/win32/dln/dlntest.c     rb_define_module_function(m, "dlntest", dln_dlntest, 0);
rb_define_module_function   53 ext/-test-/win32/fd_setsize/fd_setsize.c     rb_define_module_function(m, "test_select", test_select, 0);
rb_define_module_function   54 ext/-test-/win32/fd_setsize/fd_setsize.c     rb_define_module_function(m, "test_fdset", test_fdset, 0);
rb_define_module_function  115 ext/coverage/coverage.c     rb_define_module_function(rb_mCoverage, "start", rb_coverage_start, 0);
rb_define_module_function  116 ext/coverage/coverage.c     rb_define_module_function(rb_mCoverage, "result", rb_coverage_result, 0);
rb_define_module_function  117 ext/coverage/coverage.c     rb_define_module_function(rb_mCoverage, "peek_result", rb_coverage_peek_result, 0);
rb_define_module_function  141 ext/digest/bubblebabble/bubblebabble.c     rb_define_module_function(rb_mDigest, "bubblebabble", rb_digest_s_bubblebabble, 1);
rb_define_module_function  692 ext/digest/digest.c     rb_define_module_function(rb_mDigest, "hexencode", rb_digest_s_hexencode, 1);
rb_define_module_function 1070 ext/etc/etc.c      rb_define_module_function(mEtc, "getlogin", etc_getlogin, 0);
rb_define_module_function 1072 ext/etc/etc.c      rb_define_module_function(mEtc, "getpwuid", etc_getpwuid, -1);
rb_define_module_function 1073 ext/etc/etc.c      rb_define_module_function(mEtc, "getpwnam", etc_getpwnam, 1);
rb_define_module_function 1074 ext/etc/etc.c      rb_define_module_function(mEtc, "setpwent", etc_setpwent, 0);
rb_define_module_function 1075 ext/etc/etc.c      rb_define_module_function(mEtc, "endpwent", etc_endpwent, 0);
rb_define_module_function 1076 ext/etc/etc.c      rb_define_module_function(mEtc, "getpwent", etc_getpwent, 0);
rb_define_module_function 1077 ext/etc/etc.c      rb_define_module_function(mEtc, "passwd", etc_passwd, 0);
rb_define_module_function 1079 ext/etc/etc.c      rb_define_module_function(mEtc, "getgrgid", etc_getgrgid, -1);
rb_define_module_function 1080 ext/etc/etc.c      rb_define_module_function(mEtc, "getgrnam", etc_getgrnam, 1);
rb_define_module_function 1081 ext/etc/etc.c      rb_define_module_function(mEtc, "group", etc_group, 0);
rb_define_module_function 1082 ext/etc/etc.c      rb_define_module_function(mEtc, "setgrent", etc_setgrent, 0);
rb_define_module_function 1083 ext/etc/etc.c      rb_define_module_function(mEtc, "endgrent", etc_endgrent, 0);
rb_define_module_function 1084 ext/etc/etc.c      rb_define_module_function(mEtc, "getgrent", etc_getgrent, 0);
rb_define_module_function 1085 ext/etc/etc.c      rb_define_module_function(mEtc, "sysconfdir", etc_sysconfdir, 0);
rb_define_module_function 1086 ext/etc/etc.c      rb_define_module_function(mEtc, "systmpdir", etc_systmpdir, 0);
rb_define_module_function 1087 ext/etc/etc.c      rb_define_module_function(mEtc, "uname", etc_uname, 0);
rb_define_module_function 1088 ext/etc/etc.c      rb_define_module_function(mEtc, "sysconf", etc_sysconf, 1);
rb_define_module_function 1089 ext/etc/etc.c      rb_define_module_function(mEtc, "confstr", etc_confstr, 1);
rb_define_module_function 1091 ext/etc/etc.c      rb_define_module_function(mEtc, "nprocessors", etc_nprocessors, 0);
rb_define_module_function  443 ext/fiddle/fiddle.c     rb_define_module_function(mFiddle, "dlwrap", rb_fiddle_value2ptr, 1);
rb_define_module_function  444 ext/fiddle/fiddle.c     rb_define_module_function(mFiddle, "dlunwrap", rb_fiddle_ptr2value, 1);
rb_define_module_function  445 ext/fiddle/fiddle.c     rb_define_module_function(mFiddle, "malloc", rb_fiddle_malloc, 1);
rb_define_module_function  446 ext/fiddle/fiddle.c     rb_define_module_function(mFiddle, "realloc", rb_fiddle_realloc, 2);
rb_define_module_function  447 ext/fiddle/fiddle.c     rb_define_module_function(mFiddle, "free", rb_fiddle_free, 1);
rb_define_module_function  485 ext/nkf/nkf.c      rb_define_module_function(mNKF, "nkf", rb_nkf_convert, 2);
rb_define_module_function  486 ext/nkf/nkf.c      rb_define_module_function(mNKF, "guess", rb_nkf_guess, 1);
rb_define_module_function  480 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "trace_object_allocations", trace_object_allocations, 0);
rb_define_module_function  481 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "trace_object_allocations_start", trace_object_allocations_start, 0);
rb_define_module_function  482 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "trace_object_allocations_stop", trace_object_allocations_stop, 0);
rb_define_module_function  483 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "trace_object_allocations_clear", trace_object_allocations_clear, 0);
rb_define_module_function  485 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "trace_object_allocations_debug_start", trace_object_allocations_debug_start, 0);
rb_define_module_function  487 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "allocation_sourcefile", allocation_sourcefile, 1);
rb_define_module_function  488 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "allocation_sourceline", allocation_sourceline, 1);
rb_define_module_function  489 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "allocation_class_path", allocation_class_path, 1);
rb_define_module_function  490 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "allocation_method_id", allocation_method_id, 1);
rb_define_module_function  491 ext/objspace/object_tracing.c     rb_define_module_function(rb_mObjSpace, "allocation_generation", allocation_generation, 1);
rb_define_module_function  965 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "memsize_of", memsize_of_m, 1);
rb_define_module_function  966 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "memsize_of_all", memsize_of_all_m, -1);
rb_define_module_function  968 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "count_objects_size", count_objects_size, -1);
rb_define_module_function  969 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "count_symbols", count_symbols, -1);
rb_define_module_function  970 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "count_nodes", count_nodes, -1);
rb_define_module_function  971 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "count_tdata_objects", count_tdata_objects, -1);
rb_define_module_function  972 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "count_imemo_objects", count_imemo_objects, -1);
rb_define_module_function  974 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "reachable_objects_from", reachable_objects_from, 1);
rb_define_module_function  975 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "reachable_objects_from_root", reachable_objects_from_root, 0);
rb_define_module_function  977 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "internal_class_of", objspace_internal_class_of, 1);
rb_define_module_function  978 ext/objspace/objspace.c     rb_define_module_function(rb_mObjSpace, "internal_super_of", objspace_internal_super_of, 1);
rb_define_module_function  484 ext/objspace/objspace_dump.c     rb_define_module_function(rb_mObjSpace, "dump", objspace_dump, -1);
rb_define_module_function  485 ext/objspace/objspace_dump.c     rb_define_module_function(rb_mObjSpace, "dump_all", objspace_dump_all, -1);
rb_define_module_function 1168 ext/openssl/ossl.c     rb_define_module_function(mOSSL, "fips_mode=", ossl_fips_mode_set, 1);
rb_define_module_function 1183 ext/openssl/ossl.c     rb_define_module_function(mOSSL, "debug", ossl_debug_get, 0);
rb_define_module_function 1184 ext/openssl/ossl.c     rb_define_module_function(mOSSL, "debug=", ossl_debug_set, 1);
rb_define_module_function 1185 ext/openssl/ossl.c     rb_define_module_function(mOSSL, "errors", ossl_get_errors, 0);
rb_define_module_function 1625 ext/openssl/ossl_asn1.c     rb_define_module_function(mASN1, "traverse", ossl_asn1_traverse, 1);
rb_define_module_function 1626 ext/openssl/ossl_asn1.c     rb_define_module_function(mASN1, "decode", ossl_asn1_decode, 1);
rb_define_module_function 1627 ext/openssl/ossl_asn1.c     rb_define_module_function(mASN1, "decode_all", ossl_asn1_decode_all, 1);
rb_define_module_function 1922 ext/openssl/ossl_asn1.c     rb_define_module_function(mASN1, #name, ossl_asn1_##name, -1);\
rb_define_module_function  938 ext/openssl/ossl_cipher.c     rb_define_module_function(cCipher, "ciphers", ossl_s_ciphers, 0);
rb_define_module_function  182 ext/openssl/ossl_pkcs5.c     rb_define_module_function(mPKCS5, "pbkdf2_hmac", ossl_pkcs5_pbkdf2_hmac, 5);
rb_define_module_function  183 ext/openssl/ossl_pkcs5.c     rb_define_module_function(mPKCS5, "pbkdf2_hmac_sha1", ossl_pkcs5_pbkdf2_hmac_sha1, 4);
rb_define_module_function  428 ext/openssl/ossl_pkey.c     rb_define_module_function(mPKey, "read", ossl_pkey_new_from_data, -1);
rb_define_module_function  224 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "seed", ossl_rand_seed, 1);
rb_define_module_function  225 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "random_add", ossl_rand_add, 2);
rb_define_module_function  226 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "load_random_file", ossl_rand_load_file, 1);
rb_define_module_function  227 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "write_random_file", ossl_rand_write_file, 1);
rb_define_module_function  228 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "random_bytes", ossl_rand_bytes, 1);
rb_define_module_function  230 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "pseudo_bytes", ossl_rand_pseudo_bytes, 1);
rb_define_module_function  233 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "egd", ossl_rand_egd, 1);
rb_define_module_function  234 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "egd_bytes", ossl_rand_egd_bytes, 2);
rb_define_module_function  236 ext/openssl/ossl_rand.c     rb_define_module_function(mRandom, "status?", ossl_rand_status, 0);
rb_define_module_function  771 ext/pty/pty.c      rb_define_module_function(cPTY,"getpty",pty_getpty,-1);
rb_define_module_function  772 ext/pty/pty.c      rb_define_module_function(cPTY,"spawn",pty_getpty,-1);
rb_define_module_function 1826 ext/readline/readline.c     rb_define_module_function(mReadline, "readline",
rb_define_module_function  430 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "open", mSyslog_open, -1);
rb_define_module_function  431 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "reopen", mSyslog_reopen, -1);
rb_define_module_function  432 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "open!", mSyslog_reopen, -1);
rb_define_module_function  433 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "opened?", mSyslog_isopen, 0);
rb_define_module_function  435 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "ident", mSyslog_ident, 0);
rb_define_module_function  436 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "options", mSyslog_options, 0);
rb_define_module_function  437 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "facility", mSyslog_facility, 0);
rb_define_module_function  439 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "log", mSyslog_log, -1);
rb_define_module_function  440 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "close", mSyslog_close, 0);
rb_define_module_function  441 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "mask", mSyslog_get_mask, 0);
rb_define_module_function  442 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "mask=", mSyslog_set_mask, 1);
rb_define_module_function  445 ext/syslog/syslog.c     rb_define_module_function(mSyslog, "instance", mSyslog_instance, 0);
rb_define_module_function  550 ext/syslog/syslog.c     rb_define_module_function(mSyslog, #m, mSyslog_##m, -1)
rb_define_module_function 10839 ext/tk/tcltklib.c     rb_define_module_function(lib, "get_version", lib_getversion, -1);
rb_define_module_function 10840 ext/tk/tcltklib.c     rb_define_module_function(lib, "get_release_type_name",
rb_define_module_function 10893 ext/tk/tcltklib.c     rb_define_module_function(lib, "mainloop", lib_mainloop, -1);
rb_define_module_function 10894 ext/tk/tcltklib.c     rb_define_module_function(lib, "mainloop_thread?",
rb_define_module_function 10896 ext/tk/tcltklib.c     rb_define_module_function(lib, "mainloop_watchdog",
rb_define_module_function 10898 ext/tk/tcltklib.c     rb_define_module_function(lib, "do_thread_callback",
rb_define_module_function 10900 ext/tk/tcltklib.c     rb_define_module_function(lib, "do_one_event", lib_do_one_event, -1);
rb_define_module_function 10901 ext/tk/tcltklib.c     rb_define_module_function(lib, "mainloop_abort_on_exception",
rb_define_module_function 10903 ext/tk/tcltklib.c     rb_define_module_function(lib, "mainloop_abort_on_exception=",
rb_define_module_function 10905 ext/tk/tcltklib.c     rb_define_module_function(lib, "set_eventloop_window_mode",
rb_define_module_function 10907 ext/tk/tcltklib.c     rb_define_module_function(lib, "get_eventloop_window_mode",
rb_define_module_function 10909 ext/tk/tcltklib.c     rb_define_module_function(lib, "set_eventloop_tick",set_eventloop_tick,1);
rb_define_module_function 10910 ext/tk/tcltklib.c     rb_define_module_function(lib, "get_eventloop_tick",get_eventloop_tick,0);
rb_define_module_function 10911 ext/tk/tcltklib.c     rb_define_module_function(lib, "set_no_event_wait", set_no_event_wait, 1);
rb_define_module_function 10912 ext/tk/tcltklib.c     rb_define_module_function(lib, "get_no_event_wait", get_no_event_wait, 0);
rb_define_module_function 10913 ext/tk/tcltklib.c     rb_define_module_function(lib, "set_eventloop_weight",
rb_define_module_function 10915 ext/tk/tcltklib.c     rb_define_module_function(lib, "set_max_block_time", set_max_block_time,1);
rb_define_module_function 10916 ext/tk/tcltklib.c     rb_define_module_function(lib, "get_eventloop_weight",
rb_define_module_function 10918 ext/tk/tcltklib.c     rb_define_module_function(lib, "num_of_mainwindows",
rb_define_module_function 10923 ext/tk/tcltklib.c     rb_define_module_function(lib, "_split_tklist", lib_split_tklist, 1);
rb_define_module_function 10924 ext/tk/tcltklib.c     rb_define_module_function(lib, "_merge_tklist", lib_merge_tklist, -1);
rb_define_module_function 10925 ext/tk/tcltklib.c     rb_define_module_function(lib, "_conv_listelement",
rb_define_module_function 10927 ext/tk/tcltklib.c     rb_define_module_function(lib, "_toUTF8", lib_toUTF8, -1);
rb_define_module_function 10928 ext/tk/tcltklib.c     rb_define_module_function(lib, "_fromUTF8", lib_fromUTF8, -1);
rb_define_module_function 10929 ext/tk/tcltklib.c     rb_define_module_function(lib, "_subst_UTF_backslash",
rb_define_module_function 10931 ext/tk/tcltklib.c     rb_define_module_function(lib, "_subst_Tcl_backslash",
rb_define_module_function 10934 ext/tk/tcltklib.c     rb_define_module_function(lib, "encoding_system",
rb_define_module_function 10936 ext/tk/tcltklib.c     rb_define_module_function(lib, "encoding_system=",
rb_define_module_function 10938 ext/tk/tcltklib.c     rb_define_module_function(lib, "encoding",
rb_define_module_function 10940 ext/tk/tcltklib.c     rb_define_module_function(lib, "encoding=",
rb_define_module_function 4289 ext/zlib/zlib.c     rb_define_module_function(mZlib, "zlib_version", rb_zlib_version, 0);
rb_define_module_function 4290 ext/zlib/zlib.c     rb_define_module_function(mZlib, "adler32", rb_zlib_adler32, -1);
rb_define_module_function 4291 ext/zlib/zlib.c     rb_define_module_function(mZlib, "adler32_combine", rb_zlib_adler32_combine, 3);
rb_define_module_function 4292 ext/zlib/zlib.c     rb_define_module_function(mZlib, "crc32", rb_zlib_crc32, -1);
rb_define_module_function 4293 ext/zlib/zlib.c     rb_define_module_function(mZlib, "crc32_combine", rb_zlib_crc32_combine, 3);
rb_define_module_function 4294 ext/zlib/zlib.c     rb_define_module_function(mZlib, "crc_table", rb_zlib_crc_table, 0);
rb_define_module_function 5848 file.c             rb_define_module_function(rb_mFileTest, name, func, argc);
rb_define_module_function 9488 gc.c               rb_define_module_function(rb_mObjSpace, "each_object", os_each_obj, -1);
rb_define_module_function 9489 gc.c               rb_define_module_function(rb_mObjSpace, "garbage_collect", gc_start_internal, -1);
rb_define_module_function 9491 gc.c               rb_define_module_function(rb_mObjSpace, "define_finalizer", define_final, -1);
rb_define_module_function 9492 gc.c               rb_define_module_function(rb_mObjSpace, "undefine_finalizer", undefine_final, 1);
rb_define_module_function 9494 gc.c               rb_define_module_function(rb_mObjSpace, "_id2ref", id2ref, 1);
rb_define_module_function 9501 gc.c               rb_define_module_function(rb_mObjSpace, "count_objects", count_objects, -1);
rb_define_module_function 1705 include/ruby/ruby.h void rb_define_module_function(VALUE,const char*,VALUE(*)(ANYARGS),int);
rb_define_module_function 2209 marshal.c          rb_define_module_function(rb_mMarshal, "dump", marshal_dump, -1);
rb_define_module_function 2210 marshal.c          rb_define_module_function(rb_mMarshal, "load", marshal_load, -1);
rb_define_module_function 2211 marshal.c          rb_define_module_function(rb_mMarshal, "restore", marshal_load, -1);
rb_define_module_function  969 math.c             rb_define_module_function(rb_mMath, "atan2", math_atan2, 2);
rb_define_module_function  970 math.c             rb_define_module_function(rb_mMath, "cos", math_cos, 1);
rb_define_module_function  971 math.c             rb_define_module_function(rb_mMath, "sin", math_sin, 1);
rb_define_module_function  972 math.c             rb_define_module_function(rb_mMath, "tan", math_tan, 1);
rb_define_module_function  974 math.c             rb_define_module_function(rb_mMath, "acos", math_acos, 1);
rb_define_module_function  975 math.c             rb_define_module_function(rb_mMath, "asin", math_asin, 1);
rb_define_module_function  976 math.c             rb_define_module_function(rb_mMath, "atan", math_atan, 1);
rb_define_module_function  978 math.c             rb_define_module_function(rb_mMath, "cosh", math_cosh, 1);
rb_define_module_function  979 math.c             rb_define_module_function(rb_mMath, "sinh", math_sinh, 1);
rb_define_module_function  980 math.c             rb_define_module_function(rb_mMath, "tanh", math_tanh, 1);
rb_define_module_function  982 math.c             rb_define_module_function(rb_mMath, "acosh", math_acosh, 1);
rb_define_module_function  983 math.c             rb_define_module_function(rb_mMath, "asinh", math_asinh, 1);
rb_define_module_function  984 math.c             rb_define_module_function(rb_mMath, "atanh", math_atanh, 1);
rb_define_module_function  986 math.c             rb_define_module_function(rb_mMath, "exp", math_exp, 1);
rb_define_module_function  987 math.c             rb_define_module_function(rb_mMath, "log", math_log, -1);
rb_define_module_function  988 math.c             rb_define_module_function(rb_mMath, "log2", math_log2, 1);
rb_define_module_function  989 math.c             rb_define_module_function(rb_mMath, "log10", math_log10, 1);
rb_define_module_function  990 math.c             rb_define_module_function(rb_mMath, "sqrt", math_sqrt, 1);
rb_define_module_function  991 math.c             rb_define_module_function(rb_mMath, "cbrt", math_cbrt, 1);
rb_define_module_function  993 math.c             rb_define_module_function(rb_mMath, "frexp", math_frexp, 1);
rb_define_module_function  994 math.c             rb_define_module_function(rb_mMath, "ldexp", math_ldexp, 2);
rb_define_module_function  996 math.c             rb_define_module_function(rb_mMath, "hypot", math_hypot, 2);
rb_define_module_function  998 math.c             rb_define_module_function(rb_mMath, "erf",  math_erf,  1);
rb_define_module_function  999 math.c             rb_define_module_function(rb_mMath, "erfc", math_erfc, 1);
rb_define_module_function 1001 math.c             rb_define_module_function(rb_mMath, "gamma", math_gamma, 1);
rb_define_module_function 1002 math.c             rb_define_module_function(rb_mMath, "lgamma", math_lgamma, 1);
rb_define_module_function 7608 process.c          rb_define_module_function(rb_mProcess, "kill", rb_f_kill, -1); /* in signal.c */
rb_define_module_function 7609 process.c          rb_define_module_function(rb_mProcess, "wait", proc_wait, -1);
rb_define_module_function 7610 process.c          rb_define_module_function(rb_mProcess, "wait2", proc_wait2, -1);
rb_define_module_function 7611 process.c          rb_define_module_function(rb_mProcess, "waitpid", proc_wait, -1);
rb_define_module_function 7612 process.c          rb_define_module_function(rb_mProcess, "waitpid2", proc_wait2, -1);
rb_define_module_function 7613 process.c          rb_define_module_function(rb_mProcess, "waitall", proc_waitall, 0);
rb_define_module_function 7614 process.c          rb_define_module_function(rb_mProcess, "detach", proc_detach, 1);
rb_define_module_function 7642 process.c          rb_define_module_function(rb_mProcess, "pid", get_pid, 0);
rb_define_module_function 7643 process.c          rb_define_module_function(rb_mProcess, "ppid", get_ppid, 0);
rb_define_module_function 7645 process.c          rb_define_module_function(rb_mProcess, "getpgrp", proc_getpgrp, 0);
rb_define_module_function 7646 process.c          rb_define_module_function(rb_mProcess, "setpgrp", proc_setpgrp, 0);
rb_define_module_function 7647 process.c          rb_define_module_function(rb_mProcess, "getpgid", proc_getpgid, 1);
rb_define_module_function 7648 process.c          rb_define_module_function(rb_mProcess, "setpgid", proc_setpgid, 2);
rb_define_module_function 7650 process.c          rb_define_module_function(rb_mProcess, "getsid", proc_getsid, -1);
rb_define_module_function 7651 process.c          rb_define_module_function(rb_mProcess, "setsid", proc_setsid, 0);
rb_define_module_function 7653 process.c          rb_define_module_function(rb_mProcess, "getpriority", proc_getpriority, 2);
rb_define_module_function 7654 process.c          rb_define_module_function(rb_mProcess, "setpriority", proc_setpriority, 3);
rb_define_module_function 7665 process.c          rb_define_module_function(rb_mProcess, "getrlimit", proc_getrlimit, 1);
rb_define_module_function 7666 process.c          rb_define_module_function(rb_mProcess, "setrlimit", proc_setrlimit, -1);
rb_define_module_function 7804 process.c          rb_define_module_function(rb_mProcess, "uid", proc_getuid, 0);
rb_define_module_function 7805 process.c          rb_define_module_function(rb_mProcess, "uid=", proc_setuid, 1);
rb_define_module_function 7806 process.c          rb_define_module_function(rb_mProcess, "gid", proc_getgid, 0);
rb_define_module_function 7807 process.c          rb_define_module_function(rb_mProcess, "gid=", proc_setgid, 1);
rb_define_module_function 7808 process.c          rb_define_module_function(rb_mProcess, "euid", proc_geteuid, 0);
rb_define_module_function 7809 process.c          rb_define_module_function(rb_mProcess, "euid=", proc_seteuid_m, 1);
rb_define_module_function 7810 process.c          rb_define_module_function(rb_mProcess, "egid", proc_getegid, 0);
rb_define_module_function 7811 process.c          rb_define_module_function(rb_mProcess, "egid=", proc_setegid_m, 1);
rb_define_module_function 7812 process.c          rb_define_module_function(rb_mProcess, "initgroups", proc_initgroups, 2);
rb_define_module_function 7813 process.c          rb_define_module_function(rb_mProcess, "groups", proc_getgroups, 0);
rb_define_module_function 7814 process.c          rb_define_module_function(rb_mProcess, "groups=", proc_setgroups, 1);
rb_define_module_function 7815 process.c          rb_define_module_function(rb_mProcess, "maxgroups", proc_getmaxgroups, 0);
rb_define_module_function 7816 process.c          rb_define_module_function(rb_mProcess, "maxgroups=", proc_setmaxgroups, 1);
rb_define_module_function 7818 process.c          rb_define_module_function(rb_mProcess, "daemon", proc_daemon, -1);
rb_define_module_function 7820 process.c          rb_define_module_function(rb_mProcess, "times", rb_proc_times, 0);
rb_define_module_function 7888 process.c          rb_define_module_function(rb_mProcess, "clock_gettime", rb_clock_gettime, -1);
rb_define_module_function 7889 process.c          rb_define_module_function(rb_mProcess, "clock_getres", rb_clock_getres, -1);
rb_define_module_function 7902 process.c          rb_define_module_function(rb_mProcUID, "rid", proc_getuid, 0);
rb_define_module_function 7903 process.c          rb_define_module_function(rb_mProcGID, "rid", proc_getgid, 0);
rb_define_module_function 7904 process.c          rb_define_module_function(rb_mProcUID, "eid", proc_geteuid, 0);
rb_define_module_function 7905 process.c          rb_define_module_function(rb_mProcGID, "eid", proc_getegid, 0);
rb_define_module_function 7906 process.c          rb_define_module_function(rb_mProcUID, "change_privilege", p_uid_change_privilege, 1);
rb_define_module_function 7907 process.c          rb_define_module_function(rb_mProcGID, "change_privilege", p_gid_change_privilege, 1);
rb_define_module_function 7908 process.c          rb_define_module_function(rb_mProcUID, "grant_privilege", p_uid_grant_privilege, 1);
rb_define_module_function 7909 process.c          rb_define_module_function(rb_mProcGID, "grant_privilege", p_gid_grant_privilege, 1);
rb_define_module_function 7912 process.c          rb_define_module_function(rb_mProcUID, "re_exchange", p_uid_exchange, 0);
rb_define_module_function 7913 process.c          rb_define_module_function(rb_mProcGID, "re_exchange", p_gid_exchange, 0);
rb_define_module_function 7914 process.c          rb_define_module_function(rb_mProcUID, "re_exchangeable?", p_uid_exchangeable, 0);
rb_define_module_function 7915 process.c          rb_define_module_function(rb_mProcGID, "re_exchangeable?", p_gid_exchangeable, 0);
rb_define_module_function 7916 process.c          rb_define_module_function(rb_mProcUID, "sid_available?", p_uid_have_saved_id, 0);
rb_define_module_function 7917 process.c          rb_define_module_function(rb_mProcGID, "sid_available?", p_gid_have_saved_id, 0);
rb_define_module_function 7918 process.c          rb_define_module_function(rb_mProcUID, "switch", p_uid_switch, 0);
rb_define_module_function 7919 process.c          rb_define_module_function(rb_mProcGID, "switch", p_gid_switch, 0);
rb_define_module_function 7921 process.c          rb_define_module_function(rb_mProcUID, "from_name", p_uid_from_name, 1);
rb_define_module_function 7924 process.c          rb_define_module_function(rb_mProcGID, "from_name", p_gid_from_name, 1);
rb_define_module_function 7929 process.c          rb_define_module_function(rb_mProcID_Syscall, "getuid", proc_getuid, 0);
rb_define_module_function 7930 process.c          rb_define_module_function(rb_mProcID_Syscall, "geteuid", proc_geteuid, 0);
rb_define_module_function 7931 process.c          rb_define_module_function(rb_mProcID_Syscall, "getgid", proc_getgid, 0);
rb_define_module_function 7932 process.c          rb_define_module_function(rb_mProcID_Syscall, "getegid", proc_getegid, 0);
rb_define_module_function 7934 process.c          rb_define_module_function(rb_mProcID_Syscall, "setuid", p_sys_setuid, 1);
rb_define_module_function 7935 process.c          rb_define_module_function(rb_mProcID_Syscall, "setgid", p_sys_setgid, 1);
rb_define_module_function 7937 process.c          rb_define_module_function(rb_mProcID_Syscall, "setruid", p_sys_setruid, 1);
rb_define_module_function 7938 process.c          rb_define_module_function(rb_mProcID_Syscall, "setrgid", p_sys_setrgid, 1);
rb_define_module_function 7940 process.c          rb_define_module_function(rb_mProcID_Syscall, "seteuid", p_sys_seteuid, 1);
rb_define_module_function 7941 process.c          rb_define_module_function(rb_mProcID_Syscall, "setegid", p_sys_setegid, 1);
rb_define_module_function 7943 process.c          rb_define_module_function(rb_mProcID_Syscall, "setreuid", p_sys_setreuid, 2);
rb_define_module_function 7944 process.c          rb_define_module_function(rb_mProcID_Syscall, "setregid", p_sys_setregid, 2);
rb_define_module_function 7946 process.c          rb_define_module_function(rb_mProcID_Syscall, "setresuid", p_sys_setresuid, 3);
rb_define_module_function 7947 process.c          rb_define_module_function(rb_mProcID_Syscall, "setresgid", p_sys_setresgid, 3);
rb_define_module_function 7948 process.c          rb_define_module_function(rb_mProcID_Syscall, "issetugid", p_sys_issetugid, 0);
rb_define_module_function 2150 ruby.c             rb_define_module_function(rb_mProcess, "argv0", proc_argv0, 0);
rb_define_module_function 2151 ruby.c             rb_define_module_function(rb_mProcess, "setproctitle", proc_setproctitle, 1);
rb_define_module_function 1453 signal.c           rb_define_module_function(mSignal, "trap", sig_trap, -1);
rb_define_module_function 1454 signal.c           rb_define_module_function(mSignal, "list", sig_list, 0);
rb_define_module_function 1455 signal.c           rb_define_module_function(mSignal, "signame", sig_signame, 1);