Lines Matching refs:nopts
1426 int print_generic, char * const *opts, size_t nopts)
1435 for (i = 0; i < nopts; i++) {
2609 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp,
2622 for (i = 0; i < nopts; i++) {
2654 int argc, char **argv, char * const *opts, size_t nopts)
2670 if (sig_process_opts(opts, nopts, &hashalg, NULL, NULL) != 0)
2737 char * const *opts, size_t nopts)
2747 if (sig_process_opts(opts, nopts, NULL, &verify_time,
2828 char * const *opts, size_t nopts)
2836 if (sig_process_opts(opts, nopts, NULL, &verify_time, NULL) != 0)
2876 char * const *opts, size_t nopts)
2882 if ((r = sig_process_opts(opts, nopts, NULL, NULL, NULL)) != 0)
2901 do_moduli_gen(const char *out_file, char **opts, size_t nopts)
2912 for (i = 0; i < nopts; i++) {
2946 do_moduli_screen(const char *out_file, char **opts, size_t nopts)
2959 for (i = 0; i < nopts; i++) {
3292 size_t i, nopts = 0;
3413 opts = xrecallocarray(opts, nopts, nopts + 1,
3415 opts[nopts++] = xstrdup(optarg);
3536 opts, nopts);
3550 opts, nopts);
3566 prefer_agent, argc, argv, opts, nopts);
3582 NULL, NULL, NULL, opts, nopts);
3609 opts, nopts);
3656 for (i = 0; i < nopts; i++)
3671 for (i = 0; i < nopts; i++) {
3708 rr_hostname, print_generic, opts, nopts);
3716 print_generic, opts, nopts);
3719 print_generic, opts, nopts);
3722 print_generic, opts, nopts);
3736 do_moduli_gen(argv[0], opts, nopts);
3740 do_moduli_screen(argv[0], opts, nopts);
3761 for (i = 0; i < nopts; i++) {