vfs_prefix        929 lib/utilunix.c                     char *vfs_prefix = s - url_delim_len;
vfs_prefix        932 lib/utilunix.c                     while (vfs_prefix > lpath && !IS_PATH_SEP (*--vfs_prefix))
vfs_prefix        934 lib/utilunix.c                     if (IS_PATH_SEP (*vfs_prefix))
vfs_prefix        935 lib/utilunix.c                         vfs_prefix++;
vfs_prefix        938 lib/utilunix.c                     vclass = vfs_prefix_to_class (vfs_prefix);
vfs_prefix        943 lib/utilunix.c                         s = vfs_prefix;
vfs_prefix        370 lib/vfs/path.c             element->vfs_prefix = g_strdup (op);
vfs_prefix        430 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);
vfs_prefix        502 lib/vfs/path.c         g_string_append (ret_tokens, element->vfs_prefix);
vfs_prefix        607 lib/vfs/path.c         if (element->vfs_prefix != NULL)
vfs_prefix        614 lib/vfs/path.c             g_string_append (buffer, element->vfs_prefix);
vfs_prefix        836 lib/vfs/path.c     new_element->vfs_prefix = g_strdup (element->vfs_prefix);
vfs_prefix        865 lib/vfs/path.c     g_free (element->vfs_prefix);
vfs_prefix       1127 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "vfs_prefix", element->vfs_prefix);
vfs_prefix       1197 lib/vfs/path.c         element->vfs_prefix = mc_config_get_string_raw (cpath, groupname, "vfs_prefix", NULL);
vfs_prefix         43 lib/vfs/path.h     char *vfs_prefix;
vfs_prefix        337 lib/vfs/vfs.c          char *vfs_prefix;
vfs_prefix        340 lib/vfs/vfs.c          vfs_prefix = strrchr (p, PATH_SEP);
vfs_prefix        341 lib/vfs/vfs.c          if (vfs_prefix == NULL)
vfs_prefix        344 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)