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

  /src/include/
tzfile.h 46 struct tzhead { struct
86 ** of tzhead and a second instance of the data in which each coded transition
  /src/lib/libc/time/
localtime.c 957 struct tzhead tzhead; member in union:input_buffer
961 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
1011 register size_t tzheadsize = sizeof(struct tzhead);
1142 char version = up->tzhead.tzh_version[0];
1145 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
1146 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt);
1149 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
1150 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
1151 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt)
    [all...]
zic.c 2794 struct tzhead tzh;

Completed in 19 milliseconds