/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | time.h | 46 char *tm_zone; member in struct:tm
|
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmxmake.c | 68 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 D | tmxfmt.c | 380 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 D | tmxscan.c | 139 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 D | tmxdate.c | 210 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 D | time.h | 51 char *tm_zone; member in struct:tm
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | arpadate.c | 53 #define TZ_TM_ZONE 2 /* use tm->tm_zone */ 156 tz = lt->tm_zone;
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | tm.h | 148 Tm_zone_t* tm_zone; member in struct:Tm_s
|
/illumos-gate/usr/src/boot/include/ |
H A D | time.h | 136 char *tm_zone; /* timezone abbreviation */ member in struct:tm
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 157 Tm_zone_t* tm_zone; member in struct:Tm_s
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 157 Tm_zone_t* tm_zone; member in struct:Tm_s
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 157 Tm_zone_t* tm_zone; member in struct:Tm_s
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 157 Tm_zone_t* tm_zone; member in struct:Tm_s
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 1064 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 D | strftime.c | 348 for(p = tm->tm_zone; *p != '\0'; p++) {
|