vfs_prefix 933 lib/utilunix.c char *vfs_prefix = s - url_delim_len; vfs_prefix 936 lib/utilunix.c while (vfs_prefix > lpath && !IS_PATH_SEP (*--vfs_prefix)) vfs_prefix 938 lib/utilunix.c if (IS_PATH_SEP (*vfs_prefix)) vfs_prefix 939 lib/utilunix.c vfs_prefix++; vfs_prefix 942 lib/utilunix.c vclass = vfs_prefix_to_class (vfs_prefix); vfs_prefix 947 lib/utilunix.c s = vfs_prefix; vfs_prefix 375 lib/vfs/path.c element->vfs_prefix = g_strdup (op); vfs_prefix 439 lib/vfs/path.c element->vfs_prefix = g_strdup (vfs_prefix_start); vfs_prefix 518 lib/vfs/path.c g_string_append (ret_tokens, element->vfs_prefix); vfs_prefix 627 lib/vfs/path.c if (element->vfs_prefix != NULL) vfs_prefix 634 lib/vfs/path.c g_string_append (buffer, element->vfs_prefix); vfs_prefix 860 lib/vfs/path.c new_element->vfs_prefix = g_strdup (element->vfs_prefix); vfs_prefix 891 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 787 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 672 src/vfs/shell/shell.c if (strncmp (vpath_element->vfs_prefix, "rsh", 3) == 0)