Searched refs:leapyear (Results 1 – 1 of 1) sorted by relevance
67 timelib_sll leapyear; in do_range_limit_days_relative() local82 leapyear = timelib_is_leap(year); in do_range_limit_days_relative()83 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()92 leapyear = timelib_is_leap(year); in do_range_limit_days_relative()93 days = leapyear ? days_in_month_leap[month] : days_in_month[month]; in do_range_limit_days_relative()109 timelib_sll leapyear; in do_range_limit_days() local122 leapyear = timelib_is_leap(*y); in do_range_limit_days()123 days_this_month = leapyear ? days_in_month_leap[*m] : days_in_month[*m]; in do_range_limit_days()132 leapyear = timelib_is_leap(last_year); in do_range_limit_days()133 days_last_month = leapyear ? days_in_month_leap[last_month] : days_in_month[last_month]; in do_range_limit_days()
Completed in 4 milliseconds