Home
last modified time | relevance | path

Searched refs:opt_section (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c52 static char *opt_section = CMP_SECTION; variable
553 {&opt_config}, {&opt_section}, {(char **)&opt_verbosity},
2225 if (!conf_get_number_e(conf, opt_section, opt->name, &num)) { in read_config()
2243 txt = conf_get_string(conf, opt_section, opt->name); in read_config()
2268 conf_argv[2] = 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()
[all …]
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c408 {&opt_config}, {&opt_section},