Home
last modified time | relevance | path

Searched refs:tm_zone (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxmake.c68 if (!(tm->tm_zone = zone)) in tmxtm()
71 tm->tm_zone = &tm_data.zone[2]; in tmxtm()
73 tm->tm_zone = tm_info.zone; in tmxtm()
75 if ((o = 60 * tm->tm_zone->west) && x > o) in tmxtm()
108 if (tm->tm_zone->daylight) in tmxtm()
118 now = tmxsec(tmxtime(&te, tm->tm_zone->west)); in tmxtm()
122 tm->tm_min -= o / 60 + (tm->tm_isdst ? tm->tm_zone->dst : 0); in tmxtm()
H A Dtmxfmt.c452 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
461 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
474 if ((zp = tm->tm_zone) != tm_info.local) in tmxfmt()
587 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp) in tmxfmt()
588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
592 …p = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone in tmxfmt()
597 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp) in tmxfmt()
598 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
601 …C) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone->daylight ? tm->tm_zone->daylight : tm->t… in tmxfmt()
670 tm = tmxtm(tm, t, (flags & TM_UTC) ? &tm_data.zone[2] : tm->tm_zone); in tmxfmt()
[all …]
H A Dtmxscan.c139 tm = tmxtm(tm, t, tm->tm_zone); in gen()
145 tm = tmxtm(tm, t, tm->tm_zone); in gen()
157 tm = tmxtm(tm, t, tm->tm_zone); in gen()
325 tm = tmxtm(tm, tmxsns(x, 0), tm->tm_zone); in scan()
H A Dtmxdate.c210 tm_info.date = tm->tm_zone; in tmxdate()
638 tm = tmxtm(tm, fix, tm->tm_zone); in tmxdate()
656 tm = tmxtm(tm, tt, tm->tm_zone); in tmxdate()
677 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate()
1408 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate()
1441 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate()
1531 dst = tm->tm_zone->dst; in tmxdate()
1532 zone = tm->tm_zone->west; in tmxdate()
1711 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate()
/illumos-gate/usr/src/boot/include/
H A Dtime.h136 char *tm_zone; /* timezone abbreviation */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtm.h148 Tm_zone_t* tm_zone; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c154 tz = lt->tm_zone;