Home
last modified time | relevance | path

Searched refs:OPT_SECTION_STR (Results 1 – 5 of 5) sorted by relevance

/openssl/apps/include/
H A Dopt.h320 extern const char OPT_SECTION_STR[];
390 #define OPT_SECTION(sec) { OPT_SECTION_STR, 1, '-', sec " options:\n" }
/openssl/apps/lib/
H A Dopt.c34 const char OPT_SECTION_STR[] = "-S"; variable
182 || o->name == OPT_SECTION_STR) in opt_init()
1145 } else if (o->name == OPT_SECTION_STR) { in opt_print()
1218 if (list[0].name != OPT_SECTION_STR) in opt_help()
/openssl/doc/internal/man3/
H A DOPTIONS.pod178 into sections. Use the macro B<OPT_SECTION> or B<OPT_SECTION_STR>
182 {OPT_SECTION_STR, 1, '-', "Validation options:\n"},
/openssl/apps/
H A Dcmp.c2613 if (!strcmp(opt->name, OPT_SECTION_STR) in read_config()
2629 if (strcmp(opt->name, OPT_SECTION_STR) == 0 in read_config()
H A Dlist.c1055 || o->name == OPT_SECTION_STR in list_options_for_command()

Completed in 25 milliseconds