Lines Matching defs:nopts
1502 int print_generic, char * const *opts, size_t nopts)
1510 for (i = 0; i < nopts; i++) {
2680 sig_process_opts(char * const *opts, size_t nopts, char **hashalgp,
2692 for (i = 0; i < nopts; i++) {
2724 int argc, char **argv, char * const *opts, size_t nopts)
2740 if (sig_process_opts(opts, nopts, &hashalg, NULL, NULL) != 0)
2807 char * const *opts, size_t nopts)
2817 if (sig_process_opts(opts, nopts, NULL, &verify_time,
2898 char * const *opts, size_t nopts)
2906 if (sig_process_opts(opts, nopts, NULL, &verify_time, NULL) != 0)
2946 char * const *opts, size_t nopts)
2952 if ((r = sig_process_opts(opts, nopts, NULL, NULL, NULL)) != 0)
2971 do_moduli_gen(const char *out_file, char **opts, size_t nopts)
2983 for (i = 0; i < nopts; i++) {
3026 do_moduli_screen(const char *out_file, char **opts, size_t nopts)
3039 for (i = 0; i < nopts; i++) {
3374 size_t i, nopts = 0;
3498 opts = xrecallocarray(opts, nopts, nopts + 1,
3500 opts[nopts++] = xstrdup(optarg);
3621 opts, nopts);
3634 opts, nopts);
3649 prefer_agent, argc, argv, opts, nopts);
3664 NULL, NULL, NULL, opts, nopts);
3690 opts, nopts);
3727 for (i = 0; i < nopts; i++)
3741 for (i = 0; i < nopts; i++) {
3773 rr_hostname, print_generic, opts, nopts);
3781 print_generic, opts, nopts);
3785 print_generic, opts, nopts);
3789 print_generic, opts, nopts);
3792 print_generic, opts, nopts);
3795 print_generic, opts, nopts);
3809 do_moduli_gen(argv[0], opts, nopts);
3813 do_moduli_screen(argv[0], opts, nopts);
3834 for (i = 0; i < nopts; i++) {