Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrftime.c870 int century = tim_p->tm_year >= 0 in __strftime() local
876 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() local
991 --century; in __strftime()
996 ++century; in __strftime()
1000 unsigned p_year = century * 100 + year; in __strftime()