D | ld-ctype.c | 50 #define ELEM(ctype, collection, idx, value) \ argument 51 *find_idx (ctype, &ctype->collection idx, &ctype->collection##_max idx, \ 52 &ctype->collection##_act idx, value) 261 struct locale_ctype_t *ctype, const char *name); 263 struct locale_ctype_t *ctype, 265 static uint32_t *find_idx (struct locale_ctype_t *ctype, uint32_t **table, 267 static void set_class_defaults (struct locale_ctype_t *ctype, 270 static void allocate_arrays (struct locale_ctype_t *ctype, 294 struct locale_ctype_t *ctype; in ctype_startup() local 296 if (!ignore_content && locale->categories[LC_CTYPE].ctype == NULL) in ctype_startup() [all …]
|