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

  /src/include/
tzfile.h 44 struct tzhead { struct
84 ** of tzhead and a second instance of the data in which each coded transition
  /src/lib/libc/time/
localtime.c 565 struct tzhead tzhead; member in union:input_buffer
569 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
613 register size_t tzheadsize = sizeof(struct tzhead);
688 char version = up->tzhead.tzh_version[0];
691 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
692 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt);
695 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
696 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
697 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt)
    [all...]

Completed in 83 milliseconds