Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrftime.c308 # define _ctloc(x) (ctloclen = strlen (ctloc = _CurrentTimeLocale->x))
328 # define _ctloc(x) (ctloclen = wcslen (ctloc = _CurrentTimeLocale->w##x))
340 # define _ctloc(x) (ctloc = __ctloc (ctlocbuf, _CurrentTimeLocale->x, \
690 const CHAR *ctloc; in __strftime() local
764 s[count++] = ctloc[i]; in __strftime()
774 s[count++] = ctloc[i]; in __strftime()
785 s[count++] = ctloc[i]; in __strftime()
795 s[count++] = ctloc[i]; in __strftime()
827 if (*ctloc) in __strftime()
830 len = __strftime (&s[count], maxsize - count, ctloc, tim_p, in __strftime()
[all …]