Searched defs:doprnt_params_t (Results 1 – 1 of 1) sorted by relevance
4459 struct doprnt_params_t { struct4460 int base; /* negative for upper case */4461 int conv; /* choices above */4462 const char *expfmt; /* exponent format */4463 int exptimes4; /* exponent multiply by 4 */4464 char fill; /* character */4465 int justify; /* choices above */4466 int prec; /* prec field, or -1 for all digits */4467 int showbase; /* choices above */4468 int showpoint; /* if radix point always shown */[all …]