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

/freebsd-13-stable/usr.sbin/pkg/
H A Dconfig.c379 read_conf_file(const char *confpath, const char *requested_repo, argument
387 if (!ucl_parser_add_file(p, confpath)) {
390 "file %s: %s", confpath, ucl_parser_get_error(p));
399 "configuration file %s", confpath);
461 char confpath[MAXPATHLEN]; local
494 snprintf(confpath, sizeof(confpath), "%s/etc/pkg.conf", localbase);
496 if (access(confpath, F_OK) == 0 && read_conf_file(confpath, NULL,

Completed in 55 milliseconds