Home
last modified time | relevance | path

Searched defs:_ctloc (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrptime.c46 #define _ctloc(x) (_CurrentTimeLocale->x) macro
Dstrftime.c308 # define _ctloc(x) (ctloclen = strlen (ctloc = _CurrentTimeLocale->x)) macro
328 # define _ctloc(x) (ctloclen = wcslen (ctloc = _CurrentTimeLocale->w##x)) macro
340 # define _ctloc(x) (ctloc = __ctloc (ctlocbuf, _CurrentTimeLocale->x, \ macro