Searched refs:tzhead (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/include/
H A Dtzfile.h44 struct tzhead { struct
84 ** of tzhead and a second instance of the data in which each coded transition
/netbsd-current/lib/libc/time/
H A Dlocaltime.c432 struct tzhead tzhead; member in union:input_buffer
436 char buf[2 * sizeof(struct tzhead) + 2 * sizeof(struct state)
476 register size_t tzheadsize = sizeof(struct tzhead);
533 char version = up->tzhead.tzh_version[0];
536 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
537 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt);
540 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
541 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
542 int_fast32_t typecnt = detzcode(up->tzhead
[all...]
H A Dzic.c2480 struct tzhead tzh;

Completed in 436 milliseconds