Searched refs:opt_section (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | cmp.c | 52 static char *opt_section = CMP_SECTION; variable 553 {&opt_config}, {&opt_section}, {(char **)&opt_verbosity}, 2243 txt = conf_get_string(conf, opt_section, opt->name); in read_config() 2278 opt->name, opt_section); in read_config() 2812 opt_section = argv[++i]; in cmp_main() 2819 if (opt_section[0] == '\0') /* empty string */ in cmp_main() 2820 opt_section = DEFAULT_SECTION; in cmp_main() 2833 opt_section, configfile); in cmp_main() 2839 if (!NCONF_get_section(conf, opt_section)) in cmp_main() 2842 opt_section, configfile); in cmp_main() [all …]
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | check-format-test-negatives.c | 408 {&opt_config}, {&opt_section},
|