Searched refs:leapyear (Results 1 – 1 of 1) sorted by relevance
64 timelib_sll leapyear; in do_range_limit_days_relative() local79 leapyear = timelib_is_leap(year); in do_range_limit_days_relative()80 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()89 leapyear = timelib_is_leap(year); in do_range_limit_days_relative()90 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()106 timelib_sll leapyear; in do_range_limit_days() local119 leapyear = timelib_is_leap(*y); in do_range_limit_days()120 days_this_month = leapyear ? days_in_month_leap[*m] : days_in_month[*m]; in do_range_limit_days()129 leapyear = timelib_is_leap(last_year); in do_range_limit_days()130 days_last_month = leapyear ? days_in_month_leap[last_month] : days_in_month[last_month]; in do_range_limit_days()
Completed in 12 milliseconds