Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrftime.c869 int century = tim_p->tm_year >= 0 in __strftime() local
875 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() local
990 --century; in __strftime()
995 ++century; in __strftime()
999 unsigned p_year = century * 100 + year; in __strftime()