strerror 1107 dln.c char *strerror(); strerror 1123 dln.c return strerror(dln_errno); strerror 1185 dln.c ERRBUF_APPEND(strerror(errno)); strerror 1301 dln.c rb_loaderror("%s - %s", strerror(errno), file); strerror 1308 dln.c rb_loaderror("%s - %s", strerror(ENOSYM), file); strerror 1449 dln.c rb_loaderror(errmsg, strerror(err_stat), buf); strerror 927 error.c char *strerror(); strerror 950 error.c if (!NIL_P(error)) err = strerror(NUM2LONG(error)); strerror 1159 error.c snprintf(buf+strlen(buf), BUFSIZ-strlen(buf), ": %s", strerror(errno_save)); strerror 1170 error.c rb_loaderror("%s -- %s", strerror(errno), path); strerror 76 ext/openssl/ossl_pkey.c ossl_raise(ePKeyError, "%s", strerror(errno)); strerror 67 ext/openssl/ossl_x509cert.c ossl_raise(eX509CertError, "%s", strerror(errno)); strerror 134 include/ruby/missing.h RUBY_EXTERN char *strerror(int); strerror 6201 io.c fn, RSTRING_PTR(str), strerror(errno)); strerror 6213 io.c fn, strerror(errno)); strerror 1892 win32/win32.c strlcpy(buffer, strerror(e), sizeof(buffer));