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

/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c346 read_conf_file(const char *confpath, pkg_conf_file_t conftype) argument
353 if (!ucl_parser_add_file(p, confpath)) {
356 "file %s: %s", confpath, ucl_parser_get_error(p));
365 "configuration file %s", confpath);
425 char confpath[MAXPATHLEN]; local
458 snprintf(confpath, sizeof(confpath), "%s/etc/pkg.conf",
461 if (access(confpath, F_OK) == 0 && read_conf_file(confpath,

Completed in 32 milliseconds