crypt 89 include/ruby/missing.h RUBY_EXTERN char *crypt(const char *, const char *); crypt 229 missing/crypt.h char *crypt(const char *key, const char *setting); crypt 8325 string.c extern char *crypt(const char *, const char *); crypt 8359 string.c res = crypt(s, saltp);