Searched refs:lc_time (Results 1 – 3 of 3) 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()
40 POSIX_LCTime lc_time; field in POSIXLocale147 lc_time = new POSIX_LCTime(doc, variant); in POSIXLocale()192 lc_time.write(out, variant); in write()