/freebsd/crypto/openssl/apps/ |
H A D | errstr.c | 20 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP enumerator 42 while ((o = opt_next()) != OPT_EOF) { in errstr_main() 44 case OPT_EOF: in errstr_main()
|
H A D | prime.c | 51 while ((o = opt_next()) != OPT_EOF) { in prime_main() 53 case OPT_EOF: in prime_main()
|
H A D | rand.c | 58 while ((o = opt_next()) != OPT_EOF) { in rand_main() 60 case OPT_EOF: in rand_main()
|
H A D | version.c | 52 while ((o = opt_next()) != OPT_EOF) { in version_main() 54 case OPT_EOF: in version_main()
|
H A D | nseq.c | 48 while ((o = opt_next()) != OPT_EOF) { in nseq_main() 50 case OPT_EOF: in nseq_main()
|
H A D | pkeyparam.c | 57 while ((o = opt_next()) != OPT_EOF) { in pkeyparam_main() 59 case OPT_EOF: in pkeyparam_main()
|
H A D | gendsa.c | 66 while ((o = opt_next()) != OPT_EOF) { in gendsa_main() 68 case OPT_EOF: in gendsa_main()
|
H A D | sess_id.c | 59 while ((o = opt_next()) != OPT_EOF) { in sess_id_main() 61 case OPT_EOF: in sess_id_main()
|
H A D | pkcs7.c | 66 while ((o = opt_next()) != OPT_EOF) { in pkcs7_main() 68 case OPT_EOF: in pkcs7_main()
|
H A D | spkac.c | 77 while ((o = opt_next()) != OPT_EOF) { in spkac_main() 79 case OPT_EOF: in spkac_main()
|
H A D | ciphers.c | 109 while ((o = opt_next()) != OPT_EOF) { in ciphers_main() 111 case OPT_EOF: in ciphers_main()
|
H A D | crl2pkcs7.c | 64 while ((o = opt_next()) != OPT_EOF) { in crl2pkcs7_main() 66 case OPT_EOF: in crl2pkcs7_main()
|
H A D | dsaparam.c | 79 while ((o = opt_next()) != OPT_EOF) { in dsaparam_main() 81 case OPT_EOF: in dsaparam_main()
|
H A D | genrsa.c | 97 while ((o = opt_next()) != OPT_EOF) { in genrsa_main() 99 case OPT_EOF: in genrsa_main()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_stable_parse_test.c | 17 OPT_EOF = 0, enumerator 69 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | fips_version_test.c | 19 OPT_EOF = 0, enumerator 50 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | ecstresstest.c | 107 OPT_EOF = 0, enumerator 136 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | bio_readbuffer_test.c | 101 OPT_EOF = 0, enumerator 119 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | conf_include_test.c | 179 OPT_EOF = 0, enumerator 202 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | ossl_store_test.c | 26 OPT_EOF = 0, enumerator 200 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | provider_test.c | 226 OPT_EOF = 0, enumerator 246 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | bio_prefix_text.c | 44 OPT_EOF = 0, enumerator 160 while ((o = opt_next()) != OPT_EOF) { in setup()
|
H A D | provider_status_test.c | 21 OPT_EOF = 0, enumerator 208 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
H A D | bioprinttest.c | 258 OPT_EOF = 0, enumerator 277 while ((o = opt_next()) != OPT_EOF) { in setup_tests()
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 5 OPTIONS, OPT_PAIR, OPT_COMMON, OPT_ERR, OPT_EOF, OPT_HELP, 22 #define OPT_EOF 85 OPT_COMMON is a macro that expands to C<OPT_ERR = -1, OPT_EOF = 0, OPT_HELP>. 148 an entry of all-null's. The other two special options, B<OPT_ERR> and B<OPT_EOF> 222 in a loop to fetch each option in turn. It returns -1, or B<OPT_EOF> when the 226 while ((o = opt_next()) != OPT_EOF) { 228 case OPT_EOF:
|