Searched refs:tm_zone (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h46 char *tm_zone; member in struct:tm
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxmake.c68 if (!(tm->tm_zone = zone))
71 tm->tm_zone = &tm_data.zone[2];
73 tm->tm_zone = tm_info.zone;
75 if ((o = 60 * tm->tm_zone->west) && x > o)
108 if (tm->tm_zone->daylight)
118 now = tmxsec(tmxtime(&te, tm->tm_zone->west));
122 tm->tm_min -= o / 60 + (tm->tm_isdst ? tm->tm_zone->dst : 0);
H A Dtmxfmt.c380 if ((zp = tm->tm_zone) != tm_info.local)
503 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp)
504 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
508 cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0), 24 * 60);
513 if ((zp = tmzone(arg, &f, 0, 0)) && !*f && tm->tm_zone != zp)
514 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
517 p = (flags & TM_UTC) ? tm_info.format[TM_UT] : tm->tm_isdst && tm->tm_zone
[all...]
H A Dtmxscan.c139 tm = tmxtm(tm, t, tm->tm_zone);
145 tm = tmxtm(tm, t, tm->tm_zone);
157 tm = tmxtm(tm, t, tm->tm_zone);
325 tm = tmxtm(tm, tmxsns(x, 0), tm->tm_zone);
H A Dtmxdate.c210 tm_info.date = tm->tm_zone;
638 tm = tmxtm(tm, fix, tm->tm_zone);
656 tm = tmxtm(tm, tt, tm->tm_zone);
677 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone);
1395 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone);
1428 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone);
1518 dst = tm->tm_zone->dst;
1519 zone = tm->tm_zone->west;
1695 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h51 char *tm_zone; member in struct:tm
/illumos-gate/usr/src/cmd/sendmail/src/
H A Darpadate.c53 #define TZ_TM_ZONE 2 /* use tm->tm_zone */
156 tz = lt->tm_zone;
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h148 Tm_zone_t* tm_zone; member in struct:Tm_s
/illumos-gate/usr/src/boot/include/
H A Dtime.h136 char *tm_zone; /* timezone abbreviation */ member in struct:tm
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h157 Tm_zone_t* tm_zone; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtm.h157 Tm_zone_t* tm_zone; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h157 Tm_zone_t* tm_zone; member in struct:Tm_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h157 Tm_zone_t* tm_zone; member in struct:Tm_s
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c1064 tmp->tm_zone = &sp->chars[ttisp->tt_abbrind];
1104 tmp->tm_zone = (char *)WILDABBR;
1107 tmp->tm_zone = (char *)GMT;
1108 else tmp->tm_zone = gmtptr->chars;
H A Dstrftime.c348 for(p = tm->tm_zone; *p != '\0'; p++) {

Completed in 58 milliseconds