Home
last modified time | relevance | path

Searched refs:tzheadsize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c916 register int tzheadsize = sizeof(struct tzhead); in tzloadbody() local
1045 err = tzheadsize <= nread ? 0 : nread < 0 ? errno : EINVAL; in tzloadbody()
1062 char const *p = up->buf + tzheadsize; in tzloadbody()
1082 if (nread < tzheadsize + datablock_size) in tzloadbody()