Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrftime.c1000 unsigned p_year = century * 100 + year; in __strftime() local
1003 else if (pad == CQ('+') && p_year >= 10000) in __strftime()
1014 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, p_year); in __strftime()