Searched refs:DSTcorrect (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/fifolog/lib/ |
H A D | getdate.y | 612 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 D | getdate.y | 609 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 D | archive_getdate.c | 740 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
|