Searched refs:opt_next (Results 1 – 25 of 81) sorted by relevance
1234
/third_party/openssl/test/ |
D | fips_version_test.c | 50 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
D | ecstresstest.c | 136 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
D | bio_readbuffer_test.c | 119 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
D | conf_include_test.c | 202 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
D | ossl_store_test.c | 200 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
D | provider_test.c | 245 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
D | bio_prefix_text.c | 160 while ((o = opt_next()) != OPT_EOF) { in setup()
|
/third_party/openssl/apps/ |
D | errstr.c | 42 while ((o = opt_next()) != OPT_EOF) { in errstr_main()
|
D | info.c | 45 while ((o = opt_next()) != OPT_EOF) { in info_main()
|
D | prime.c | 51 while ((o = opt_next()) != OPT_EOF) { in prime_main()
|
D | version.c | 52 while ((o = opt_next()) != OPT_EOF) { in version_main()
|
D | pkeyparam.c | 57 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main()
|
D | nseq.c | 48 while ((o = opt_next()) != OPT_EOF) { in nseq_main()
|
D | rand.c | 58 while ((o = opt_next()) != OPT_EOF) { in rand_main()
|
D | gendsa.c | 66 while ((o = opt_next()) != OPT_EOF) { in gendsa_main()
|
D | sess_id.c | 59 while ((o = opt_next()) != OPT_EOF) { in sess_id_main()
|
D | spkac.c | 77 while ((o = opt_next()) != OPT_EOF) { in spkac_main()
|
D | pkcs7.c | 66 while ((o = opt_next()) != OPT_EOF) { in pkcs7_main()
|
D | kdf.c | 85 while ((o = opt_next()) != OPT_EOF) { in kdf_main()
|
D | crl2pkcs7.c | 64 while ((o = opt_next()) != OPT_EOF) { in crl2pkcs7_main()
|
D | genrsa.c | 97 while ((o = opt_next()) != OPT_EOF) { in genrsa_main()
|
/third_party/openssl/test/testutil/ |
D | options.c | 22 while ((o = (OPTION_CHOICE_DEFAULT)opt_next()) != OPT_EOF) { in test_skip_common_options()
|
/third_party/cups-filters/filter/ |
D | bannertopdf.c | 519 opt_t * opt_next = NULL; in generate_banner_pdf() local 522 opt_next = opt_current->next; in generate_banner_pdf() 524 opt_current = opt_next; in generate_banner_pdf()
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 7 opt_begin, opt_next, opt_flag, opt_arg, opt_unknown, opt_cipher, 32 int opt_next(void); 86 In addition to defining symbolic names for the constants that opt_next() 221 The opt_next() function is called, once opt_init() has been called, 226 while ((o = opt_next()) != OPT_EOF) { 263 C<result> pointer with the value, or 0 on error. Note that opt_next()
|
/third_party/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 120 UBool opt_next = FALSE; variable 152 {"-next", OptSpec::FLAG, &opt_next}, 756 if(opt_next) { in main()
|
1234