Home
last modified time | relevance | path

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

/original-bsd/usr.bin/pascal/pxp/
H A Dtype.c22 STATIC int typecnt = -1; variable
39 typecnt = 0;
49 if (typecnt)
59 typecnt++;
65 if (typecnt == -1) in typeend()
67 if (typecnt == 0) in typeend()
70 typecnt = -1; in typeend()
/original-bsd/lib/libc/gen/
H A Dctime.c108 int typecnt; member
225 for (i = 0; i < sp->typecnt; ++i) { in settzname()
297 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES ||
304 sp->typecnt * (4 + 2 * sizeof (char)) +
316 if (sp->types[i] >= sp->typecnt)
319 for (i = 0; i < sp->typecnt; ++i) {
345 for (i = 0; i < sp->typecnt; ++i) {
766 for (i = 0; i < sp->typecnt; ++i) {
939 if (++i >= sp->typecnt) {
1274 for (i = 0; i < sp->typecnt; ++i) {
[all …]
/original-bsd/share/zoneinfo/
H A Dzic.c153 static int typecnt; variable
1241 convert(eitol(typecnt), tzh.tzh_ttisstdcnt);
1244 convert(eitol(typecnt), tzh.tzh_typecnt);
1259 for (i = 0; i < typecnt; ++i) {
1272 if (++j >= typecnt) {
1286 for (i = 0; i < typecnt; ++i)
1318 typecnt = 0;
1480 for (i = 0; i < typecnt; ++i) {
1490 if (typecnt >= TZ_MAX_TYPES) {
1504 ++typecnt;