Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dstrptime.c90 static int start_of_month[2][13] = { in _strptime()
622 tm->tm_yday = start_of_month[isleap(tm->tm_year + in _strptime()
656 start_of_month[isleap(tm->tm_year + in _strptime()
662 start_of_month[isleap(tm->tm_year + in _strptime()
671 start_of_month[isleap(tm->tm_year + TM_YEAR_BASE)] in _strptime()
91 static int start_of_month[2][13] = { _strptime() local