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

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c190 #define RZERO 0x100 /* there will be trailing zeros in output */ macro
965 * The flagword bits LZERO and RZERO tell
1372 flagword |= RZERO;
1470 flagword |= RZERO;
1592 flagword |= RZERO;
2207 if (flagword & (RZERO | SUFFIX | FMINUS)) {
2209 if (flagword & RZERO)

Completed in 27 milliseconds