Home
last modified time | relevance | path

Searched refs:ctype_ptr (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Dctype_.c110 const char *ctype_ptr = NULL; in __set_ctype() local
124 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()
/picolibc-latest/newlib/libc/locale/
Dnewlocale.c172 tmp_locale.ctype_ptr = base->ctype_ptr; in newlocale()
Dlocale.c871 return locale->ctype_ptr; in __locale_ctype_ptr_l()
877 return __get_current_locale ()->ctype_ptr; in __locale_ctype_ptr()
Dsetlocale.h182 const char *ctype_ptr; member