Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c121 int typecnt; member
417 sp->typecnt <= 0 || sp->typecnt > TZ_MAX_TYPES || in tzload()
457 if (sp->typecnt <= typ) in tzload()
559 sp->typecnt + in tzload()
589 for (i = 0; i < sp->typecnt; ++i) in tzload()
592 i = (i >= sp->typecnt) ? 0 : -1; in tzload()
613 if (++i >= sp->typecnt) { in tzload()
632 a < 0 || a >= sp->typecnt || in typesequiv()
633 b < 0 || b >= sp->typecnt) in typesequiv()
1151 sp->typecnt = 2; in tzparse()
[all …]
/dragonfly/usr.sbin/zic/
H A Dzic.c151 static int typecnt; variable
1481 for (i = 1; i < typecnt; ++i) in writezone()
1488 if (typecnt != 0) in writezone()
1567 for (i = 0; i < typecnt; ++i) in writezone()
1620 for (i = 0; i < typecnt; ++i) in writezone()
1636 if (++j >= typecnt) { in writezone()
1981 typecnt = 0; in outzone()
1999 typecnt = 1; in outzone()
2264 ++typecnt; in outzone()
2287 typecnt = 1; in addtt()
[all …]
/dragonfly/share/zoneinfo/
H A DNEWS5131 Set sp->typecnt as suggested by Timothy Patrick Murphy.