Searched refs:tzheadsize (Results 1 – 1 of 1) sorted by relevance
916 register int tzheadsize = sizeof(struct tzhead); in tzloadbody() local1045 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()