Searched refs:lconf (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/blocklist/bin/ |
H A D | internal.c | 46 struct confset lconf, rconf; variable
|
H A D | internal.h | 44 extern struct confset rconf, lconf;
|
H A D | blacklistd.c | 387 for (size_t i = 0; i < lconf.cs_n; i++) in rules_flush() 388 uniqueadd(&list, &nlist, &mlist, &lconf.cs_c[i]); in rules_flush()
|
H A D | conf.c | 1147 i = confset_match(&lconf, cr, conf_apply); in conf_find() 1148 if (i == lconf.cs_n) { in conf_find() 1216 confset_replace(&lconf, &lc); in conf_parse() 1219 confset_list(&lconf, "local", "target"); in conf_parse()
|
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 1386 long days, int batch, const char *ext_sect, CONF *lconf, in certify() argument 1426 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify() 1444 CONF *lconf, int verbose, unsigned long certopt, in certify_cert() argument 1483 verbose, rreq, ext_sect, lconf, certopt, nameopt, default_op, in certify_cert() 1498 CONF *lconf, unsigned long certopt, unsigned long nameopt, in do_body() argument 1757 X509V3_set_nconf(&ext_ctx, lconf); in do_body() 1759 if (!X509V3_EXT_add_nconf(lconf, &ext_ctx, ext_sect, ret)) { in do_body() 2000 CONF *lconf, int verbose, unsigned long certopt, in certify_spkac() argument 2113 verbose, req, ext_sect, lconf, certopt, nameopt, default_op, in certify_spkac()
|