Searched refs:DSTcorrect (Results 1 – 4 of 4) 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/crypto/krb5/src/kadmin/cli/ |
| H A D | getdate.y | 610 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 D | archive_parse_date.c | 737 DSTcorrect(time_t Start, time_t Future) in DSTcorrect() function 787 return DSTcorrect(Start, now); in RelativeDate() 814 return DSTcorrect(Start, in RelativeMonth()
|