Home
last modified time | relevance | path

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

/libio/
A Diopadn.c29 #define PADSIZE 16 macro
30 static char const blanks[PADSIZE] =
32 static char const zeroes[PADSIZE] =
38 char padbuf[PADSIZE]; in _IO_padn()
50 for (i = PADSIZE; --i >= 0; ) in _IO_padn()
54 for (i = count; i >= PADSIZE; i -= PADSIZE) in _IO_padn()
56 w = _IO_sputn (fp, padptr, PADSIZE); in _IO_padn()
58 if (w != PADSIZE) in _IO_padn()
A Diowpadn.c29 #define PADSIZE 16 macro
30 static wchar_t const blanks[PADSIZE] =
35 static wchar_t const zeroes[PADSIZE] =
44 wchar_t padbuf[PADSIZE]; in _IO_wpadn()
56 for (i = PADSIZE; --i >= 0; ) in _IO_wpadn()
60 for (i = count; i >= PADSIZE; i -= PADSIZE) in _IO_wpadn()
62 w = _IO_sputn (fp, (char *) padptr, PADSIZE); in _IO_wpadn()
64 if (w != PADSIZE) in _IO_wpadn()

Completed in 4 milliseconds