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

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c1056 long long lll = ll; local
1059 if (lll < 10LL) {
1061 if (lll != 0LL || !(flagword & DOTSEEN))
1062 *--bp = (wchar_t)lll + L'0';
1064 if (lll != 0LL || !(flagword & DOTSEEN))
1065 *--bp = (char)lll + '0';
1069 tll = lll;
1070 lll /= 10;
1073 (tll - lll * 10 + '0');
1076 (tll - lll * 1
1224 long long lll = ll; local
[all...]

Completed in 17 milliseconds