Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtime_test.c17 static int last_day_of_month(long year, int month) in last_day_of_month() function
31 if (*mday != last_day_of_month(*year, *month)) { in advance_date()