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

/freebsd-13-stable/usr.sbin/pkg/
H A Dconfig.c379 read_conf_file(const char *confpath, const char *requested_repo, function
440 if (read_conf_file(path, requested_repo,
496 if (access(confpath, F_OK) == 0 && read_conf_file(confpath, NULL,
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c694 read_conf_file(const char *fn, CK_USER_TYPE userType, const char *pin) function
910 ret = read_conf_file(soft_token.config_file, CKU_USER, NULL);
1216 ret = read_conf_file(soft_token.config_file, userType, pin);

Completed in 67 milliseconds