Searched refs:opt_num_rest (Results 1 – 23 of 23) sorted by relevance
36 return opt_num_rest(); in test_get_argument_count()44 if ((int)n >= opt_num_rest() || argv == NULL) in test_get_argument()54 int n, arg_count = opt_num_rest(); in opt_check_usage()
105 argc = opt_num_rest(); in prime_main()
97 argc = opt_num_rest(); in rand_main()
136 argc = opt_num_rest(); in kdf_main()
152 argc = opt_num_rest(); in genrsa_main()
177 if (opt_num_rest() == 1) in ciphers_main()
133 argc = opt_num_rest(); in dsaparam_main()
162 argc = opt_num_rest(); in dhparam_main()
198 argc = opt_num_rest(); in verify_main()
364 if (opt_num_rest() == 1) { in help_main()
364 argc = opt_num_rest(); in engine_main()
551 argc = opt_num_rest(); in rehash_main()
309 argc = opt_num_rest(); in srp_main()
226 argc = opt_num_rest(); in dgst_main()
395 argc = opt_num_rest(); in smime_main()
189 argc = opt_num_rest(); in passwd_main()
720 argc = opt_num_rest(); in cms_main()
511 argc = opt_num_rest(); in ca_main()
1579 if (opt_num_rest() == 1) { in s_client_main()
2305 argc = opt_num_rest(); in speed_main()
434 int opt_num_rest(void);
11 opt_num_rest, opt_rest, opt_legacy_okay53 int opt_num_rest(void);289 The opt_num_rest() function returns what is left.
1055 int opt_num_rest(void) in opt_num_rest() function
Completed in 76 milliseconds