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

/freebsd-10.0-release/usr.sbin/pkg/
H A Dconfig.c511 config_parse(yaml_document_t *doc, yaml_node_t *node, pkg_conf_file_t conftype) argument
553 if (conftype == CONFFILE_PKG) {
558 } else if (conftype == CONFFILE_REPO) {
690 read_conf_file(const char *confpath, pkg_conf_file_t conftype) argument
715 if (conftype == CONFFILE_PKG)
716 config_parse(&doc, node, conftype);
717 else if (conftype == CONFFILE_REPO)

Completed in 57 milliseconds