Searched defs:doprnt_params_t (Results 1 – 1 of 1) sorted by relevance
3930 struct doprnt_params_t { struct3931 int base; /* negative for upper case */3932 int conv; /* choices above */3933 const char *expfmt; /* exponent format */3934 int exptimes4; /* exponent multiply by 4 */3935 char fill; /* character */3936 int justify; /* choices above */3937 int prec; /* prec field, or -1 for all digits */3938 int showbase; /* choices above */3939 int showpoint; /* if radix point always shown */[all …]