Searched defs:tc (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dptstats.c37 int tc; local
67 tc = (int)((double)(sizeof(tot) - (sizeof(S) - 10)) * ((double)((intmax_t)addresses[i]) / (double)((Ptaddr_t)~0)));
68 pc = total_addresses ? ((int)((double)(sizeof(prt) - (sizeof(S) - 10)) * ((double)((intmax_t)addresses[i]) / (double)((intmax_t)total_addresses))) - tc) : 0;
69 sfprintf(sp, "/%-2d %6I*u %*I*u %s%s\n", i, sizeof(prefixes[i]), prefixes[i], sizeof(S) - 1, sizeof(addresses[i]), addresses[i], prt + sizeof(prt) - pc - 1, tot + sizeof(tot) - tc - 1);
H A Dptvstats.c37 int tc; local
91 tc = (int)((double)(sizeof(tot) - (sizeof(S) - 10)) / (double)a->r[3][a->size - 1]);
93 tc = 0;
96 tc = 0;
107 sfprintf(sp, "/%-3d %16s %16s %s%s\n", i, fmtfv(a->size, prefixes[i], 10, ',', 3), sizeof(S) - 1, fmtfv(a->size, addresses[i], 10, ',', 3), prt + sizeof(prt) - pc - 1, tot + sizeof(tot) - tc - 1);
/ast/src/lib/libast/string/
H A Dbase64.c57 register unsigned char* tc; local
88 tc = tp + B64_EC * B64_CHUNK;
110 } while (tp < tc);
/ast/src/cmd/mailx/
H A Dcollect.c353 long tc; local
545 cc = tc = 0;
547 tc++;
551 code |= cc ? ((cc < tc / 80) ? CODE_QP : CODE_64) : CODE_TEXT;
/ast/src/cmd/pax/
H A Dmisc.c113 register int tc; local
117 tc = *t++;
119 return tc ? -1 : 0;
120 if (sc != tc)
122 if (tc == 0 || tc == '/')
/ast/src/lib/libast/comp/
H A Diconv.c1051 int tc; local
1072 tc = _ast_iconv_name(t, to, sizeof(to));
1074 error(DEBUG_TRACE, "AHA#%d _ast_iconv_open f=%s:%s:%d t=%s:%s:%d\n", __LINE__, f, fr, fc, t, to, tc);
1076 if (fc != CC_ICONV && fc == tc || streq(fr, to))
1113 if (fc >= 0 && tc >= 0)
1114 cc->from.map = ccmap(fc, tc);
1147 switch (tc)
1164 if (tc < 0)
1166 cc->to.map = ccmap(CC_ASCII, tc);
/ast/src/cmd/re/
H A Dsed1.c77 #define tc bc macro
670 pc,qc,rc,sc,tc,xx,xx,wc,xc,yc,xx,Lc,xx,Rc,xx,xx /* p-y{} */
/ast/src/lib/libast/regex/
H A Dregcomp.c1429 Cchr_t* tc; local
1635 xc = (tc = (Cchr_t*)dtprev(dt, cc)) && !strcasecmp((char*)tc->nam, (char*)cc->nam) ? tc : cc;
1652 if (!strcasecmp((char*)xc->nam, (char*)cc->nam) && (tc = (Cchr_t*)dtnext(dt, cc)))
1653 cc = tc;
/ast/src/cmd/html/
H A Dhtml2rtf.c895 register int tc; local
916 cc = tc = 0;
1006 state.sp->title_tc = tc;
1055 tc = state.sp->title_tc;
1100 tc++;
1107 tc++;
1115 tc++;
1134 tc = 0;
1171 tc++;
1181 tc
[all...]

Completed in 54 milliseconds