Searched refs:sixmonthsago (Results 1 – 2 of 2) sorted by relevance
72 static time_t now, sixmonthsago, onehourfromnow; variable101 sixmonthsago = now - 6L*30L*24L*60L*60L; in main()709 if ((p->fmtime < sixmonthsago) || (p->fmtime > onehourfromnow)) in fmtlstuff()
1771 static time_t sixmonthsago = -1; in list() local1785 if (sixmonthsago == -1) in list()1786 sixmonthsago = now - 6L*30L*24L*60L*60L; in list()1909 if (stp->st_mtime < sixmonthsago || stp->st_mtime > now) in list()