Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c59 (void) asprintf(&b, f, fieldwidth, precision, func); \
61 (void) asprintf(&b, f, fieldwidth, func); \
179 int fieldwidth, haveprec, havewidth, mod_ldbl, precision; in doformat() local
242 if (getint(&fieldwidth)) in doformat()