groupname        1143 lib/vfs/path.c         char groupname[BUF_TINY];
groupname        1146 lib/vfs/path.c         g_snprintf (groupname, sizeof (groupname), "path-element-%zd", element_index);
groupname        1150 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "path", element->path);
groupname        1151 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "class-name", element->class->name);
groupname        1153 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "encoding", element->encoding);
groupname        1155 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "vfs_prefix", element->vfs_prefix);
groupname        1157 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "user", element->user);
groupname        1158 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "password", element->password);
groupname        1159 lib/vfs/path.c         mc_config_set_string_raw (cpath, groupname, "host", element->host);
groupname        1161 lib/vfs/path.c             mc_config_set_int (cpath, groupname, "port", element->port);
groupname        1199 lib/vfs/path.c         char groupname[BUF_TINY];
groupname        1201 lib/vfs/path.c         g_snprintf (groupname, sizeof (groupname), "path-element-%zu", element_index);
groupname        1202 lib/vfs/path.c         if (!mc_config_has_group (cpath, groupname))
groupname        1205 lib/vfs/path.c         cfg_value = mc_config_get_string_raw (cpath, groupname, "class-name", NULL);
groupname        1219 lib/vfs/path.c         element->path = mc_config_get_string_raw (cpath, groupname, "path", NULL);
groupname        1222 lib/vfs/path.c         element->encoding = mc_config_get_string_raw (cpath, groupname, "encoding", NULL);
groupname        1227 lib/vfs/path.c         element->vfs_prefix = mc_config_get_string_raw (cpath, groupname, "vfs_prefix", NULL);
groupname        1229 lib/vfs/path.c         element->user = mc_config_get_string_raw (cpath, groupname, "user", NULL);
groupname        1230 lib/vfs/path.c         element->password = mc_config_get_string_raw (cpath, groupname, "password", NULL);
groupname        1231 lib/vfs/path.c         element->host = mc_config_get_string_raw (cpath, groupname, "host", NULL);
groupname        1232 lib/vfs/path.c         element->port = mc_config_get_int (cpath, groupname, "port", 0);