Searched refs:lc_time (Results 1 – 2 of 2) sorted by relevance
264 const char *lc_time; /* Current LC_TIME value */ in _cupsSetLocale() local282 if ((lc_time = setlocale(LC_TIME, NULL)) == NULL) in _cupsSetLocale()283 lc_time = setlocale(LC_ALL, NULL); in _cupsSetLocale()285 if (lc_time) in _cupsSetLocale()287 strlcpy(new_lc_time, lc_time, sizeof(new_lc_time)); in _cupsSetLocale()
64 newloc->lc_time = loc->lc_time; in newlocale()