Searched refs:tc (Results 1 - 11 of 11) sorted by relevance
/ast/src/cmd/dsslib/ip_t/ |
H A D | ptstats.c | 37 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 D | ptvstats.c | 37 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/cmd/ksh93/tests/ |
H A D | grep.sh | 62 integer n=0 c=0 tc=0 nargs=$# # initialize counters 84 let tc=tc+c n=0 c=0 86 test "$cflag" && print $tc # print count if cflag is set 87 let tc # set the return value
|
/ast/src/cmd/ksh93/features/ |
H A D | math.sh | 212 tc= 221 tc="$tc${sep}0" 229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
|
/ast/src/lib/libast/string/ |
H A D | base64.c | 57 register unsigned char* tc; local 88 tc = tp + B64_EC * B64_CHUNK; 110 } while (tp < tc);
|
/ast/src/cmd/html/ |
H A D | html2rtf.c | 895 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...] |
/ast/src/lib/libast/comp/ |
H A D | iconv.c | 1051 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/mailx/ |
H A D | collect.c | 353 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 D | misc.c | 113 register int tc; local 117 tc = *t++; 119 return tc ? -1 : 0; 120 if (sc != tc) 122 if (tc == 0 || tc == '/')
|
/ast/src/cmd/re/ |
H A D | sed1.c | 77 #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 D | regcomp.c | 1429 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;
|
Completed in 48 milliseconds