Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y612 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() function
633 return DSTcorrect(Start, now); in RelativeDate()
650 return DSTcorrect(Start, in RelativeMonth()
/freebsd/usr.bin/find/
H A Dgetdate.y609 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() function
630 return DSTcorrect(Start, now); in RelativeDate()
647 return DSTcorrect(Start, in RelativeMonth()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c740 DSTcorrect(time_t Start, time_t Future) in Convert()
790 return DSTcorrect(Start, now); in RelativeDate()
817 return DSTcorrect(Start, in RelativeMonth()
744 DSTcorrect(time_t Start, time_t Future) DSTcorrect() function