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

/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmtime.c38 tmtime(register Tm_t* tm, int west) argument
40 return tmxsec(tmxtime(tm, west));
H A Dtmxtime.c37 * if west==TM_LOCALZONE then the local timezone is used
38 * otherwise west is the number of minutes west
46 tmxtime(register Tm_t* tm, int west) argument
80 if (west != TM_UTCZONE && !(tm_info.flags & TM_UTC))
86 if (west == TM_LOCALZONE)
88 t += tm_info.zone->west * 60;
95 now = tmxsec(tmxtime(tm, tm_info.zone->west));
105 t += west * 60;
113 now = tmxsec(tmxtime(tm, tm_info.zone->west));
[all...]
H A Dtmxmake.c75 if ((o = 60 * tm->tm_zone->west) && x > o)
118 now = tmxsec(tmxtime(&te, tm->tm_zone->west));
H A Dtmzone.c59 if ((*name == '+' || *name == '-') && (fixed.west = tmgoff(name, &e, TM_LOCALZONE)) != TM_LOCALZONE && !*e)
H A Dtminit.c122 * return minutes west of GMT for local time clock
284 local.west = n;
347 if (zp->west == n && zp->dst == m)
H A Dtmxfmt.c584 case 'z': /* time zone west offset */
588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
592 cp = tmpoff(cp, ep - cp, "", (flags & TM_UTC) ? 0 : tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0), pad == '_' ? -24 * 60 : 24 * 60);
598 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
H A Dtmxscan.c387 set.zone = zp->west + m;
H A Dtmxdate.c1519 zone = tm->tm_zone->west;
1533 zone = zp->west + dst;
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h111 short west; /* minutes west of GMT */ member in struct:__anon1151
112 short dst; /* add to tz.west for DST */
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon1119
121 short dst; /* add to tz.west for DST */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon1213
121 short dst; /* add to tz.west for DST */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon1235
121 short dst; /* add to tz.west for DST */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon1257
121 short dst; /* add to tz.west for DST */
/osnet-11/usr/src/lib/libcmd/common/
H A Ddate.c138 " [+z?time zone \aSHHMM\a west of GMT offset where S is"
186 " minutes west of \bUTC\b, and savings time minutes offset. Blank"
400 sfprintf(sfstdout, "%3s %4s %4s %4d %4d\n", s, *listzones->standard ? listzones->standard : "-", listzones->daylight ? listzones->daylight : "-", listzones->west, listzones->dst);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm426 Equator on the west coast of Africa (Bay of Guinea). You need to
441 straight south, pi/2 straight west, and -pi/2 straight east.

Completed in 53 milliseconds