Searched refs:opt_pair (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | ec.c | 138 if (!opt_pair(opt_arg(), conv_forms, &i)) in ec_main() 144 if (!opt_pair(opt_arg(), param_enc, &i)) in ec_main()
|
| H A D | ecparam.c | 139 if (!opt_pair(opt_arg(), forms, &new_form)) in ecparam_main() 145 if (!opt_pair(opt_arg(), encodings, &asn1_flag)) in ecparam_main()
|
| H A D | apps.h | 402 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
|
| H A D | opt.c | 297 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) in opt_pair() function
|
| H A D | s_client.c | 1465 if (!opt_pair(opt_arg(), services, &starttls_proto)) in s_client_main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
| H A D | opt.h | 386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | OPTIONS.pod | 10 opt_format, opt_isdir, opt_string, opt_pair, 51 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result); 282 The opt_pair() function takes a list of I<pairs>, each of which
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | s_client.c | 1398 if (!opt_pair(opt_arg(), services, &starttls_proto)) in s_client_main()
|