Home
last modified time | relevance | path

Searched defs:dbfile (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c79 static const char *dbfile = _PATH_BLSTATE; variable
H A Dblocklistd.c79 static const char *dbfile = _PATH_BLSTATE; variable
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1661 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr) in load_index()
1755 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
1802 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index()
/freebsd/crypto/openssl/apps/
H A Dca.c292 char *dbfile = NULL, *f; in ca_main() local