Searched defs:west (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/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...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon2600
121 short dst; /* add to tz.west for DST */
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h111 short west; /* minutes west of GMT */ member in struct:__anon2634
112 short dst; /* add to tz.west for DST */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon2700
121 short dst; /* add to tz.west for DST */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon2722
121 short dst; /* add to tz.west for DST */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h120 short west; /* minutes west of GMT */ member in struct:__anon2744
121 short dst; /* add to tz.west for DST */

Completed in 79 milliseconds