Searched refs:ctp (Results 1 – 1 of 1) sorted by relevance
76 struct lc_ctype_T *ctp = NULL; in __ctype_load_locale() local80 ctp = (struct lc_ctype_T *) calloc (1, sizeof *ctp); in __ctype_load_locale()81 if (!ctp) in __ctype_load_locale()86 *ctp = ct; in __ctype_load_locale()89 locale->lc_cat[LC_CTYPE].ptr = ret == 0 ? &_C_ctype_locale : ctp; in __ctype_load_locale()