vfs_prefix        934 lib/utilunix.c                     char *vfs_prefix = s - url_delim_len;
vfs_prefix        937 lib/utilunix.c                     while (vfs_prefix > lpath && !IS_PATH_SEP (*--vfs_prefix))
vfs_prefix        939 lib/utilunix.c                     if (IS_PATH_SEP (*vfs_prefix))
vfs_prefix        940 lib/utilunix.c                         vfs_prefix++;
vfs_prefix        943 lib/utilunix.c                     vclass = vfs_prefix_to_class (vfs_prefix);
vfs_prefix        948 lib/utilunix.c                         s = vfs_prefix;
vfs_prefix        374 lib/vfs/path.c             element->vfs_prefix = g_strdup (op);
vfs_prefix        438 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);
vfs_prefix        517 lib/vfs/path.c         g_string_append (ret_tokens, element->vfs_prefix);
vfs_prefix        626 lib/vfs/path.c         if (element->vfs_prefix != NULL)
vfs_prefix        633 lib/vfs/path.c             g_string_append (buffer, element->vfs_prefix);
vfs_prefix        859 lib/vfs/path.c     new_element->vfs_prefix = g_strdup (element->vfs_prefix);
vfs_prefix        890 lib/vfs/path.c     g_free (element->vfs_prefix);
vfs_prefix       1161 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "vfs_prefix", element->vfs_prefix);
vfs_prefix       1233 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        347 lib/vfs/vfs.c          char *vfs_prefix;
vfs_prefix        350 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
vfs_prefix        351 lib/vfs/vfs.c          if (vfs_prefix == NULL)
vfs_prefix        354 lib/vfs/vfs.c              *vfs_prefix = '\0';
vfs_prefix        794 src/vfs/extfs/extfs.c     fstype = extfs_which (path_element->class, path_element->vfs_prefix);
vfs_prefix        151 src/vfs/sfs/sfs.c     w = path_element->class->which (path_element->class, path_element->vfs_prefix);
vfs_prefix        670 src/vfs/shell/shell.c     if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0)