strrchr            56 eval_intern.h  char *strrchr(const char *, const char);
strrchr           130 include/ruby/missing.h RUBY_EXTERN char *strrchr(const char *, int);
strrchr          3884 io.c               p = strrchr(estr, ':');
strrchr           218 load.c             const char *ext = strrchr(feature, '.');
strrchr           442 load.c             ext = strrchr(ftptr = RSTRING_PTR(fname), '.');
strrchr           450 load.c         		ext = strrchr(ftptr = RSTRING_PTR(tmp), '.');
strrchr           466 load.c         		ext = strrchr(ftptr = RSTRING_PTR(tmp), '.');
strrchr           475 load.c         		ext = strrchr(ftptr = RSTRING_PTR(tmp), '.');
strrchr           488 load.c         		ext = strrchr(ftptr = RSTRING_PTR(tmp), '.');
strrchr           513 load.c         	ext = strrchr(ftptr = RSTRING_PTR(tmp), '.');
strrchr          1012 process.c      	if ((extension = strrchr(prog, '.')) != NULL && STRCASECMP(extension, ".bat") == 0) {
strrchr           380 ruby.c             p = strrchr(libpath, '/');
strrchr          1444 ruby.c         	    const char *ext = strrchr(fname, '.');