Searched refs:tmxtime (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmtime.c | 34 * see tmxtime() for details 40 return tmxsec(tmxtime(tm, west));
|
H A D | tmxtime.c | 46 tmxtime(register Tm_t* tm, int west) function 95 now = tmxsec(tmxtime(tm, tm_info.zone->west)); 113 now = tmxsec(tmxtime(tm, tm_info.zone->west));
|
H A D | tmxmake.c | 118 now = tmxsec(tmxtime(&te, tm->tm_zone->west));
|
H A D | tmxdate.c | 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), tm->tm_zone); 1711 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); 1736 now = tmxtime(tm, zone);
|
H A D | tmxscan.c | 135 t = tmxtime(tm, set->zone); 161 return z ? tmxtime(tm, set->zone) : t;
|
H A D | tmxfmt.c | 588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); 598 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp);
|
/ast/src/cmd/dsslib/time_t/ |
H A D | time_t.c | 551 state->t = t = tmxtime(&state->tm, TM_LOCALZONE);
|
/ast/src/lib/libast/ |
H A D | Makefile | 104 tmxscan.c tmxsettime.c tmxsleep.c tmxtime.c tmxtouch.c \
|
Completed in 20 milliseconds