Searched refs:zeroes (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Diopadn.c33 static char const zeroes[PADSIZE] = variable
51 padptr = zeroes;
H A Diowpadn.c36 static wchar_t const zeroes[PADSIZE] = variable
57 padptr = zeroes;
/haiku-fatelf/src/system/libroot/posix/stdio/
H A Dvfprintf.c212 static char zeroes[PADSIZE] = local
671 * After any left-hand padding and prefixing, emit zeroes
673 * string proper, then emit zeroes required by any leftover
700 PAD(width - realsz, zeroes);
702 /* leading zeroes from decimal precision */
703 PAD(dprec - size, zeroes);
716 PAD(ndig - 1, zeroes);
721 PAD(-expt, zeroes);
725 PAD(expt - ndig, zeroes);
743 PAD(ndig - 1, zeroes);
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrftime.c221 static const CHAR_T zeroes[16] = /* "0000000000000000" */ variable
247 (P) = MEMPCPY ((P), zeroes, _this * sizeof (CHAR_T)); \
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dstrftime.c229 static const CHAR_T zeroes[16] = /* "0000000000000000" */ variable
255 (P) = MEMPCPY ((P), zeroes, _this * sizeof (CHAR_T)); \
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2233 static const CHAR_T zeroes[PADSIZE] =
2247 padptr = pad == L_(' ') ? blanks : zeroes;
2229 static const CHAR_T zeroes[PADSIZE] = variable

Completed in 67 milliseconds