Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dopt.c185 i = o->valtype; in opt_init()
189 if (o->valtype == '.') in opt_init()
220 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
883 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
903 switch (o->valtype) { in opt_next()
928 if (o->valtype == 'p' && ival <= 0) { in opt_next()
933 if (o->valtype == 'N' && ival < 0) { in opt_next()
960 o->valtype == 'c' ? OPT_FMT_PDS : in opt_next()
1019 switch (o->valtype) { in valtype2param()
1098 if (o->valtype != '-') { in opt_print()
[all …]
/openssl-master/doc/internal/man3/
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-master/apps/include/
A Dopt.h317 int valtype; member
/openssl-master/apps/
A Dcmp.c2104 switch (opt->valtype) { in read_config()
2114 if (opt->valtype == 'p' && num <= 0) { in read_config()
2119 if (opt->valtype == 'N' && num <= 0) { in read_config()
2136 opt->valtype, opt->name); in read_config()
2148 if (opt->valtype == '-') { in read_config()
2168 switch (opt->valtype) { in read_config()
A Dlist.c998 char c = o->valtype; in list_options_for_command()

Completed in 13 milliseconds