Searched refs:century (Results 1 – 1 of 1) sorted by relevance
870 int century = tim_p->tm_year >= 0 in __strftime() local876 if (century >= 100 && pad == CQ('+')) in __strftime()882 neg ? "-" : pos, width - neg, century); in __strftime()978 int century = tim_p->tm_year >= 0 in __strftime() local991 --century; in __strftime()996 ++century; in __strftime()1000 unsigned p_year = century * 100 + year; in __strftime()