Searched refs:cmp_options (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 265 const OPTIONS cmp_options[] = { variable 2192 int n_options = OSSL_NELEM(cmp_options) - 1; in read_config() 2194 for (opt = &cmp_options[start_opt], i = start_idx; in read_config() 2203 for (opt = &cmp_options[start_opt], i = start_idx; in read_config() 2272 (void)opt_init(conf_argc, conf_argv, cmp_options); in read_config() 2330 prog = opt_init(argc, argv, cmp_options); in get_opts() 2340 opt_help(cmp_options); in get_opts() 2798 opt_help(cmp_options); in cmp_main() 2808 if (!strcmp(argv[i] + 1, cmp_options[OPT_CONFIG - OPT_HELP].name)) in cmp_main() 2811 cmp_options[OPT_SECTION - OPT_HELP].name)) in cmp_main() [all …]
|
H A D | progs.h | 72 extern const OPTIONS cmp_options[];
|
H A D | progs.c | 22 {FT_general, "cmp", cmp_main, cmp_options, NULL, NULL},
|