Home
last modified time | relevance | path

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

12345

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dasn1_stable_parse_test.c69 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
H A Dfips_version_test.c50 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
H A Decstresstest.c136 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 Dconf_include_test.c202 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Derrstr.c38 while ((o = opt_next()) != OPT_EOF) { in errstr_main()
H A Dprime.c43 while ((o = opt_next()) != OPT_EOF) { in prime_main()
H A Dpkeyparam.c47 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main()
H A Drand.c50 while ((o = opt_next()) != OPT_EOF) { in rand_main()
H A Dnseq.c40 while ((o = opt_next()) != OPT_EOF) { in nseq_main()
H A Dgendsa.c57 while ((o = opt_next()) != OPT_EOF) { in gendsa_main()
H A Dversion.c72 while ((o = opt_next()) != OPT_EOF) { in version_main()
H A Dsess_id.c54 while ((o = opt_next()) != OPT_EOF) { in sess_id_main()
H A Dgenrsa.c76 while ((o = opt_next()) != OPT_EOF) { in genrsa_main()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A 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()
/netbsd-src/crypto/external/bsd/openssl/dist/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 Drand.c58 while ((o = opt_next()) != OPT_EOF) { in rand_main()
H A Dpkeyparam.c57 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main()
H A Dversion.c52 while ((o = opt_next()) != OPT_EOF) { in version_main()
H A Dnseq.c48 while ((o = opt_next()) != OPT_EOF) { in nseq_main()
H A Dgendsa.c66 while ((o = opt_next()) != OPT_EOF) { in gendsa_main()
H A Dsess_id.c59 while ((o = opt_next()) != OPT_EOF) { in sess_id_main()
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Doptions.c22 while ((o = (OPTION_CHOICE_DEFAULT)opt_next()) != OPT_EOF) { in test_skip_common_options()

12345