slash_pointer     470 lib/vfs/path.c             char *slash_pointer;
slash_pointer     472 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
slash_pointer     473 lib/vfs/path.c             if (slash_pointer == NULL)
slash_pointer     479 lib/vfs/path.c                 element->path = vfs_translate_path_n (slash_pointer + 1);
slash_pointer     481 lib/vfs/path.c                 element->encoding = vfs_get_encoding (slash_pointer, -1);
slash_pointer     483 lib/vfs/path.c                 *slash_pointer = '\0';