Searched refs:basep (Results 1 – 1 of 1) sorted by relevance
1148 tzparse(const char *name, struct state *sp, struct state *basep) in tzparse() argument1178 if (basep) { in tzparse()1179 if (0 < basep->timecnt) in tzparse()1180 atlo = basep->ats[basep->timecnt - 1]; in tzparse()1182 sp->leapcnt = basep->leapcnt; in tzparse()1183 memcpy(sp->lsis, basep->lsis, sp->leapcnt * sizeof *sp->lsis); in tzparse()