Searched refs:c_lc_ctype (Results 1 – 3 of 3) sorted by relevance
108 locale_t old_lc_ctype, c_lc_ctype; in cdf_app_to_mime() local110 c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0); in cdf_app_to_mime()111 assert(c_lc_ctype != NULL); in cdf_app_to_mime()112 old_lc_ctype = uselocale(c_lc_ctype); in cdf_app_to_mime()122 freelocale(c_lc_ctype); in cdf_app_to_mime()
456 rx->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0); in file_regcomp()457 assert(rx->c_lc_ctype != NULL); in file_regcomp()458 rx->old_lc_ctype = uselocale(rx->c_lc_ctype); in file_regcomp()481 freelocale(rx->c_lc_ctype); in file_regfree()
502 locale_t c_lc_ctype; member