Searched refs:temp_config (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c210 struct config_entry *temp_config; local
217 temp_config = calloc(CONFIG_SIZE, sizeof(struct config_entry));
270 temp_config[i].list =
271 malloc(sizeof(*temp_config[i].list));
272 STAILQ_INIT(temp_config[i].list);
280 STAILQ_INSERT_TAIL(temp_config[i].list, cv,
285 temp_config[i].value =
290 temp_config[i].value = strdup(ucl_object_tostring(cur));
295 /* Repo is enabled, copy over all settings from temp_config. */
304 c[i].list = temp_config[
[all...]

Completed in 47 milliseconds