Str_rchri
basename = Str_rchri(name, ename, '/');
extern char *Str_rchri(const char *, const char *, int);
slash = Str_rchri(word->s, word->e, '/');
slash = Str_rchri(word->s, word->e, '/');
dot = Str_rchri(word->s, word->e, '.');
dot = Str_rchri(word->s, word->e, '.');