Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c90 #define LZERO 512 /* there will be leading zeroes in output */ macro
567 flagword |= LZERO; in _doprnt()
636 flagword |= LZERO; in _doprnt()
651 flagword |= LZERO; in _doprnt()
659 if (!(flagword & LZERO)) { in _doprnt()
661 flagword |= LZERO; in _doprnt()
1016 if (!(flagword & LZERO)) { in _doprnt()
1017 flagword |= LZERO; in _doprnt()
1040 if (flagword & LZERO) in _doprnt()
/titanic_44/usr/src/lib/libc/port/print/
H A Ddoprnt.c191 #define LZERO 0x200 /* there will be leading zeroes in output */ macro
1117 flagword |= LZERO; in _wndoprnt()
1222 flagword |= LZERO; in _wndoprnt()
1235 flagword |= LZERO; in _wndoprnt()
1249 flagword |= LZERO; in _wndoprnt()
1260 if (!(flagword & LZERO)) { in _wndoprnt()
1262 flagword |= LZERO; in _wndoprnt()
2148 if (!(flagword & LZERO)) { in _wndoprnt()
2149 flagword |= LZERO; in _wndoprnt()
2165 if ((flagword & LZERO)) /* && */ in _wndoprnt()