Home
last modified time | relevance | path

Searched refs:kk (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dhunt1.c65 int falseflg, nhash, nitem, nfound, frtbl, kk; in main() local
181 kk = fread(hpt, sizeof (*hpt), nhash, fa); in main()
184 kk, iflong, nhash); in main()
186 assert(kk == nhash); in main()
/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c361 Int32 ii, jj, kk; in BZ2_decompress() local
362 kk = MTFA_SIZE-1; in BZ2_decompress()
365 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress()
366 kk--; in BZ2_decompress()
368 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
426 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local
465 kk = MTFA_SIZE-1; in BZ2_decompress()
468 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress()
469 kk--; in BZ2_decompress()
471 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c919 int kk = prec; in _doprnt() local
924 if (sz < kk) in _doprnt()
925 kk = (int)sz; in _doprnt()
926 while (kk >= 1 && bp[kk-1] == '0') in _doprnt()
927 --kk; in _doprnt()
931 prec = kk - 1; in _doprnt()
934 prec = kk - decpt; in _doprnt()
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dtester.c50 struct key *k, *kk; in main() local
111 kk = hashtable_iterator_key(itr); in main()
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c1006 int xx, cnt, tcnt, kk, tot; in casepm() local
1010 kk = cnt = tcnt = 0; in casepm()
1023 kk += k; in casepm()
1032 fdprintf(stderr, "pm: total %d, macros %d, space %d\n", tcnt, cnt, kk); in casepm()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c1633 int kk = prec; in _wndoprnt() local
1640 if (n < kk) in _wndoprnt()
1641 kk = (int)n; in _wndoprnt()
1642 while (kk >= 1 && bp[kk-1] == '0') in _wndoprnt()
1643 --kk; in _wndoprnt()
1646 prec = kk - 1; in _wndoprnt()
1649 prec = kk - decpt; in _wndoprnt()
/illumos-gate/usr/src/pkg/manifests/
H A Dlocale-kk.p5m15 set name=pkg.fmri value=pkg:/locale/kk@$(PKGVERS)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab85 kk kazakh kaz
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c2142 struct blk *h, *kk; in morehd() local
2153 kk = h; in morehd()
2155 (h++)->rd = (char *)++kk; in morehd()