Searched defs:LZERO (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c90 #define LZERO 512 /* there will be leading zeroes in output */ macro
485 * The flagword bits LZERO and RZERO tell
567 flagword |= LZERO;
636 flagword |= LZERO;
651 flagword |= LZERO;
659 if (!(flagword & LZERO)) {
661 flagword |= LZERO;
1016 if (!(flagword & LZERO)) {
1017 flagword |= LZERO;
1040 if (flagword & LZERO)
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c191 #define LZERO 0x200 /* there will be leading zeroes in output */ macro
958 * The flagword bits LZERO and RZERO tell
1117 flagword |= LZERO;
1222 flagword |= LZERO;
1235 flagword |= LZERO;
1249 flagword |= LZERO;
1260 if (!(flagword & LZERO)) {
1262 flagword |= LZERO;
2148 if (!(flagword & LZERO)) {
2149 flagword |= LZERO;
[all...]

Completed in 64 milliseconds