Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c88 #define LZERO 512 /* there will be leading zeroes in output */ macro
565 flagword |= LZERO; in _doprnt()
634 flagword |= LZERO; in _doprnt()
649 flagword |= LZERO; in _doprnt()
657 if (!(flagword & LZERO)) { in _doprnt()
659 flagword |= LZERO; in _doprnt()
1014 if (!(flagword & LZERO)) { in _doprnt()
1015 flagword |= LZERO; in _doprnt()
1038 if (flagword & LZERO) in _doprnt()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c191 #define LZERO 0x200 /* there will be leading zeroes in output */ macro
1118 flagword |= LZERO; in _wndoprnt()
1223 flagword |= LZERO; in _wndoprnt()
1236 flagword |= LZERO; in _wndoprnt()
1250 flagword |= LZERO; in _wndoprnt()
1261 if (!(flagword & LZERO)) { in _wndoprnt()
1263 flagword |= LZERO; in _wndoprnt()
2143 if (!(flagword & LZERO)) { in _wndoprnt()
2144 flagword |= LZERO; in _wndoprnt()
2160 if ((flagword & LZERO)) /* && */ in _wndoprnt()