Searched defs:tcnt (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/common/fsreparse/
H A Dfs_reparse.c191 int err, tcnt; local
235 tcnt = 0;
255 tcnt++;
300 return (tcnt ? 0 : EINVAL);
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c727 int tcnt = 0; /* error count for thread_create() failures */ local
946 tcnt++;
950 tcnt >= MAX_FAILS_T ? "abort" : "try again");
951 MI_SLEEP(tcnt);
954 if (tcnt >= MAX_FAILS_T)
961 tcnt = 0;
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c523 int cmin, cval, tcnt, diff, p, *ast; local
606 tcnt = nexts[p];
607 if (tcnt > cnt)
612 upper = p + tcnt;
637 if (diff < cval && diff < tcnt) {
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c1008 int xx, cnt, tcnt, kk, tot; local
1012 kk = cnt = tcnt = 0;
1017 tcnt++;
1034 fdprintf(stderr, "pm: total %d, macros %d, space %d\n", tcnt, cnt, kk);
/illumos-gate/usr/src/cmd/awk/
H A Drun.c792 size_t bufsize, fmtsize, cnt, tcnt, ret; local
810 for (tcnt = 0; ; s++) {
811 expand_buf(&fmt, &fmtsize, tcnt);
812 fmt[tcnt++] = *s;
824 tcnt--;
825 expand_buf(&fmt, &fmtsize, tcnt + 12);
826 ret = sprintf((char *)&fmt[tcnt], "%d",
828 tcnt += ret;
832 fmt[tcnt] = '\0';
842 fmt[tcnt
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c912 int tcnt; local
933 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) {
1159 debug(3, "Resurrected %d types (%d were roots)\n", tcnt, iicnt);
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c806 pgcnt_t dcnt = 0, tcnt = 0; local
818 tcnt++;
826 dcnt, tcnt);
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c1558 int tcnt = cnt/2; local
1570 cnt += tcnt;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c293 int tcnt; /* total sec count after merge */ local
302 tcnt = ccnt + newcnt;
312 tcnt--;
318 if (tcnt == ccnt)
321 msec = kmem_zalloc(tcnt * sizeof (struct secinfo), KM_SLEEP);
350 ASSERT(mcnt == tcnt);
358 *pcurcnt = tcnt;
382 int tcnt, mcnt; /* total sec count after removing */ local
388 tcnt = ccnt;
419 tcnt
492 int tcnt, mcnt; /* total sec count after the transfer */ local
618 int tcnt, mcnt; /* total sec count after transfer */ local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c510 Word cnt, tcnt; local
519 for (tcnt = 0; tcnt < type_cnt; tcnt++) {
520 if (phdr->p_type == type_arr[tcnt])
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c6827 int tcnt; local
6834 tcnt = cnt;
6837 while (tcnt-- > 0) {
6854 tcnt = cnt;
6857 while (tcnt-- > 0) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c4144 int tcnt = 0; /* count # files tabled */ local
4171 ++tcnt;
4297 if (fcnt > tcnt) {
4299 "tar: %d file(s) not found\n"), fcnt-tcnt);

Completed in 105 milliseconds