rb_check_safe_obj 8410 compile.c          rb_check_safe_obj(str);
rb_check_safe_obj  460 dir.c          #define check_safe_glob(str, safe) ((safe) ? rb_check_safe_obj(str) : (void)0)
rb_check_safe_obj    4 ext/fiddle/handle.c #define SafeStringValueCStr(v) (rb_check_safe_obj(rb_string_value(&v)), StringValueCStr(v))
rb_check_safe_obj  881 ext/io/console/console.c 	rb_check_safe_obj(str);
rb_check_safe_obj  109 ext/openssl/ossl_pkey.c     rb_check_safe_obj(filename);
rb_check_safe_obj   70 ext/openssl/ossl_rand.c     rb_check_safe_obj(filename);
rb_check_safe_obj   89 ext/openssl/ossl_rand.c     rb_check_safe_obj(filename);
rb_check_safe_obj  167 ext/openssl/ossl_rand.c     rb_check_safe_obj(filename);
rb_check_safe_obj  189 ext/openssl/ossl_rand.c     rb_check_safe_obj(filename);
rb_check_safe_obj   81 ext/openssl/ossl_x509cert.c     rb_check_safe_obj(filename);
rb_check_safe_obj  228 ext/openssl/ossl_x509store.c 	rb_check_safe_obj(file);
rb_check_safe_obj  249 ext/openssl/ossl_x509store.c 	rb_check_safe_obj(dir);
rb_check_safe_obj   31 ext/socket/constants.c 	rb_check_safe_obj(arg);
rb_check_safe_obj  434 ext/socket/raddrinfo.c     rb_check_safe_obj(v);\
rb_check_safe_obj 3896 hash.c             rb_check_safe_obj(obj);
rb_check_safe_obj 3927 hash.c             rb_check_safe_obj(obj);
rb_check_safe_obj  561 include/ruby/ruby.h void rb_check_safe_obj(VALUE);
rb_check_safe_obj  564 include/ruby/ruby.h     rb_check_safe_obj(v);\