Searched refs:fmtbuf (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/time/ |
D | strftime.c | 928 CHAR fmtbuf[32], *fmt = fmtbuf; in __strftime() local 942 len = t_snprintf (fmt, fmtbuf + 32 - fmt, CQ("%lu"), width); in __strftime() 947 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime() 998 CHAR fmtbuf[10], *fmt = fmtbuf; in __strftime() local 1014 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, p_year); in __strftime() 1263 CHAR fmtbuf[32], *fmt = fmtbuf; in __strftime() local 1277 len = t_snprintf (fmt, fmtbuf + 32 - fmt, CQ("%lu"), width); in __strftime() 1282 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime() 1353 CHAR fmtbuf[10], *fmt = fmtbuf; in __strftime() local 1374 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, in __strftime()
|