Searched refs:start_of_month (Results 1 – 1 of 1) sorted by relevance
95 static const int start_of_month[2][13] = { variable672 tm->tm_yday = start_of_month[isleap_sum(tm->tm_year, in strptime_l()699 while (tm->tm_yday >= start_of_month[isleap][i]) in strptime_l()703 tm->tm_yday -= start_of_month[isleap][12]; in strptime_l()714 start_of_month[isleap][tm->tm_mon] + 1; in strptime_l()