Searched refs:OPT_MORE_STR (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/apps/ |
D | opt.c | 24 const char OPT_MORE_STR[] = "---"; variable 130 if (o->name == OPT_HELP_STR || o->name == OPT_MORE_STR) in opt_init() 844 if (o->name == OPT_MORE_STR) in opt_help() 870 if (o->name == OPT_MORE_STR) { in opt_help()
|
D | asn1pars.c | 44 {OPT_MORE_STR, 0, 0, "into multiple ASN1 blob wrappings"}, 47 {OPT_MORE_STR, 0, 0, "(-inform will be ignored)"},
|
D | engine.c | 41 {OPT_MORE_STR, OPT_EOF, 1,
|
D | apps.h | 342 extern const char OPT_MORE_STR[];
|
D | openssl.c | 342 || o->name == OPT_MORE_STR in list_options_for_command()
|
D | x509.c | 109 {OPT_MORE_STR, 1, 1, "Exit 1 if so, 0 if not"},
|
D | req.c | 129 {OPT_MORE_STR, 1, 1, "(Required by some CA's)"},
|