vfs_prefix        885 lib/utilunix.c                     char *vfs_prefix = s - url_delim_len;
vfs_prefix        888 lib/utilunix.c                     while (vfs_prefix > lpath && !IS_PATH_SEP (*--vfs_prefix))
vfs_prefix        890 lib/utilunix.c                     if (IS_PATH_SEP (*vfs_prefix))
vfs_prefix        891 lib/utilunix.c                         vfs_prefix++;
vfs_prefix        894 lib/utilunix.c                     vclass = vfs_prefix_to_class (vfs_prefix);
vfs_prefix        899 lib/utilunix.c                         s = vfs_prefix;
vfs_prefix        409 lib/vfs/path.c             element->vfs_prefix = g_strdup (op);
vfs_prefix        464 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);
vfs_prefix        545 lib/vfs/path.c         g_string_append (ret_tokens, element->vfs_prefix);
vfs_prefix        654 lib/vfs/path.c         if (element->vfs_prefix != NULL)
vfs_prefix        661 lib/vfs/path.c             g_string_append (buffer, element->vfs_prefix);
vfs_prefix        887 lib/vfs/path.c     new_element->vfs_prefix = g_strdup (element->vfs_prefix);
vfs_prefix        918 lib/vfs/path.c     g_free (element->vfs_prefix);
vfs_prefix       1155 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "vfs_prefix", element->vfs_prefix);
vfs_prefix       1227 lib/vfs/path.c         element->vfs_prefix = mc_config_get_string_raw (cpath, groupname, "vfs_prefix", NULL);
vfs_prefix         45 lib/vfs/path.h     char *vfs_prefix;
vfs_prefix        351 lib/vfs/vfs.c          char *vfs_prefix;
vfs_prefix        354 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
vfs_prefix        355 lib/vfs/vfs.c          if (vfs_prefix == NULL)
vfs_prefix        358 lib/vfs/vfs.c              *vfs_prefix = '\0';
vfs_prefix        779 src/vfs/extfs/extfs.c     fstype = extfs_which (path_element->class, path_element->vfs_prefix);
vfs_prefix        153 src/vfs/sfs/sfs.c     w = path_element->class->which (path_element->class, path_element->vfs_prefix);
vfs_prefix        672 src/vfs/shell/shell.c     if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0)