Home
last modified time | relevance | path

Searched refs:opt_next (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/openssl/test/
Dfips_version_test.c50 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
Decstresstest.c136 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
Dbio_readbuffer_test.c119 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
Dconf_include_test.c202 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
Dossl_store_test.c200 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
Dprovider_test.c245 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
Dbio_prefix_text.c160 while ((o = opt_next()) != OPT_EOF) { in setup()
/third_party/openssl/apps/
Derrstr.c42 while ((o = opt_next()) != OPT_EOF) { in errstr_main()
Dinfo.c45 while ((o = opt_next()) != OPT_EOF) { in info_main()
Dprime.c51 while ((o = opt_next()) != OPT_EOF) { in prime_main()
Dversion.c52 while ((o = opt_next()) != OPT_EOF) { in version_main()
Dpkeyparam.c57 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main()
Dnseq.c48 while ((o = opt_next()) != OPT_EOF) { in nseq_main()
Drand.c58 while ((o = opt_next()) != OPT_EOF) { in rand_main()
Dgendsa.c66 while ((o = opt_next()) != OPT_EOF) { in gendsa_main()
Dsess_id.c59 while ((o = opt_next()) != OPT_EOF) { in sess_id_main()
Dspkac.c77 while ((o = opt_next()) != OPT_EOF) { in spkac_main()
Dpkcs7.c66 while ((o = opt_next()) != OPT_EOF) { in pkcs7_main()
Dkdf.c85 while ((o = opt_next()) != OPT_EOF) { in kdf_main()
Dcrl2pkcs7.c64 while ((o = opt_next()) != OPT_EOF) { in crl2pkcs7_main()
Dgenrsa.c97 while ((o = opt_next()) != OPT_EOF) { in genrsa_main()
/third_party/openssl/test/testutil/
Doptions.c22 while ((o = (OPTION_CHOICE_DEFAULT)opt_next()) != OPT_EOF) { in test_skip_common_options()
/third_party/cups-filters/filter/
Dbannertopdf.c519 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/
DOPTIONS.pod7 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/
Dubrkperfold.cpp120 UBool opt_next = FALSE; variable
152 {"-next", OptSpec::FLAG, &opt_next},
756 if(opt_next) { in main()

1234