Symbol: OPTIONS
crypto/openssl/apps/asn1parse.c
40
const OPTIONS asn1parse_options[] = {
crypto/openssl/apps/ca.c
209
const OPTIONS ca_options[] = {
crypto/openssl/apps/ciphers.c
37
const OPTIONS ciphers_options[] = {
crypto/openssl/apps/cmp.c
2724
const OPTIONS *opt;
crypto/openssl/apps/cmp.c
376
const OPTIONS cmp_options[] = {
crypto/openssl/apps/cms.c
151
const OPTIONS cms_options[] = {
crypto/openssl/apps/crl.c
53
const OPTIONS crl_options[] = {
crypto/openssl/apps/crl2pkcs7.c
35
const OPTIONS crl2pkcs7_options[] = {
crypto/openssl/apps/dgst.c
69
const OPTIONS dgst_options[] = {
crypto/openssl/apps/dhparam.c
57
const OPTIONS dhparam_options[] = {
crypto/openssl/apps/dsa.c
57
const OPTIONS dsa_options[] = {
crypto/openssl/apps/dsaparam.c
43
const OPTIONS dsaparam_options[] = {
crypto/openssl/apps/ec.c
46
const OPTIONS ec_options[] = {
crypto/openssl/apps/ecparam.c
45
const OPTIONS ecparam_options[] = {
crypto/openssl/apps/enc.c
82
const OPTIONS enc_options[] = {
crypto/openssl/apps/engine.c
38
const OPTIONS engine_options[] = {
crypto/openssl/apps/errstr.c
25
const OPTIONS errstr_options[] = {
crypto/openssl/apps/fipsinstall.c
83
const OPTIONS fipsinstall_options[] = {
crypto/openssl/apps/gendsa.c
37
const OPTIONS gendsa_options[] = {
crypto/openssl/apps/genpkey.c
42
const OPTIONS genpkey_options[] = {
crypto/openssl/apps/genrsa.c
50
const OPTIONS genrsa_options[] = {
crypto/openssl/apps/include/function.h
32
const OPTIONS *help;
crypto/openssl/apps/include/opt.h
405
char *opt_init(int ac, char **av, const OPTIONS *o);
crypto/openssl/apps/include/opt.h
409
void opt_help(const OPTIONS *list);
crypto/openssl/apps/info.c
27
const OPTIONS info_options[] = {
crypto/openssl/apps/kdf.c
32
const OPTIONS kdf_options[] = {
crypto/openssl/apps/lib/opt.c
1103
static const char *valtype2param(const OPTIONS *o)
crypto/openssl/apps/lib/opt.c
1143
static void opt_print(const OPTIONS *o, int doingparams, int width)
crypto/openssl/apps/lib/opt.c
1203
void opt_help(const OPTIONS *list)
crypto/openssl/apps/lib/opt.c
1205
const OPTIONS *o;
crypto/openssl/apps/lib/opt.c
161
char *opt_init(int ac, char **av, const OPTIONS *o)
crypto/openssl/apps/lib/opt.c
175
const OPTIONS *next;
crypto/openssl/apps/lib/opt.c
45
static const OPTIONS *unknown;
crypto/openssl/apps/lib/opt.c
46
static const OPTIONS *opts;
crypto/openssl/apps/lib/opt.c
893
const OPTIONS *o;
crypto/openssl/apps/list.c
1137
const OPTIONS *o;
crypto/openssl/apps/list.c
1654
const OPTIONS list_options[] = {
crypto/openssl/apps/mac.c
34
const OPTIONS mac_options[] = {
crypto/openssl/apps/nseq.c
25
const OPTIONS nseq_options[] = {
crypto/openssl/apps/ocsp.c
150
const OPTIONS ocsp_options[] = {
crypto/openssl/apps/openssl.c
333
const OPTIONS help_options[] = {
crypto/openssl/apps/passwd.c
70
const OPTIONS passwd_options[] = {
crypto/openssl/apps/pkcs12.c
119
const OPTIONS pkcs12_options[] = {
crypto/openssl/apps/pkcs7.c
38
const OPTIONS pkcs7_options[] = {
crypto/openssl/apps/pkcs8.c
51
const OPTIONS pkcs8_options[] = {
crypto/openssl/apps/pkey.c
43
const OPTIONS pkey_options[] = {
crypto/openssl/apps/pkeyparam.c
30
const OPTIONS pkeyparam_options[] = {
crypto/openssl/apps/pkeyutl.c
95
const OPTIONS pkeyutl_options[] = {
crypto/openssl/apps/prime.c
46
const OPTIONS prime_options[] = {
crypto/openssl/apps/progs.h
100
extern const OPTIONS pkcs8_options[];
crypto/openssl/apps/progs.h
101
extern const OPTIONS pkey_options[];
crypto/openssl/apps/progs.h
102
extern const OPTIONS pkeyparam_options[];
crypto/openssl/apps/progs.h
103
extern const OPTIONS pkeyutl_options[];
crypto/openssl/apps/progs.h
104
extern const OPTIONS prime_options[];
crypto/openssl/apps/progs.h
105
extern const OPTIONS rand_options[];
crypto/openssl/apps/progs.h
106
extern const OPTIONS rehash_options[];
crypto/openssl/apps/progs.h
107
extern const OPTIONS req_options[];
crypto/openssl/apps/progs.h
108
extern const OPTIONS rsa_options[];
crypto/openssl/apps/progs.h
109
extern const OPTIONS rsautl_options[];
crypto/openssl/apps/progs.h
110
extern const OPTIONS s_client_options[];
crypto/openssl/apps/progs.h
111
extern const OPTIONS s_server_options[];
crypto/openssl/apps/progs.h
112
extern const OPTIONS s_time_options[];
crypto/openssl/apps/progs.h
113
extern const OPTIONS sess_id_options[];
crypto/openssl/apps/progs.h
114
extern const OPTIONS skeyutl_options[];
crypto/openssl/apps/progs.h
115
extern const OPTIONS smime_options[];
crypto/openssl/apps/progs.h
116
extern const OPTIONS speed_options[];
crypto/openssl/apps/progs.h
117
extern const OPTIONS spkac_options[];
crypto/openssl/apps/progs.h
118
extern const OPTIONS srp_options[];
crypto/openssl/apps/progs.h
119
extern const OPTIONS storeutl_options[];
crypto/openssl/apps/progs.h
120
extern const OPTIONS ts_options[];
crypto/openssl/apps/progs.h
121
extern const OPTIONS verify_options[];
crypto/openssl/apps/progs.h
122
extern const OPTIONS version_options[];
crypto/openssl/apps/progs.h
123
extern const OPTIONS x509_options[];
crypto/openssl/apps/progs.h
70
extern const OPTIONS asn1parse_options[];
crypto/openssl/apps/progs.h
71
extern const OPTIONS ca_options[];
crypto/openssl/apps/progs.h
72
extern const OPTIONS ciphers_options[];
crypto/openssl/apps/progs.h
73
extern const OPTIONS cmp_options[];
crypto/openssl/apps/progs.h
74
extern const OPTIONS cms_options[];
crypto/openssl/apps/progs.h
75
extern const OPTIONS crl_options[];
crypto/openssl/apps/progs.h
76
extern const OPTIONS crl2pkcs7_options[];
crypto/openssl/apps/progs.h
77
extern const OPTIONS dgst_options[];
crypto/openssl/apps/progs.h
78
extern const OPTIONS dhparam_options[];
crypto/openssl/apps/progs.h
79
extern const OPTIONS dsa_options[];
crypto/openssl/apps/progs.h
80
extern const OPTIONS dsaparam_options[];
crypto/openssl/apps/progs.h
81
extern const OPTIONS ec_options[];
crypto/openssl/apps/progs.h
82
extern const OPTIONS ecparam_options[];
crypto/openssl/apps/progs.h
83
extern const OPTIONS enc_options[];
crypto/openssl/apps/progs.h
84
extern const OPTIONS engine_options[];
crypto/openssl/apps/progs.h
85
extern const OPTIONS errstr_options[];
crypto/openssl/apps/progs.h
86
extern const OPTIONS fipsinstall_options[];
crypto/openssl/apps/progs.h
87
extern const OPTIONS gendsa_options[];
crypto/openssl/apps/progs.h
88
extern const OPTIONS genpkey_options[];
crypto/openssl/apps/progs.h
89
extern const OPTIONS genrsa_options[];
crypto/openssl/apps/progs.h
90
extern const OPTIONS help_options[];
crypto/openssl/apps/progs.h
91
extern const OPTIONS info_options[];
crypto/openssl/apps/progs.h
92
extern const OPTIONS kdf_options[];
crypto/openssl/apps/progs.h
93
extern const OPTIONS list_options[];
crypto/openssl/apps/progs.h
94
extern const OPTIONS mac_options[];
crypto/openssl/apps/progs.h
95
extern const OPTIONS nseq_options[];
crypto/openssl/apps/progs.h
96
extern const OPTIONS ocsp_options[];
crypto/openssl/apps/progs.h
97
extern const OPTIONS passwd_options[];
crypto/openssl/apps/progs.h
98
extern const OPTIONS pkcs12_options[];
crypto/openssl/apps/progs.h
99
extern const OPTIONS pkcs7_options[];
crypto/openssl/apps/rand.c
31
const OPTIONS rand_options[] = {
crypto/openssl/apps/rehash.c
495
const OPTIONS rehash_options[] = {
crypto/openssl/apps/rehash.c
585
const OPTIONS rehash_options[] = {
crypto/openssl/apps/req.c
138
const OPTIONS req_options[] = {
crypto/openssl/apps/rsa.c
68
const OPTIONS rsa_options[] = {
crypto/openssl/apps/rsautl.c
53
const OPTIONS rsautl_options[] = {
crypto/openssl/apps/s_client.c
607
const OPTIONS s_client_options[] = {
crypto/openssl/apps/s_server.c
852
const OPTIONS s_server_options[] = {
crypto/openssl/apps/s_time.c
73
const OPTIONS s_time_options[] = {
crypto/openssl/apps/sess_id.c
33
const OPTIONS sess_id_options[] = {
crypto/openssl/apps/skeyutl.c
29
const OPTIONS skeyutl_options[] = {
crypto/openssl/apps/smime.c
86
const OPTIONS smime_options[] = {
crypto/openssl/apps/speed.c
259
const OPTIONS speed_options[] = {
crypto/openssl/apps/spkac.c
41
const OPTIONS spkac_options[] = {
crypto/openssl/apps/srp.c
210
const OPTIONS srp_options[] = {
crypto/openssl/apps/storeutl.c
46
const OPTIONS storeutl_options[] = {
crypto/openssl/apps/ts.c
110
const OPTIONS ts_options[] = {
crypto/openssl/apps/verify.c
49
const OPTIONS verify_options[] = {
crypto/openssl/apps/version.c
38
const OPTIONS version_options[] = {
crypto/openssl/apps/x509.c
118
const OPTIONS x509_options[] = {
crypto/openssl/test/acvp_test.c
58
const OPTIONS *test_get_options(void)
crypto/openssl/test/acvp_test.c
60
static const OPTIONS test_options[] = {
crypto/openssl/test/algorithmid_test.c
264
const OPTIONS *test_get_options(void)
crypto/openssl/test/algorithmid_test.c
266
static const OPTIONS test_options[] = {
crypto/openssl/test/asn1_stable_parse_test.c
22
const OPTIONS *test_get_options(void)
crypto/openssl/test/asn1_stable_parse_test.c
24
static const OPTIONS options[] = {
crypto/openssl/test/bftest.c
447
const OPTIONS *test_get_options(void)
crypto/openssl/test/bftest.c
449
static const OPTIONS test_options[] = {
crypto/openssl/test/bio_prefix_text.c
50
static const OPTIONS options[] = {
crypto/openssl/test/bio_pw_callback_test.c
61
const OPTIONS *test_get_options(void)
crypto/openssl/test/bio_pw_callback_test.c
63
static const OPTIONS test_options[] = {
crypto/openssl/test/bio_readbuffer_test.c
106
const OPTIONS *test_get_options(void)
crypto/openssl/test/bio_readbuffer_test.c
108
static const OPTIONS test_options[] = {
crypto/openssl/test/bioprinttest.c
268
const OPTIONS *test_get_options(void)
crypto/openssl/test/bioprinttest.c
270
static const OPTIONS options[] = {
crypto/openssl/test/bntest.c
3382
const OPTIONS *test_get_options(void)
crypto/openssl/test/bntest.c
3384
static const OPTIONS test_options[] = {
crypto/openssl/test/conf_include_test.c
235
const OPTIONS *test_get_options(void)
crypto/openssl/test/conf_include_test.c
237
static const OPTIONS test_options[] = {
crypto/openssl/test/curve448_internal_test.c
696
const OPTIONS *test_get_options(void)
crypto/openssl/test/curve448_internal_test.c
698
static const OPTIONS test_options[] = {
crypto/openssl/test/decoder_propq_test.c
28
const OPTIONS *test_get_options(void)
crypto/openssl/test/decoder_propq_test.c
30
static const OPTIONS test_options[] = {
crypto/openssl/test/ecstresstest.c
111
const OPTIONS *test_get_options(void)
crypto/openssl/test/ecstresstest.c
113
static const OPTIONS test_options[] = {
crypto/openssl/test/endecode_test.c
1351
const OPTIONS *test_get_options(void)
crypto/openssl/test/endecode_test.c
1353
static const OPTIONS options[] = {
crypto/openssl/test/evp_extra_test.c
6147
const OPTIONS *test_get_options(void)
crypto/openssl/test/evp_extra_test.c
6149
static const OPTIONS options[] = {
crypto/openssl/test/evp_fetch_prov_test.c
41
const OPTIONS *test_get_options(void)
crypto/openssl/test/evp_fetch_prov_test.c
43
static const OPTIONS test_options[] = {
crypto/openssl/test/evp_libctx_test.c
53
const OPTIONS *test_get_options(void)
crypto/openssl/test/evp_libctx_test.c
55
static const OPTIONS test_options[] = {
crypto/openssl/test/evp_test.c
5372
const OPTIONS *test_get_options(void)
crypto/openssl/test/evp_test.c
5374
static const OPTIONS test_options[] = {
crypto/openssl/test/fips_version_test.c
24
const OPTIONS *test_get_options(void)
crypto/openssl/test/fips_version_test.c
26
static const OPTIONS test_options[] = {
crypto/openssl/test/hpke_test.c
2050
const OPTIONS *test_get_options(void)
crypto/openssl/test/hpke_test.c
2052
static const OPTIONS test_options[] = {
crypto/openssl/test/ml_dsa_test.c
553
const OPTIONS *test_get_options(void)
crypto/openssl/test/ml_dsa_test.c
555
static const OPTIONS options[] = {
crypto/openssl/test/ml_kem_evp_extra_test.c
35
const OPTIONS *test_get_options(void)
crypto/openssl/test/ml_kem_evp_extra_test.c
37
static const OPTIONS options[] = {
crypto/openssl/test/ossl_store_test.c
258
const OPTIONS *test_get_options(void)
crypto/openssl/test/ossl_store_test.c
260
static const OPTIONS test_options[] = {
crypto/openssl/test/pairwise_fail_test.c
34
const OPTIONS *test_get_options(void)
crypto/openssl/test/pairwise_fail_test.c
36
static const OPTIONS test_options[] = {
crypto/openssl/test/pkcs12_api_test.c
241
const OPTIONS *test_get_options(void)
crypto/openssl/test/pkcs12_api_test.c
243
static const OPTIONS options[] = {
crypto/openssl/test/pkcs12_format_test.c
3583
const OPTIONS *test_get_options(void)
crypto/openssl/test/pkcs12_format_test.c
3585
static const OPTIONS options[] = {
crypto/openssl/test/provider_status_test.c
36
const OPTIONS *test_get_options(void)
crypto/openssl/test/provider_status_test.c
38
static const OPTIONS test_options[] = {
crypto/openssl/test/provider_test.c
297
const OPTIONS *test_get_options(void)
crypto/openssl/test/provider_test.c
299
static const OPTIONS test_options[] = {
crypto/openssl/test/slh_dsa_test.c
633
const OPTIONS *test_get_options(void)
crypto/openssl/test/slh_dsa_test.c
635
static const OPTIONS options[] = {
crypto/openssl/test/sysdefaulttest.c
61
const OPTIONS *test_get_options(void)
crypto/openssl/test/sysdefaulttest.c
63
static const OPTIONS test_options[] = {
crypto/openssl/test/testutil.h
184
const OPTIONS *test_get_options(void) \
crypto/openssl/test/testutil.h
187
static const OPTIONS options[] = { \
crypto/openssl/test/testutil.h
282
const OPTIONS *test_get_options(void);
crypto/openssl/test/testutil/test_options.c
14
const OPTIONS *test_get_options(void)
crypto/openssl/test/testutil/test_options.c
16
static const OPTIONS default_options[] = {
crypto/openssl/test/threadstest.c
1366
const OPTIONS *test_get_options(void)
crypto/openssl/test/threadstest.c
1368
static const OPTIONS options[] = {
crypto/openssl/test/x509_check_cert_pkey_test.c
136
const OPTIONS *test_get_options(void)
crypto/openssl/test/x509_check_cert_pkey_test.c
139
static const OPTIONS test_options[] = {
sbin/devd/parse.y
49
%token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
sbin/devd/parse.y
76
: OPTIONS BEGINBLOCK options ENDBLOCK SEMICOLON
usr.bin/diff/diff.c
156
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
usr.bin/diff3/diff3.c
972
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
usr.bin/sort/sort.c
1008
while (((c = getopt_long(argc, argv, OPTIONS, long_options, NULL))
usr.sbin/config/config.y
188
OPTIONS Opt_list
usr.sbin/config/config.y
21
%token OPTIONS