Lines Matching full:c_locale
100 c_locale = (locale_t) NULL;
136 if (c_locale == (locale_t) NULL)
137 c_locale=newlocale(LC_ALL_MASK,"C",(locale_t) 0);
139 if (c_locale == (locale_t) NULL)
140 c_locale=_create_locale(LC_ALL,"C");
142 return(c_locale);
268 if (c_locale != (locale_t) NULL)
269 freelocale(c_locale);
271 if (c_locale != (locale_t) NULL)
272 _free_locale(c_locale);
274 c_locale=(locale_t) NULL;