Home
last modified time | relevance | path

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

/freebsd/usr.bin/find/
H A Dgetdate.y812 #define TM_YEAR_ORIGIN 1900 macro
818 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); in difftm()
819 int by = b->tm_year + (TM_YEAR_ORIGIN - 1); in difftm()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c909 #define TM_YEAR_ORIGIN 1900 in nexttoken()
915 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
916 int by = b->tm_year + (TM_YEAR_ORIGIN - 1);
913 #define TM_YEAR_ORIGIN global() macro
/freebsd/usr.sbin/fifolog/lib/
H A Dgetdate.y815 #define TM_YEAR_ORIGIN 1900 macro