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

/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c205 config_parse(const ucl_object_t *obj, pkg_conf_file_t conftype) argument
225 if (conftype == CONFFILE_PKG) {
229 } else if (conftype == CONFFILE_REPO) {
300 if (conftype != CONFFILE_PKG && c[i].main_only == true)
346 read_conf_file(const char *confpath, pkg_conf_file_t conftype) argument
367 if (conftype == CONFFILE_PKG)
368 config_parse(obj, conftype);
369 else if (conftype == CONFFILE_REPO)

Completed in 63 milliseconds