Home
last modified time | relevance | path

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

/minix3/lib/libc/time/
H A Dzic.c2541 struct attype *lastat; in outzone() local
2546 for (lastat = &attypes[0], i = 1; i < timecnt; i++) in outzone()
2547 if (attypes[i].at > lastat->at) in outzone()
2548 lastat = &attypes[i]; in outzone()
2549 if (lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
2558 gmtoffs[typecnt] = gmtoffs[lastat->type]; in outzone()
2559 isdsts[typecnt] = isdsts[lastat->type]; in outzone()
2560 ttisstds[typecnt] = ttisstds[lastat->type]; in outzone()
2561 ttisgmts[typecnt] = ttisgmts[lastat->type]; in outzone()
2562 abbrinds[typecnt] = abbrinds[lastat->type]; in outzone()