Home
last modified time | relevance | path

Searched refs:opt_next (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/node/deps/openssl/openssl/apps/
H A Derrstr.c42 while ((o = opt_next()) != OPT_EOF) { in errstr_main()
H A Dinfo.c52 while ((o = opt_next()) != OPT_EOF) { in info_main()
H A Dprime.c51 while ((o = opt_next()) != OPT_EOF) { in prime_main()
H A Dgendsa.c66 while ((o = opt_next()) != OPT_EOF) { in gendsa_main()
H A Dnseq.c48 while ((o = opt_next()) != OPT_EOF) { in nseq_main()
H A Dpkeyparam.c57 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main()
H A Drand.c58 while ((o = opt_next()) != OPT_EOF) { in rand_main()
H A Dversion.c52 while ((o = opt_next()) != OPT_EOF) { in version_main()
H A Dsess_id.c59 while ((o = opt_next()) != OPT_EOF) { in sess_id_main()
H A Dkdf.c85 while ((o = opt_next()) != OPT_EOF) { in kdf_main()
/third_party/openssl/test/testutil/
H A Doptions.c22 while ((o = (OPTION_CHOICE_DEFAULT)opt_next()) != OPT_EOF) { in test_skip_common_options()
/third_party/openssl/test/
H A Dfips_version_test.c50 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
H A Dbio_readbuffer_test.c119 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
H A Decstresstest.c136 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
H A Dconf_include_test.c202 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
/third_party/openssl/apps/
H A Derrstr.c42 while ((o = opt_next()) != OPT_EOF) { in errstr_main()
H A Dinfo.c45 while ((o = opt_next()) != OPT_EOF) { in info_main()
H A Dprime.c51 while ((o = opt_next()) != OPT_EOF) { in prime_main()
H A Dpkeyparam.c57 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main()
H A Drand.c58 while ((o = opt_next()) != OPT_EOF) { in rand_main()
H A Dversion.c52 while ((o = opt_next()) != OPT_EOF) { in version_main()
H A Dgendsa.c66 while ((o = opt_next()) != OPT_EOF) { in gendsa_main()
H A Dnseq.c48 while ((o = opt_next()) != OPT_EOF) { in nseq_main()
/third_party/cups-filters/filter/
H A 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/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp120 UBool opt_next = false; variable
152 {"-next", OptSpec::FLAG, &opt_next},
756 if(opt_next) { in main()

Completed in 13 milliseconds

123456