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

/haiku-fatelf/src/bin/rcs/
H A Dmaketime.c49 static int month_days P((struct tm const*));
75 month_days(tm) function
160 t->tm_mday = month_days(t);
172 if (month_days(t) < ++t->tm_mday) {
/haiku-fatelf/src/bin/patch/
H A Dmaketime.c70 static int month_days P ((struct tm const *));
106 month_days (tm) function
191 t->tm_mday += month_days (t);
201 if (month_days (t) < (t->tm_mday += days))

Completed in 79 milliseconds