Searched refs:OPT_SECTION_STR (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/include/ |
D | opt.h | 305 extern const char OPT_SECTION_STR[]; 353 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
|
/third_party/openssl/apps/include/ |
D | opt.h | 305 extern const char OPT_SECTION_STR[]; 353 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | opt.c | 34 const char OPT_SECTION_STR[] = "-S"; variable 182 || o->name == OPT_SECTION_STR) in opt_init() 1068 if (o->name == OPT_SECTION_STR) { in opt_print() 1136 if (list[0].name != OPT_SECTION_STR) in opt_help()
|
/third_party/openssl/apps/lib/ |
D | opt.c | 34 const char OPT_SECTION_STR[] = "-S"; variable 182 || o->name == OPT_SECTION_STR) in opt_init() 1068 if (o->name == OPT_SECTION_STR) { in opt_print() 1136 if (list[0].name != OPT_SECTION_STR) in opt_help()
|
/third_party/openssl/doc/internal/man3/ |
D | OPTIONS.pod | 178 into sections. Use the macro B<OPT_SECTION> or B<OPT_SECTION_STR> 182 {OPT_SECTION_STR, 1, '-', "Validation options:\n"},
|
/third_party/node/deps/openssl/openssl/apps/ |
D | cmp.c | 2196 if (!strcmp(opt->name, OPT_SECTION_STR) in read_config() 2212 if (strcmp(opt->name, OPT_SECTION_STR) == 0 in read_config()
|
D | list.c | 1005 || o->name == OPT_SECTION_STR in list_options_for_command()
|
/third_party/openssl/apps/ |
D | cmp.c | 2195 if (!strcmp(opt->name, OPT_SECTION_STR) in read_config() 2211 if (strcmp(opt->name, OPT_SECTION_STR) == 0 in read_config()
|
D | list.c | 1005 || o->name == OPT_SECTION_STR in list_options_for_command()
|