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

/freebsd-13-stable/usr.sbin/pkg/
H A Dconfig.c216 config_parse(const ucl_object_t *obj, pkg_conf_file_t conftype) argument
243 if (conftype == CONFFILE_PKG) {
247 } else if (conftype == CONFFILE_REPO) {
329 if (conftype != CONFFILE_PKG && c[i].main_only == true)
380 pkg_conf_file_t conftype)
401 if (conftype == CONFFILE_PKG)
402 config_parse(obj, conftype);
403 else if (conftype == CONFFILE_REPO)
379 read_conf_file(const char *confpath, const char *requested_repo, pkg_conf_file_t conftype) argument

Completed in 94 milliseconds