Searched defs:zone (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmdata.c | 231 static Tm_zone_t zone[] = variable 282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
|
H A D | tmxmake.c | 36 * time zone and leap seconds accounted for in return value 40 tmxtm(register Tm_t* tm, Time_t t, Tm_zone_t* zone) argument 55 tmset(tm_info.zone); 68 if (!(tm->tm_zone = zone)) 71 tm->tm_zone = &tm_data.zone[2]; 73 tm->tm_zone = tm_info.zone; 131 * time zone and leap seconds accounted for in return value
|
H A D | tmxscan.c | 52 int zone; member in struct:__anon314 55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE) 135 t = tmxtime(tm, set->zone); 161 return z ? tmxtime(tm, set->zone) : t; 387 set.zone = zp->west + m;
|
H A D | tmxdate.c | 175 int zone; local 216 zone = TM_LOCALZONE; 238 zone = i; 272 now = tmxtime(tm, zone); 637 fix = tmxtime(tm, zone); 653 tt = tmxtime(tm, zone); 677 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); 1383 now = tmxtime(tm, zone) + tmxsns(m, 0); 1408 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); 1441 tm = tmxtm(tm, tmxtime(tm, zone), t [all...] |
/ast/src/lib/libtksh/tcl/ |
H A D | tclClock.c | 116 long zone; 156 zone = -50000; /* Force GMT */ 158 zone = TclpGetTimeZone(baseClock); 161 if (TclGetDate(argv[2], baseClock, zone, &clockVal) < 0) { 304 * zone. (Thanks Solaris). 115 long zone; local
|
/ast/src/lib/libast/include/ |
H A D | tm.h | 52 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */ 53 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */ 106 typedef struct /* time zone info */ 123 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon276 133 Tm_zone_t* zone; /* current timezone */ member in struct:__anon277
|
Completed in 22 milliseconds