slash_pointer     445 lib/vfs/path.c             char *slash_pointer;
slash_pointer     447 lib/vfs/path.c             slash_pointer = strchr (url_delimiter, PATH_SEP);
slash_pointer     448 lib/vfs/path.c             if (slash_pointer == NULL)
slash_pointer     452 lib/vfs/path.c                 element->path = vfs_translate_path_n (slash_pointer + 1);
slash_pointer     454 lib/vfs/path.c                 element->encoding = vfs_get_encoding (slash_pointer, -1);
slash_pointer     456 lib/vfs/path.c                 *slash_pointer = '\0';