Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/pkg/
Dconfig.c375 read_conf_file(const char *confpath, const char *requested_repo, in read_conf_file() argument
383 if (!ucl_parser_add_file(p, confpath)) { in read_conf_file()
386 "file %s: %s", confpath, ucl_parser_get_error(p)); in read_conf_file()
395 "configuration file %s", confpath); in read_conf_file()
457 char confpath[MAXPATHLEN]; in config_init() local
490 snprintf(confpath, sizeof(confpath), "%s/etc/pkg.conf", in config_init()
493 if (access(confpath, F_OK) == 0 && read_conf_file(confpath, NULL, in config_init()