Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucbcmd/ls/
H A Dls.c74 static time_t now, sixmonthsago, onehourfromnow; variable
103 sixmonthsago = now - 6L*30L*24L*60L*60L; in main()
711 if ((p->fmtime < sixmonthsago) || (p->fmtime > onehourfromnow)) in fmtlstuff()
/titanic_50/usr/src/cmd/find/
H A Dfind.c1678 static time_t sixmonthsago = -1; local
1692 if (sixmonthsago == -1)
1693 sixmonthsago = now - 6L*30L*24L*60L*60L;
1818 if (stp->st_mtime < sixmonthsago || stp->st_mtime > now)