Searched refs:PADSIZE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diopadn.c30 #define PADSIZE 16 macro
31 static char const blanks[PADSIZE] =
33 static char const zeroes[PADSIZE] =
42 char padbuf[PADSIZE];
54 for (i = PADSIZE; --i >= 0; )
58 for (i = count; i >= PADSIZE; i -= PADSIZE)
60 w = _IO_sputn (fp, padptr, PADSIZE);
62 if (w != PADSIZE)
H A Diowpadn.c30 #define PADSIZE 16 macro
31 static wchar_t const blanks[PADSIZE] =
36 static wchar_t const zeroes[PADSIZE] =
48 wchar_t padbuf[PADSIZE];
60 for (i = PADSIZE; --i >= 0; )
64 for (i = count; i >= PADSIZE; i -= PADSIZE)
66 w = _IO_sputn (fp, (char *) padptr, PADSIZE);
68 if (w != PADSIZE)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2229 #define PADSIZE 16
2230 static const CHAR_T blanks[PADSIZE] =
2233 static const CHAR_T zeroes[PADSIZE] =
2249 for (i = count; i >= PADSIZE; i -= PADSIZE)
2250 if (PUT (s, padptr, PADSIZE) != PADSIZE)
2258 #undef PADSIZE
2225 #define PADSIZE macro
2254 #undef PADSIZE macro

Completed in 43 milliseconds