Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c87 #define RZERO 256 /* there will be trailing zeros in output */ macro
747 flagword |= RZERO; in _doprnt()
857 flagword |= RZERO; in _doprnt()
1045 if (flagword & (RZERO | SUFFIX | FMINUS)) { in _doprnt()
1047 if (flagword & RZERO) in _doprnt()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c190 #define RZERO 0x100 /* there will be trailing zeros in output */ macro
1366 flagword |= RZERO; in _wndoprnt()
1464 flagword |= RZERO; in _wndoprnt()
1586 flagword |= RZERO; in _wndoprnt()
2195 if (flagword & (RZERO | SUFFIX | FMINUS)) { in _wndoprnt()
2197 if (flagword & RZERO) in _wndoprnt()