Searched refs:sixmonthsago (Results 1 – 2 of 2) sorted by relevance
74 static time_t now, sixmonthsago, onehourfromnow; variable103 sixmonthsago = now - 6L*30L*24L*60L*60L; in main()711 if ((p->fmtime < sixmonthsago) || (p->fmtime > onehourfromnow)) in fmtlstuff()
1678 static time_t sixmonthsago = -1; local1692 if (sixmonthsago == -1)1693 sixmonthsago = now - 6L*30L*24L*60L*60L;1818 if (stp->st_mtime < sixmonthsago || stp->st_mtime > now)