Searched defs:century (Results 1 – 3 of 3) sorted by relevance
78 int century = div_floor(g_year, 100) + 1; in easter() local
231 int century; in setthetime() local
817 int century = tp->tm_year / 100 + TM_YEAR_BASE / 100; in my_strftime() local