Lines Matching defs:doprnt_params_t
3930 struct doprnt_params_t { struct
3931 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 */
3940 int showtrailing; /* if trailing zeros wanted */
3941 char sign; /* '+', ' ', or '\0' */
3942 int width; /* width field */