Lines Matching defs:with
15 * Redistribution and use in source and binary forms, with or without
22 * documentation and/or other materials provided with the distribution.
84 int nseps; /* number of group separators with ' */
90 * number with ndigits digits. This routine returns the total number
119 * Print a number with thousands' separators.
356 char buf[BUF]; /* buffer with space for digits of uintmax_t */
373 #define PAD(howmany, with) { \
374 if (io_pad(&io, (howmany), (with), locale)) \
377 #define PRINTANDPAD(p, ep, len, with) { \
378 if (io_printandpad(&io, (p), (ep), (len), (with), locale)) \
943 * ``The result of converting a zero value with an
973 /* pretend it was %c with argument ch */
990 * floating precision; finally, if LADJUST, pad with blanks.