strrchr           585 lib/util.c         d = strrchr (filename, '.');
strrchr           657 lib/util.c         path_sep = strrchr (s, PATH_SEP);
strrchr           155 lib/vfs/parse_ls_vga.c     p2 = strrchr (str, ':');
strrchr           248 lib/vfs/path.c     at = strrchr (pcopy, '@');
strrchr           192 lib/vfs/utilvfs.c     p = strrchr (param_basename, PATH_SEP);
strrchr           272 lib/vfs/utilvfs.c     at = strrchr (pcopy, '@');
strrchr           352 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
strrchr           191 lib/widget/input.c     at = strrchr (url, '@');
strrchr           173 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
strrchr           684 lib/widget/input_complete.c         p = strrchr (found, PATH_SEP);
strrchr           879 lib/widget/input_complete.c         state->p = strrchr (state->word, '`');
strrchr           882 lib/widget/input_complete.c         state->q = strrchr (state->word, '$');
strrchr           895 lib/widget/input_complete.c         state->r = strrchr (state->word, '@');
strrchr            83 src/file_history.c         s = strrchr (buf, ' ');
strrchr           557 src/filemanager/file.c         r = strrchr (src_path, PATH_SEP);
strrchr          1459 src/filemanager/filegui.c         ctx->dest_mask = strrchr (dest_dir, PATH_SEP);
strrchr          1216 src/filemanager/panel.c         archive_name = strrchr (prev_path_element->path, PATH_SEP);
strrchr          2964 src/filemanager/panel.c         sel_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP);
strrchr          3033 src/filemanager/panel.c         p = strrchr (buffer, PATH_SEP);
strrchr          3037 src/filemanager/panel.c             p = strrchr (buffer, PATH_SEP);
strrchr          3283 src/filemanager/panel.c         p = strrchr (lwd, PATH_SEP);
strrchr           450 src/filemanager/treestore.c         new->subname = strrchr (new_name, PATH_SEP);
strrchr           439 src/vfs/cpio/cpio.c     tn = strrchr (name, PATH_SEP);
strrchr           420 src/vfs/extfs/extfs.c             p = strrchr (cfn, PATH_SEP);
strrchr           331 src/vfs/ftpfs/ftpfs.c     p = strrchr (ret, PATH_SEP);
strrchr          1639 src/vfs/ftpfs/ftpfs.c                             *(strrchr (tmp, PATH_SEP) + 1) = '\0';      /* dirname */
strrchr           241 src/vfs/sftpfs/config_parser.c         cr = strrchr (buffer, '\n');
strrchr           766 src/vfs/tar/tar.c         p = strrchr (current_file_name, PATH_SEP);