HomeSort by: relevance | last modified time | path
    Searched defs:lastat (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 3509 struct attype *lastat; local in function:outzone
3515 for (lastat = attypes, i = 1; i < timecnt; i++)
3516 if (attypes[i].at > lastat->at)
3517 lastat = &attypes[i];
3518 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) {
3520 lastat ? lastat->type : defaulttype);
zic.c 3509 struct attype *lastat; local in function:outzone
3515 for (lastat = attypes, i = 1; i < timecnt; i++)
3516 if (attypes[i].at > lastat->at)
3517 lastat = &attypes[i];
3518 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) {
3520 lastat ? lastat->type : defaulttype);

Completed in 31 milliseconds