crypt              52 include/ruby/missing.h RUBY_EXTERN char *crypt(const char *, const char *);
crypt            6285 string.c           extern char *crypt(const char *, const char *);
crypt            6307 string.c           result = rb_str_new2(crypt(s, saltp));