vfs_prefix 883 lib/utilunix.c char *vfs_prefix = s - url_delim_len; vfs_prefix 886 lib/utilunix.c while (vfs_prefix > lpath && !IS_PATH_SEP (*--vfs_prefix)) vfs_prefix 888 lib/utilunix.c if (IS_PATH_SEP (*vfs_prefix)) vfs_prefix 889 lib/utilunix.c vfs_prefix++; vfs_prefix 892 lib/utilunix.c vclass = vfs_prefix_to_class (vfs_prefix); vfs_prefix 897 lib/utilunix.c s = vfs_prefix; vfs_prefix 406 lib/vfs/path.c element->vfs_prefix = g_strdup (op); vfs_prefix 462 lib/vfs/path.c element->vfs_prefix = g_strdup (vfs_prefix_start); vfs_prefix 543 lib/vfs/path.c g_string_append (ret_tokens, element->vfs_prefix); vfs_prefix 652 lib/vfs/path.c if (element->vfs_prefix != NULL) vfs_prefix 659 lib/vfs/path.c g_string_append (buffer, element->vfs_prefix); vfs_prefix 875 lib/vfs/path.c new_element->vfs_prefix = g_strdup (element->vfs_prefix); vfs_prefix 906 lib/vfs/path.c g_free (element->vfs_prefix); vfs_prefix 1144 lib/vfs/path.c mc_config_set_string_raw (cpath, groupname, "vfs_prefix", element->vfs_prefix); vfs_prefix 1216 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 349 lib/vfs/vfs.c char *vfs_prefix; vfs_prefix 352 lib/vfs/vfs.c vfs_prefix = strrchr (p, PATH_SEP); vfs_prefix 353 lib/vfs/vfs.c if (vfs_prefix == NULL) vfs_prefix 356 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 681 src/vfs/fish/fish.c if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0) vfs_prefix 150 src/vfs/sfs/sfs.c w = path_element->class->which (path_element->class, path_element->vfs_prefix);