Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pkg/
H A Dconfig.c222 struct config_entry *temp_config; in config_parse() local
229 temp_config = calloc(CONFIG_SIZE, sizeof(struct config_entry)); in config_parse()
267 temp_config[i].list = in config_parse()
268 malloc(sizeof(*temp_config[i].list)); in config_parse()
269 STAILQ_INIT(temp_config[i].list); in config_parse()
277 STAILQ_INSERT_TAIL(temp_config[i].list, cv, in config_parse()
282 temp_config[i].value = in config_parse()
298 temp_config[i].value = strdup(ucl_object_tostring(cur)); in config_parse()
312 c[i].list = temp_config[i].list; in config_parse()
315 c[i].value = temp_config[i].value; in config_parse()
[all …]