strrchr           588 lib/util.c         d = strrchr (filename, '.');
strrchr           664 lib/util.c         path_sep = strrchr (s, PATH_SEP);
strrchr           157 lib/vfs/parse_ls_vga.c     p2 = strrchr (str, ':');
strrchr           217 lib/vfs/path.c     at = strrchr (pcopy, '@');
strrchr           194 lib/vfs/utilvfs.c     p = strrchr (param_basename, PATH_SEP);
strrchr           274 lib/vfs/utilvfs.c     at = strrchr (pcopy, '@');
strrchr           350 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
strrchr           194 lib/widget/input.c     at = strrchr (url, '@');
strrchr           170 lib/widget/input_complete.c         if ((*text != '\0') && (temp = strrchr (text, PATH_SEP)) != NULL)
strrchr           666 lib/widget/input_complete.c         p = strrchr (found, PATH_SEP);
strrchr           840 lib/widget/input_complete.c         state->p = strrchr (state->word, '`');
strrchr           843 lib/widget/input_complete.c         state->q = strrchr (state->word, '$');
strrchr           856 lib/widget/input_complete.c         state->r = strrchr (state->word, '@');
strrchr            85 src/file_history.c         s = strrchr (buf, ' ');
strrchr           551 src/filemanager/file.c         r = strrchr (src_path, PATH_SEP);
strrchr          1457 src/filemanager/filegui.c         ctx->dest_mask = strrchr (dest_dir, PATH_SEP);
strrchr          1269 src/filemanager/panel.c         archive_name = strrchr (prev_path_element->path, PATH_SEP);
strrchr          3095 src/filemanager/panel.c         curr_entry = strrchr (vfs_path_get_last_path_str (panel->cwd_vpath), PATH_SEP);
strrchr          3173 src/filemanager/panel.c         p = strrchr (buffer, PATH_SEP);
strrchr          3177 src/filemanager/panel.c             p = strrchr (buffer, PATH_SEP);
strrchr          3423 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           261 src/vfs/sftpfs/config_parser.c         cr = strrchr (buffer, '\n');
strrchr           542 src/vfs/tar/tar.c     p = strrchr (file_name, PATH_SEP);