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

  /src/lib/libc/time/
localtime.c 577 int typecnt; member in struct:state
764 for (i = 0; i < sp->typecnt; ++i) {
780 for (i = 0; i < sp->typecnt; ++i) {
857 for (i = sp->typecnt - 1; stddst_mask && 0 <= i; i--)
1151 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); local
1154 /* Although tzfile(5) currently requires typecnt to be nonzero,
1155 support future formats that may allow zero typecnt
1158 && 0 <= typecnt && typecnt < TZ_MAX_TYPES
1167 + typecnt * 6 /* ttinfos *
    [all...]
zic.c 339 static int typecnt; variable
2834 memset(omittype, true, typecnt);
2897 for (i = old0; i < typecnt; i++) {
2932 for (i = old0; i < typecnt; i++)
2941 for (i = old0; i < typecnt; i++) {
3017 for (i = old0; i < typecnt; i++) {
3037 if (++j >= typecnt) {
3063 for (i = old0; i < typecnt; i++)
3067 for (i = old0; i < typecnt; i++)
3444 typecnt = 0
    [all...]

Completed in 50 milliseconds