Searched refs:lll (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 1050 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 D | decompress.c | 43 #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 D | Solaris.README.txt | 593 #define GET_BITS(lll,vvv,nnn) \ 594 case lll: s->state = lll; \
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 1491 zdb -e -lll $device | nawk -v ashift=$ashift '/ashift: / {
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 837 03-03-10 misc/optget.c: handle [f\f:x:lll\f?ddd]
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 6104 # From: Andrew Scott Beals <bandy@lll-crg.ARPA> 8698 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
|
H A D | terminfo.src | 6904 # From: Andrew Scott Beals <bandy@lll-crg.ARPA> 9772 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
|