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

/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c357 load_fingerprints(const char *path, int *count) function
723 if ((trusted = load_fingerprints(path, &trusted_count)) == NULL) {
734 if ((revoked = load_fingerprints(path, &revoked_count)) == NULL) {

Completed in 13 milliseconds