Home
last modified time | relevance | path

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

/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c76 static const char *dbfile = _PATH_BLSTATE; variable
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1636 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr) in load_index()
1731 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
1778 int rotate_index(const char *dbfile, const char *new_suffix, in rotate_index()
/freebsd/crypto/openssl/apps/
H A Dca.c286 char *dbfile = NULL, *f; in ca_main() local