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

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c191 #define LZERO 0x200 /* there will be leading zeroes in output */ macro
965 * The flagword bits LZERO and RZERO tell
1124 flagword |= LZERO;
1229 flagword |= LZERO;
1242 flagword |= LZERO;
1256 flagword |= LZERO;
1267 if (!(flagword & LZERO)) {
1269 flagword |= LZERO;
2155 if (!(flagword & LZERO)) {
2156 flagword |= LZERO;
[all...]

Completed in 27 milliseconds