Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Denvelope.c1212 char **lastat; local
1222 for (lastat = NULL; *pvp != NULL; pvp++)
1225 lastat = pvp;
1227 if (lastat != NULL)
1229 e->e_fromdomain = copyplist(lastat, true, e->e_rpool);
/freebsd/contrib/tzcode/
H A Dzic.c3505 struct attype *lastat; in outzone()
3510 for (lastat = attypes, i = 1; i < timecnt; i++) in outzone()
3511 if (attypes[i].at > lastat->at) in outzone()
3512 lastat = &attypes[i]; in outzone()
3513 if (!lastat || lastat->at < rpytime(&xr, max_year - 1)) { in outzone()
3515 lastat ? lastat->type : defaulttype); in outzone()
3506 struct attype *lastat; outzone() local