Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dopt.c185 i = o->valtype; in opt_init()
189 if (o->valtype == '.') in opt_init()
221 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
918 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
938 switch (o->valtype) { in opt_next()
963 if (o->valtype == 'p' && ival <= 0) { in opt_next()
968 if (o->valtype == 'N' && ival < 0) { in opt_next()
997 o->valtype == 'c' ? OPT_FMT_PDS : in opt_next()
1093 switch (o->valtype) { in valtype2param()
1174 if (o->valtype != '-') { in opt_print()
[all …]
/openssl/doc/internal/man3/
H A DOPTIONS.pod100 int valtype;
111 The B<valtype> defines what the option's parameter must be. It should
173 The B<retval> and B<valtype> are ignored, and the B<helpstr> should
264 will also do range-check on the argument if the appropriate B<valtype>
/openssl/apps/include/
H A Dopt.h349 int valtype; member
/openssl/apps/
H A Dcmp.c2636 switch (opt->valtype) { in read_config()
2646 if (opt->valtype == 'p' && num <= 0) { in read_config()
2651 if (opt->valtype == 'N' && num < 0) { in read_config()
2668 opt->valtype, opt->name); in read_config()
2680 if (opt->valtype == '-') { in read_config()
2700 switch (opt->valtype) { in read_config()
H A Dlist.c1048 char c = o->valtype; in list_options_for_command()

Completed in 35 milliseconds