Home
last modified time | relevance | path

Searched refs:rzero (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dprintf.c144 int rzero; in _print() local
310 rzero = lzero; in _print()
465 rzero = prec; in _print()
466 while (rzero > 0 && *bp != '\0') { in _print()
467 --rzero; in _print()
564 rzero = prec - n; in _print()
712 - (rzero < 0 ? 0: rzero) in _print()
748 while (--rzero >= 0) in _print()
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c152 int rzero; in _doprnt() local
534 rzero = 0; in _doprnt()
727 rzero = prec; in _doprnt()
728 while (rzero > 0 && *bp!= '\0') { in _doprnt()
729 --rzero; in _doprnt()
766 + (p - buf) + rzero + suffixlength); in _doprnt()
830 rzero = prec - n; in _doprnt()
842 + (stringp - buf) + rzero); in _doprnt()
890 rzero = 0; in _doprnt()
895 + (p - bp) + rzero); in _doprnt()
[all …]
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c184 int64_t lzero, rzero; in dt_aggregate_lquantizedcmp() local
199 rzero = dt_aggregate_lquantizedzero(rhs); in dt_aggregate_lquantizedcmp()
201 if (lzero < rzero) in dt_aggregate_lquantizedcmp()
204 if (lzero > rzero) in dt_aggregate_lquantizedcmp()
262 int64_t lzero, rzero; in dt_aggregate_llquantizedcmp() local
276 rzero = rhs[1]; in dt_aggregate_llquantizedcmp()
278 if (lzero < rzero) in dt_aggregate_llquantizedcmp()
281 if (lzero > rzero) in dt_aggregate_llquantizedcmp()
292 int64_t lzero, rzero; in dt_aggregate_quantizedcmp() local
299 rzero = rhs[i]; in dt_aggregate_quantizedcmp()
[all …]
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c183 int lzero, rzero; in _doprnt() local
748 otherlength = rzero = rz; in _doprnt()
860 otherlength = rzero = prec - nn; in _doprnt()
1050 PAD(_zeroes, rzero); in _doprnt()
/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c483 ssize_t lzero, rzero, rz, leadzeroes; in _wndoprnt() local
1364 otherlength = rzero = rz; in _wndoprnt()
1462 otherlength = rzero = rz; in _wndoprnt()
1586 otherlength = rzero = prec - nn; in _wndoprnt()
2203 PAD(_zeroes, rzero); in _wndoprnt()