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.
82 int nseps; /* number of group separators with ' */
119 * number with ndigits digits. This routine returns the total number
145 * Print a number with thousands' separators.
430 wchar_t buf[BUF]; /* buffer with space for digits of uintmax_t */
447 #define PAD(howmany, with) { \
448 if (io_pad(&io, (howmany), (with), locale)) \
451 #define PRINTANDPAD(p, ep, len, with) { \
452 if (io_printandpad(&io, (p), (ep), (len), (with), locale)) \
1000 * ``The result of converting a zero value with an
1030 /* pretend it was %c with argument ch */
1047 * floating precision; finally, if LADJUST, pad with blanks.