Searched refs:PRINTANDPAD (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_float.c | 324 PRINTANDPAD (cp, convbuf + ndig, pdata->lead, pdata->zero); in _printf_float() 328 PRINTANDPAD (cp, convbuf + ndig, ndig - expt, pdata->zero); in _printf_float()
|
D | nano-vfprintf_local.h | 179 #define PRINTANDPAD(p, ep, len, ch) { \ macro
|
D | vfwprintf.c | 477 #define PRINTANDPAD(p, ep, len, with) { \ in VFWPRINTF() macro 505 #define PRINTANDPAD(p, ep, len, with) { \ in VFWPRINTF() macro 1448 PRINTANDPAD(cp, convbuf + ndig, in VFWPRINTF() 1461 PRINTANDPAD (cp, convbuf + ndig, in VFWPRINTF() 1471 PRINTANDPAD (cp, convbuf + ndig, in VFWPRINTF()
|
D | vfprintf.c | 491 #define PRINTANDPAD(p, ep, len, with) { \ in VFPRINTF() macro 519 #define PRINTANDPAD(p, ep, len, with) { \ in VFPRINTF() macro 1470 PRINTANDPAD(cp, convbuf + ndig, in VFPRINTF() 1483 PRINTANDPAD (cp, convbuf + ndig, in VFPRINTF() 1493 PRINTANDPAD (cp, convbuf + ndig, in VFPRINTF()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 5313 (_VFPRINTF_R): Add PRINTANDPAD macro. Handle grouping flag character.
|