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

  /src/lib/libc/time/
zic.c 558 static unsigned char desigidx[TZ_MAX_TYPES]; variable
2718 || (desigidx[attypes[toi - 1].type]
2719 != desigidx[attypes[fromi].type]))
2911 &chars[desigidx[mrudst]],
2922 &chars[desigidx[mrustd]],
2950 if (indmap[desigidx[i]] >= 0)
2952 thisabbr = &chars[desigidx[i]];
2960 indmap[desigidx[i]] = j;
3023 putc(indmap[desigidx[h]], fp);
3807 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i
    [all...]
localtime.c 690 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */
693 desigidx_type desigidx)
697 s->tt_desigidx = desigidx;
1220 unsigned char isdst, desigidx; local
1229 desigidx = *p++;
1230 if (! (desigidx < sp->charcnt))
1232 ttisp->tt_desigidx = desigidx;

Completed in 19 milliseconds