Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrftime.c927 CHAR fmtbuf[32], *fmt = fmtbuf; in __strftime() local
941 len = t_snprintf (fmt, fmtbuf + 32 - fmt, CQ("%lu"), width); in __strftime()
946 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime()
997 CHAR fmtbuf[10], *fmt = fmtbuf; in __strftime() local
1013 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, p_year); in __strftime()
1254 CHAR fmtbuf[32], *fmt = fmtbuf; in __strftime() local
1268 len = t_snprintf (fmt, fmtbuf + 32 - fmt, CQ("%lu"), width); in __strftime()
1273 len = __strftime (&s[count], maxsize - count, fmtbuf, tim_p, in __strftime()
1344 CHAR fmtbuf[10], *fmt = fmtbuf; in __strftime() local
1365 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, in __strftime()