HomeSort by: relevance | last modified time | path
    Searched defs:tt_utoff (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
localtime.c 223 int_least32_t tt_utoff; /* UT offset in seconds */ member in struct:ttinfo
366 s->tt_utoff = (int_least32_t)utoff;
455 l = ttisp->tt_utoff;
473 timezone = - ttisp->tt_utoff;
477 altzone = - ttisp->tt_utoff;
769 ttisp->tt_utoff = (int_least32_t)detzcode(p);
1447 - sp->ttis[j].tt_utoff;
1456 - sp->ttis[j].tt_utoff;
1497 theiroffset = -sp->ttis[j].tt_utoff;
1776 ** t += ttisp->tt_utoff;
    [all...]
localtime.c 223 int_least32_t tt_utoff; /* UT offset in seconds */ member in struct:ttinfo
366 s->tt_utoff = (int_least32_t)utoff;
455 l = ttisp->tt_utoff;
473 timezone = - ttisp->tt_utoff;
477 altzone = - ttisp->tt_utoff;
769 ttisp->tt_utoff = (int_least32_t)detzcode(p);
1447 - sp->ttis[j].tt_utoff;
1456 - sp->ttis[j].tt_utoff;
1497 theiroffset = -sp->ttis[j].tt_utoff;
1776 ** t += ttisp->tt_utoff;
    [all...]

Completed in 25 milliseconds