Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c426 static const wchar_t blanks[PADSIZE] = in VFWPRINTF() local
1411 PAD (width - realsz, blanks); in VFWPRINTF()
1495 PAD (width - realsz, blanks); in VFWPRINTF()
Dvfprintf.c459 static const char blanks[PADSIZE] = in VFPRINTF() local
1433 PAD (width - realsz, blanks); in VFPRINTF()
1516 PAD (width - realsz, blanks); in VFPRINTF()
/picolibc-latest/newlib/
DChangeLog-201519203 reads blanks from the input file to break if EOF reached
21897 * libc/stdio/vfprintf.c (_vfprintf_r): Defined arrays 'blanks' and 'zeroes'
25948 trailing blanks.