Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c72 static time_t now, sixmonthsago, onehourfromnow; variable
101 sixmonthsago = now - 6L*30L*24L*60L*60L; in main()
709 if ((p->fmtime < sixmonthsago) || (p->fmtime > onehourfromnow)) in fmtlstuff()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1686 static time_t sixmonthsago = -1; in list() local
1700 if (sixmonthsago == -1) in list()
1701 sixmonthsago = now - 6L*30L*24L*60L*60L; in list()
1824 if (stp->st_mtime < sixmonthsago || stp->st_mtime > now) in list()