Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrftime.c307 # define _ctloc(x) (ctloclen = strlen (ctloc = _CurrentTimeLocale->x))
327 # define _ctloc(x) (ctloclen = wcslen (ctloc = _CurrentTimeLocale->w##x))
339 # define _ctloc(x) (ctloc = __ctloc (ctlocbuf, _CurrentTimeLocale->x, \
689 const CHAR *ctloc; in __strftime() local
763 s[count++] = ctloc[i]; in __strftime()
773 s[count++] = ctloc[i]; in __strftime()
784 s[count++] = ctloc[i]; in __strftime()
794 s[count++] = ctloc[i]; in __strftime()
826 if (*ctloc) in __strftime()
829 len = __strftime (&s[count], maxsize - count, ctloc, tim_p, in __strftime()
[all …]