Searched refs:opt_section (Results 1 – 2 of 2) sorted by relevance
/openssl-master/apps/ |
A D | cmp.c | 50 static char *opt_section = CMP_SECTION; variable 520 {&opt_config}, {&opt_section}, {(char **)&opt_verbosity}, 2128 txt = conf_get_string(conf, opt_section, opt->name); in read_config() 2163 opt->name, opt_section); in read_config() 2658 opt_section = argv[++i]; in cmp_main() 2665 if (opt_section[0] == '\0') /* empty string */ in cmp_main() 2666 opt_section = DEFAULT_SECTION; in cmp_main() 2679 opt_section, configfile); in cmp_main() 2685 if (!NCONF_get_section(conf, opt_section)) in cmp_main() 2688 opt_section, configfile); in cmp_main() [all …]
|
/openssl-master/util/ |
A D | check-format-test-negatives.c | 252 {&opt_config}, {&opt_section},
|
Completed in 8 milliseconds