Searched refs:opt_section (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/apps/ |
| H A D | cmp.c | 53 static char *opt_section = CMP_SECTION; variable 716 { &opt_config }, { &opt_section }, { (char **)&opt_verbosity }, 2758 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) { in read_config() 2776 txt = conf_get_string(conf, opt_section, opt->name); in read_config() 2801 conf_argv[2] = conf_get_string(conf, opt_section, opt->name); in read_config() 2811 opt->name, opt_section); in read_config() 3651 opt_section = argv[++i]; in handle_opts_upfront() 3659 if (opt_section[0] == '\0') /* empty string */ in handle_opts_upfront() 3660 opt_section = DEFAULT_SECTION; in handle_opts_upfront() 3687 opt_section, configfile); in cmp_main() [all …]
|