Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/pkg/
Dconfig.c212 config_parse(const ucl_object_t *obj, pkg_conf_file_t conftype) in config_parse() argument
239 if (conftype == CONFFILE_PKG) { in config_parse()
243 } else if (conftype == CONFFILE_REPO) { in config_parse()
325 if (conftype != CONFFILE_PKG && c[i].main_only == true) in config_parse()
376 pkg_conf_file_t conftype) in read_conf_file() argument
397 if (conftype == CONFFILE_PKG) in read_conf_file()
398 config_parse(obj, conftype); in read_conf_file()
399 else if (conftype == CONFFILE_REPO) in read_conf_file()