Searched refs:leapyear (Results 1 – 1 of 1) sorted by relevance
68 timelib_sll leapyear; in do_range_limit_days_relative() local83 leapyear = timelib_is_leap(year); in do_range_limit_days_relative()84 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()93 leapyear = timelib_is_leap(year); in do_range_limit_days_relative()94 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()110 timelib_sll leapyear; in do_range_limit_days() local123 leapyear = timelib_is_leap(*y); in do_range_limit_days()124 days_this_month = leapyear ? days_in_month_leap[*m] : days_in_month[*m]; in do_range_limit_days()133 leapyear = timelib_is_leap(last_year); in do_range_limit_days()134 days_last_month = leapyear ? days_in_month_leap[last_month] : days_in_month[last_month]; in do_range_limit_days()
Completed in 9 milliseconds