path_sep          651 lib/util.c         const char *url_delim, *path_sep;
path_sep          654 lib/util.c         path_sep = strrchr (s, PATH_SEP);
path_sep          656 lib/util.c         if (path_sep == NULL)
path_sep          659 lib/util.c         if (url_delim == NULL || url_delim < path_sep - strlen (VFS_PATH_URL_DELIMITER)
path_sep          664 lib/util.c                 return path_sep + 1;
path_sep          666 lib/util.c             while (--path_sep > s && !IS_PATH_SEP (*path_sep))
path_sep          668 lib/util.c             return (path_sep != s) ? path_sep + 1 : s;