Searched refs:TM_YEAR_ORIGIN (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Dmaketime.c59 #define TM_YEAR_ORIGIN 1900 macro
80 + (m==1 && isleap(tm->tm_year + TM_YEAR_ORIGIN));
108 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
109 int by = b->tm_year + (TM_YEAR_ORIGIN - 1);
215 - (tm->tm_mon<2 || ! isleap(tm->tm_year + TM_YEAR_ORIGIN));
279 (tm0->tm_year + TM_YEAR_ORIGIN)/pt->ymodulus * pt->ymodulus;
282 tm.tm_year = tm0->tm_year + TM_YEAR_ORIGIN;
291 tm.tm_year -= TM_YEAR_ORIGIN;
/haiku-fatelf/src/bin/patch/
H A Dmaketime.c89 #define TM_YEAR_ORIGIN 1900 macro
111 + (m == 1 && isleap (tm->tm_year + TM_YEAR_ORIGIN)));
138 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
139 int by = b->tm_year + (TM_YEAR_ORIGIN - 1);
246 - (tm->tm_mon < 2 || !isleap (tm->tm_year + TM_YEAR_ORIGIN));
332 int year0 = tm0->tm_year + TM_YEAR_ORIGIN;
342 year = tm0->tm_year + TM_YEAR_ORIGIN;
363 tm.tm_year = year - TM_YEAR_ORIGIN;
364 if ((year < tm.tm_year) != (TM_YEAR_ORIGIN < 0))
403 - (mon0 < 2 || !isleap (year0 + TM_YEAR_ORIGIN)));
[all...]

Completed in 39 milliseconds