Home
last modified time | relevance | path

Searched refs:DSTcorrect (Results 1 – 4 of 4) 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/crypto/krb5/src/kadmin/cli/
H A Dgetdate.y610 DSTcorrect(time_t Start, time_t Future, int *error) in DSTcorrect() function
647 return DSTcorrect(Start, now, error); in RelativeDate()
673 ret = DSTcorrect(Start, ret, &error); in RelativeMonth()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_parse_date.c737 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() function
787 return DSTcorrect(Start, now); in RelativeDate()
814 return DSTcorrect(Start, in RelativeMonth()