HomeSort by: relevance | last modified time | path
    Searched defs:typecnt (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
localtime.c 253 int typecnt; member in struct:state
435 for (i = 0; i < sp->typecnt; ++i) {
451 for (i = 0; i < sp->typecnt; ++i) {
527 for (i = sp->typecnt - 1; stddst_mask && 0 <= i; i--)
697 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); local in function:tzloadbody
700 /* Although tzfile(5) currently requires typecnt to be nonzero,
701 support future formats that may allow zero typecnt
704 && 0 <= typecnt && typecnt < TZ_MAX_TYPES
713 + typecnt * 6 /* ttinfos *
    [all...]
zic.c 238 static int typecnt; variable in typeref:typename:int
2587 memset(omittype, true, typecnt);
2650 for (i = old0; i < typecnt; i++) {
2685 for (i = old0; i < typecnt; i++)
2694 for (i = old0; i < typecnt; i++) {
2770 for (i = old0; i < typecnt; i++) {
2790 if (++j >= typecnt) {
2816 for (i = old0; i < typecnt; i++)
2820 for (i = old0; i < typecnt; i++)
3197 typecnt = 0
    [all...]

Completed in 49 milliseconds