Searched defs:RZERO (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c89 #define RZERO 256 /* there will be trailing zeros in output */ macro
485 * The flagword bits LZERO and RZERO tell
749 flagword |= RZERO;
859 flagword |= RZERO;
1047 if (flagword & (RZERO | SUFFIX | FMINUS)) {
1049 if (flagword & RZERO)
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c190 #define RZERO 0x100 /* there will be trailing zeros in output */ macro
958 * The flagword bits LZERO and RZERO tell
1365 flagword |= RZERO;
1463 flagword |= RZERO;
1585 flagword |= RZERO;
2200 if (flagword & (RZERO | SUFFIX | FMINUS)) {
2202 if (flagword & RZERO)

Completed in 50 milliseconds