Home | History | Annotate | Download | only in apps

Lines Matching defs:cmp_options

376 const OPTIONS cmp_options[] = {
2731 int n_options = OSSL_NELEM(cmp_options) - 1;
2733 for (opt = &cmp_options[start_opt], i = start_idx;
2739 for (opt = &cmp_options[start_opt], i = start_idx;
2808 (void)opt_init(conf_argc, conf_argv, cmp_options);
2866 prog = opt_init(argc, argv, cmp_options);
2876 opt_help(cmp_options);
3649 opt_help(cmp_options);
3656 if (!strcmp(argv[i] + 1, cmp_options[OPT_CONFIG - OPT_HELP].name))
3659 cmp_options[OPT_SECTION - OPT_HELP].name))
3662 cmp_options[OPT_VERBOSITY - OPT_HELP].name)