Home
last modified time | relevance | path

Searched refs:lll (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c1050 long long lll = ll; in _wndoprnt() local
1053 if (lll < 10LL) { in _wndoprnt()
1055 if (lll != 0LL || !(flagword & DOTSEEN)) in _wndoprnt()
1056 *--bp = (wchar_t)lll + L'0'; in _wndoprnt()
1058 if (lll != 0LL || !(flagword & DOTSEEN)) in _wndoprnt()
1059 *--bp = (char)lll + '0'; in _wndoprnt()
1063 tll = lll; in _wndoprnt()
1064 lll /= 10; in _wndoprnt()
1067 (tll - lll * 10 + '0'); in _wndoprnt()
1070 (tll - lll * 10 + '0'); in _wndoprnt()
[all …]
/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ argument
45 case lll: s->state = lll; \
68 #define GET_UCHAR(lll,uuu) \ argument
69 GET_BITS(lll,uuu,8)
71 #define GET_BIT(lll,uuu) \ argument
72 GET_BITS(lll,uuu,1)
H A DSolaris.README.txt593 #define GET_BITS(lll,vvv,nnn) \
594 case lll: s->state = lll; \
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1491 zdb -e -lll $device | nawk -v ashift=$ashift '/ashift: / {
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE837 03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src6104 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
8698 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
H A Dterminfo.src6904 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
9772 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>