Searched refs:century (Results 1 – 1 of 1) sorted by relevance
869 int century = tim_p->tm_year >= 0 in __strftime() local875 if (century >= 100 && pad == CQ('+')) in __strftime()881 neg ? "-" : pos, width - neg, century); in __strftime()977 int century = tim_p->tm_year >= 0 in __strftime() local990 --century; in __strftime()995 ++century; in __strftime()999 unsigned p_year = century * 100 + year; in __strftime()