Searched refs:old_lc_ctype (Results 1 – 3 of 3) sorted by relevance
118 locale_t old_lc_ctype, c_lc_ctype; in cdf_app_to_mime() local122 old_lc_ctype = uselocale(c_lc_ctype); in cdf_app_to_mime()123 assert(old_lc_ctype != NULL); in cdf_app_to_mime()131 (void)uselocale(old_lc_ctype); in cdf_app_to_mime()
465 rx->old_lc_ctype = uselocale(rx->c_lc_ctype); in file_regcomp()466 assert(rx->old_lc_ctype != NULL); in file_regcomp()487 (void)uselocale(rx->old_lc_ctype); in file_regfree()
503 locale_t old_lc_ctype; member