Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c72 static time_t now, sixmonthsago, onehourfromnow; variable
102 onehourfromnow = now + 60L*60L; in main()
709 if ((p->fmtime < sixmonthsago) || (p->fmtime > onehourfromnow)) in fmtlstuff()