Lines Matching refs:ctloc
307 # 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()
1092 s[count++] = (*format == CQ('P') ? (CHAR) TOLOWER (ctloc[i]) in __strftime()
1093 : ctloc[i]); in __strftime()
1338 ctloc = (*era_info)->era_Y; in __strftime()