HomeSort by: relevance | last modified time | path
    Searched refs:opt_pair (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
ec.c 21 static OPT_PAIR conv_forms[] = {
28 static OPT_PAIR param_enc[] = {
138 if (!opt_pair(opt_arg(), conv_forms, &i))
144 if (!opt_pair(opt_arg(), param_enc, &i))
ecparam.c 60 static OPT_PAIR forms[] = {
67 static OPT_PAIR encodings[] = {
139 if (!opt_pair(opt_arg(), forms, &new_form))
145 if (!opt_pair(opt_arg(), encodings, &asn1_flag))
apps.h 358 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use
364 } OPT_PAIR, STRINT_PAIR;
402 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
opt.c 165 static OPT_PAIR formats[] = {
181 OPT_PAIR *ap;
297 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) function
299 const OPT_PAIR *pp;
s_client.c 815 static const OPT_PAIR services[] = {
1465 if (!opt_pair(opt_arg(), services, &starttls_proto))
  /src/crypto/external/apache2/openssl/dist/apps/include/
opt.h 372 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use
378 } OPT_PAIR, STRINT_PAIR;
437 int opt_pair(const char *arg, const OPT_PAIR *pairs, int *result);
  /src/crypto/external/bsd/openssl/dist/apps/include/
opt.h 326 * name OPT_PAIR. But that name is misleading in s_cb.c, so we also use
332 } OPT_PAIR, STRINT_PAIR;
386 int opt_pair(const char *arg, const OPT_PAIR * pairs, int *result);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
opt.c 242 static OPT_PAIR formats[] = {
265 OPT_PAIR *ap;
510 int opt_pair(const char *name, const OPT_PAIR *pairs, int *result) function
512 const OPT_PAIR *pp;
  /src/crypto/external/bsd/openssl/dist/apps/lib/
opt.c 226 static OPT_PAIR formats[] = {
242 OPT_PAIR *ap;
464 int opt_pair(const char *name, const OPT_PAIR* pairs, int *result) function
466 const OPT_PAIR *pp;
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 715 static const OPT_PAIR services[] = {
1398 if (!opt_pair(opt_arg(), services, &starttls_proto))
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 861 static const OPT_PAIR services[] = {
1582 if (!opt_pair(opt_arg(), services, &starttls_proto))

Completed in 45 milliseconds