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

  /src/lib/libc/time/
localtime.c 690 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */
692 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
696 s->tt_isdst = isdst;
760 tzgetname(const timezone_t sp, int isdst)
766 if (ttisp->tt_isdst == isdst)
776 tzgetgmtoff(const timezone_t sp, int isdst)
783 if (ttisp->tt_isdst == isdst) {
1220 unsigned char isdst, desigidx; local
1225 isdst = *p++;
1226 if (! (isdst < 2)
1890 register bool isdst; local
    [all...]
zic.c 2114 getsave(char *field, bool *isdst)
2127 *isdst = dst < 0 ? save != 0 : dst;
3117 bool isdst, zic_t save, bool doquotes)
3134 } else if (isdst) {
3684 bool isdst = startoff != zp->z_stdoff; local
3688 isdst, save, false);
3694 int type = addtype(startoff, startbuf, isdst,
3696 if (defaulttype < 0 && !isdst)
3788 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut)
3807 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i
    [all...]

Completed in 24 milliseconds