cfg_value        1198 lib/vfs/path.c         char *cfg_value;
cfg_value        1205 lib/vfs/path.c         cfg_value = mc_config_get_string_raw (cpath, groupname, "class-name", NULL);
cfg_value        1206 lib/vfs/path.c         eclass = vfs_get_class_by_name (cfg_value);
cfg_value        1210 lib/vfs/path.c             g_set_error (mcerror, MC_ERROR, 0, "Unable to find VFS class by name '%s'", cfg_value);
cfg_value        1211 lib/vfs/path.c             g_free (cfg_value);
cfg_value        1215 lib/vfs/path.c         g_free (cfg_value);