Home
last modified time | relevance | path

Searched refs:charcnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/comsat/
H A Dcomsat.c220 int linecnt, charcnt, inheader; in jkfprintf() local
233 charcnt = 560; in jkfprintf()
246 if (linecnt <= 0 || charcnt <= 0) { in jkfprintf()
252 for (cp = line; (ch = *cp) && ch != '\n'; ++cp, --charcnt) { in jkfprintf()
/freebsd/contrib/tzcode/
H A Dlocaltime.c143 int charcnt; member
383 for (i = 0; i < sp->charcnt - (TZNAME_MAXIMUM + 1); ) { in scrub_abbrs()
391 for (i = 0; i < sp->charcnt; ++i) in scrub_abbrs()
545 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
553 && 0 <= charcnt && charcnt < TZ_MAX_CHARS in tzloadbody()
561 + charcnt /* chars */ in tzloadbody()
577 sp->charcnt = charcnt; in tzloadbody()
623 if (! (desigidx < sp->charcnt)) in tzloadbody()
549 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); tzloadbody() local
720 int charcnt = sp->charcnt; tzloadbody() local
1159 ptrdiff_t stdlen, dstlen, charcnt; tzparse() local
[all...]
H A Dzic.c210 static int charcnt; variable
3200 charcnt = 0; in outzone()
3547 for (j = 0; j < charcnt; ++j) in addtype()
3550 if (j == charcnt) in addtype()
3952 if (charcnt + i > TZ_MAX_CHARS) { in newabbr()
3956 strcpy(&chars[charcnt], string); in newabbr()
3957 charcnt += i; in newabbr()