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

  /src/lib/libc/time/
localtime.c 361 /* Initialize *S to a value based on UTOFF, ISDST, and DESIGIDX. */
363 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
367 s->tt_isdst = isdst;
431 tzgetname(const timezone_t sp, int isdst)
437 if (ttisp->tt_isdst == isdst)
447 tzgetgmtoff(const timezone_t sp, int isdst)
454 if (ttisp->tt_isdst == isdst) {
766 unsigned char isdst, desigidx; local in function:tzloadbody
771 isdst = *p++;
772 if (! (isdst < 2)
1433 register bool isdst; local in function:tzparse
    [all...]
zic.c 1867 getsave(char *field, bool *isdst)
1880 *isdst = dst < 0 ? save != 0 : dst;
2870 bool isdst, zic_t save, bool doquotes)
2887 } else if (isdst) {
3437 bool isdst = startoff != zp->z_stdoff; local in function:outzone
3441 isdst, save, false);
3447 int type = addtype(startoff, startbuf, isdst,
3449 if (defaulttype < 0 && !isdst)
3541 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut)
3560 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[i
    [all...]

Completed in 15 milliseconds