Searched refs:OPT_EOF (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-current/crypto/openssl/apps/
H A Derrstr.c20 OPT_ERR = -1, OPT_EOF = 0, OPT_HELP enumerator in enum:OPTION_choice
42 while ((o = opt_next()) != OPT_EOF) {
44 case OPT_EOF:
H A Dprime.c51 while ((o = opt_next()) != OPT_EOF) {
53 case OPT_EOF:
H A Dnseq.c48 while ((o = opt_next()) != OPT_EOF) {
50 case OPT_EOF:
H A Drand.c58 while ((o = opt_next()) != OPT_EOF) {
60 case OPT_EOF:
H A Dpkeyparam.c57 while ((o = opt_next()) != OPT_EOF) {
59 case OPT_EOF:
H A Dversion.c52 while ((o = opt_next()) != OPT_EOF) {
54 case OPT_EOF:
H A Dinfo.c45 while ((o = opt_next()) != OPT_EOF) {
H A Dpkcs7.c66 while ((o = opt_next()) != OPT_EOF) {
68 case OPT_EOF:
H A Dsess_id.c59 while ((o = opt_next()) != OPT_EOF) {
61 case OPT_EOF:
H A Dgendsa.c66 while ((o = opt_next()) != OPT_EOF) {
68 case OPT_EOF:
H A Dciphers.c109 while ((o = opt_next()) != OPT_EOF) {
111 case OPT_EOF:
H A Ddsa.c96 while ((o = opt_next()) != OPT_EOF) {
98 case OPT_EOF:
H A Dcrl2pkcs7.c64 while ((o = opt_next()) != OPT_EOF) {
66 case OPT_EOF:
H A Decparam.c115 while ((o = opt_next()) != OPT_EOF) {
117 case OPT_EOF:
H A Dec.c84 while ((o = opt_next()) != OPT_EOF) {
86 case OPT_EOF:
/freebsd-current/crypto/openssl/test/
H A Dasn1_stable_parse_test.c17 OPT_EOF = 0, enumerator in enum:OPTION_choice
69 while ((o = opt_next()) != OPT_EOF) {
H A Dfips_version_test.c19 OPT_EOF = 0, enumerator in enum:OPTION_choice
50 while ((o = opt_next()) != OPT_EOF) {
H A Dbio_readbuffer_test.c101 OPT_EOF = 0, enumerator in enum:OPTION_choice
119 while ((o = opt_next()) != OPT_EOF) {
H A Dconf_include_test.c179 OPT_EOF = 0, enumerator in enum:OPTION_choice
202 while ((o = opt_next()) != OPT_EOF) {
H A Decstresstest.c107 OPT_EOF = 0, enumerator in enum:OPTION_choice
136 while ((o = opt_next()) != OPT_EOF) {
H A Dbio_prefix_text.c44 OPT_EOF = 0, enumerator in enum:OPTION_choice
160 while ((o = opt_next()) != OPT_EOF) {
H A Dossl_store_test.c26 OPT_EOF = 0, enumerator in enum:OPTION_choice
200 while ((o = opt_next()) != OPT_EOF) {
H A Dprovider_test.c225 OPT_EOF = 0, enumerator in enum:OPTION_choice
245 while ((o = opt_next()) != OPT_EOF) {
/freebsd-current/crypto/openssl/test/testutil/
H A Doptions.c22 while ((o = (OPTION_CHOICE_DEFAULT)opt_next()) != OPT_EOF) {
H A Dtu_local.h57 OPT_EOF = 0, enumerator in enum:OPTION_choice_default

Completed in 155 milliseconds

1234