Home
last modified time | relevance | path

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

/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c89 #define RZERO 256 /* there will be trailing zeros in output */ macro
749 flagword |= RZERO; in _doprnt()
859 flagword |= RZERO; in _doprnt()
1047 if (flagword & (RZERO | SUFFIX | FMINUS)) { in _doprnt()
1049 if (flagword & RZERO) in _doprnt()
/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c190 #define RZERO 0x100 /* there will be trailing zeros in output */ macro
1365 flagword |= RZERO; in _wndoprnt()
1463 flagword |= RZERO; in _wndoprnt()
1585 flagword |= RZERO; in _wndoprnt()
2200 if (flagword & (RZERO | SUFFIX | FMINUS)) { in _wndoprnt()
2202 if (flagword & RZERO) in _wndoprnt()