Home
last modified time | relevance | path

Searched refs:lconf (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/blocklist/bin/
H A Dinternal.c48 struct confset lconf, rconf; variable
H A Dold_internal.c48 struct confset lconf, rconf; variable
H A Dold_internal.h45 extern struct confset rconf, lconf;
H A Dinternal.h44 extern struct confset rconf, lconf;
H A Dconf.c1212 i = confset_match(&lconf, cr, conf_apply); in conf_find()
1213 if (i == lconf.cs_n) { in conf_find()
1269 confset_merge(&lconf, &lc); in conf_parsefile()
1353 confset_sort(&lconf); in conf_parse()
1357 confset_list(&lconf, "local", "target"); in conf_parse()
H A Dblacklistd.c394 for (size_t i = 0; i < lconf.cs_n; i++) in rules_flush()
395 uniqueadd(&list, &nlist, &mlist, &lconf.cs_c[i]); in rules_flush()
H A Dblocklistd.c394 for (size_t i = 0; i < lconf.cs_n; i++) in rules_flush()
395 uniqueadd(&list, &nlist, &mlist, &lconf.cs_c[i]); in rules_flush()
/freebsd/crypto/openssl/apps/
H A Dca.c1382 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument
1422 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify()
1440 CONF *lconf, int verbose, unsigned long certopt, in certify_cert() argument
1480 verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op, in certify_cert()
1495 CONF *lconf, unsigned long certopt, unsigned long nameopt, in do_body() argument
1762 X509V3_set_nconf(&ext_ctx, lconf); in do_body()
1764 if (!X509V3_EXT_add_nconf(lconf, &ext_ctx, ext_sect, ret)) { in do_body()
2005 CONF *lconf, int verbose, unsigned long certopt, in certify_spkac() argument
2118 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify_spkac()