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

/freebsd-10.3-release/usr.sbin/pkg/
H A Dpkg.c362 load_fingerprints(const char *path, int *count) function
751 if ((trusted = load_fingerprints(path, &trusted_count)) == NULL) {
762 if ((revoked = load_fingerprints(path, &revoked_count)) == NULL) {

Completed in 102 milliseconds