cfg_value        1168 lib/vfs/path.c         char *cfg_value;
cfg_value        1175 lib/vfs/path.c         cfg_value = mc_config_get_string_raw (cpath, groupname, "class-name", NULL);
cfg_value        1176 lib/vfs/path.c         eclass = vfs_get_class_by_name (cfg_value);
cfg_value        1180 lib/vfs/path.c             g_set_error (mcerror, MC_ERROR, 0, "Unable to find VFS class by name '%s'", cfg_value);
cfg_value        1181 lib/vfs/path.c             g_free (cfg_value);
cfg_value        1185 lib/vfs/path.c         g_free (cfg_value);