strerror         1159 dln.c              char *strerror();
strerror         1175 dln.c          	return strerror(dln_errno);
strerror         1237 dln.c          	ERRBUF_APPEND(strerror(errno));
strerror         1345 dln.c          	    rb_loaderror("%s - %s", strerror(errno), file);
strerror         1352 dln.c          		rb_loaderror("%s - %s", strerror(ENOSYM), file);
strerror         1484 dln.c          	rb_loaderror(errmsg, strerror(err_stat), buf);
strerror         724 error.c            char *strerror();
strerror         739 error.c            err = strerror(errno);
strerror         794 error.c             snprintf(buf+strlen(buf), BUFSIZ-strlen(buf), ": %s", strerror(errno_save));
strerror         806 error.c            rb_loaderror("%s -- %s", strerror(errno), path);
strerror         2860 io.c           				    fn, RSTRING(str)->ptr, strerror(errno));
strerror         2872 io.c           				    fn, strerror(errno));
strerror         1545 win32/win32.c      return strerror(e);