Home
last modified time | relevance | path

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

/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y614 time_t StartDay; in DSTcorrect() local
617 StartDay = (localtime(&Start)->tm_hour + 1) % 24; in DSTcorrect()
619 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/usr.bin/find/
H A Dgetdate.y611 time_t StartDay; in DSTcorrect() local
614 StartDay = (localtime(&Start)->tm_hour + 1) % 24; in DSTcorrect()
616 return (Future - Start) + (StartDay - FutureDay) * 60L * 60L; in DSTcorrect()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c742 time_t StartDay;
755 StartDay = (ltime->tm_hour + 1) % 24; in DSTcorrect()
764 return (Future - Start) + (StartDay - FutureDay) * HOUR; in DSTcorrect()
746 time_t StartDay; DSTcorrect() local