Searched refs:ctype_ptr (Results 1 – 4 of 4) sorted by relevance
110 const char *ctype_ptr = NULL; in __set_ctype() local124 ctype_ptr = __ctype_iso[idx]; in __set_ctype()132 ctype_ptr = __ctype_cp[idx]; in __set_ctype()138 if (!ctype_ptr) in __set_ctype()141 ctype_ptr = _ctype_b; in __set_ctype()143 ctype_ptr = _ctype_; in __set_ctype()147 loc->ctype_ptr = ctype_ptr + 127; in __set_ctype()149 loc->ctype_ptr = ctype_ptr; in __set_ctype()
172 tmp_locale.ctype_ptr = base->ctype_ptr; in newlocale()
871 return locale->ctype_ptr; in __locale_ctype_ptr_l()877 return __get_current_locale ()->ctype_ptr; in __locale_ctype_ptr()
182 const char *ctype_ptr; member