Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/time/
Dstrptime.c46 #define _ctloc(x) (_CurrentTimeLocale->x) macro
Dstrftime.c307 # define _ctloc(x) (ctloclen = strlen (ctloc = _CurrentTimeLocale->x)) macro
327 # define _ctloc(x) (ctloclen = wcslen (ctloc = _CurrentTimeLocale->w##x)) macro
339 # define _ctloc(x) (ctloc = __ctloc (ctlocbuf, _CurrentTimeLocale->x, \ macro