strrchr           591 lib/util.c         d = strrchr (filename, '.');
strrchr           663 lib/util.c         path_sep = strrchr (s, PATH_SEP);
strrchr           157 lib/vfs/parse_ls_vga.c     p2 = strrchr (str, ':');
strrchr           251 lib/vfs/path.c     at = strrchr (pcopy, '@');
strrchr           190 lib/vfs/utilvfs.c     p = strrchr (param_basename, PATH_SEP);
strrchr           270 lib/vfs/utilvfs.c     at = strrchr (pcopy, '@');
strrchr           354 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
strrchr           194 lib/widget/input.c     at = strrchr (url, '@');
strrchr           175 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
strrchr           686 lib/widget/input_complete.c         p = strrchr (found, PATH_SEP);
strrchr           881 lib/widget/input_complete.c         state->p = strrchr (state->word, '`');
strrchr           884 lib/widget/input_complete.c         state->q = strrchr (state->word, '$');
strrchr           897 lib/widget/input_complete.c         state->r = strrchr (state->word, '@');
strrchr            85 src/file_history.c         s = strrchr (buf, ' ');
strrchr           559 src/filemanager/file.c         r = strrchr (src_path, PATH_SEP);
strrchr          1461 src/filemanager/filegui.c         ctx->dest_mask = strrchr (dest_dir, PATH_SEP);
strrchr          1264 src/filemanager/panel.c         archive_name = strrchr (prev_path_element->path, PATH_SEP);
strrchr          3034 src/filemanager/panel.c         curr_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP);
strrchr          3106 src/filemanager/panel.c         p = strrchr (buffer, PATH_SEP);
strrchr          3110 src/filemanager/panel.c             p = strrchr (buffer, PATH_SEP);
strrchr          3356 src/filemanager/panel.c         p = strrchr (lwd, PATH_SEP);
strrchr           450 src/filemanager/treestore.c         new->subname = strrchr (new_name, PATH_SEP);
strrchr           438 src/vfs/cpio/cpio.c     tn = strrchr (name, PATH_SEP);
strrchr           420 src/vfs/extfs/extfs.c             p = strrchr (cfn, PATH_SEP);
strrchr           330 src/vfs/ftpfs/ftpfs.c     p = strrchr (ret, PATH_SEP);
strrchr          1638 src/vfs/ftpfs/ftpfs.c                             *(strrchr (tmp, PATH_SEP) + 1) = '\0';      /* dirname */
strrchr           243 src/vfs/sftpfs/config_parser.c         cr = strrchr (buffer, '\n');
strrchr           539 src/vfs/tar/tar.c     p = strrchr (file_name, PATH_SEP);