Searched defs:sixmonthsago (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c74 static time_t now, sixmonthsago, onehourfromnow; variable
103 sixmonthsago = now - 6L*30L*24L*60L*60L;
711 if ((p->fmtime < sixmonthsago) || (p->fmtime > onehourfromnow))
/illumos-gate/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)

Completed in 48 milliseconds