OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tzhead
(Results
1 - 2
of
2
) 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
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026