Searched refs:c_lc_ctype (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dreadcdf.c116 locale_t old_lc_ctype, c_lc_ctype; local
118 c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
119 assert(c_lc_ctype != NULL);
120 old_lc_ctype = uselocale(c_lc_ctype);
139 freelocale(c_lc_ctype);
H A Dfuncs.c637 rx->c_lc_ctype = newlocale(LC_CTYPE_MASK, "C", 0);
638 assert(rx->c_lc_ctype != NULL);
639 rx->old_lc_ctype = uselocale(rx->c_lc_ctype);
671 freelocale(rx->c_lc_ctype);
H A Dfile.h557 locale_t c_lc_ctype; member in struct:__anon10

Completed in 119 milliseconds