Searched refs:ctype_class_new (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/locale/programs/ |
D | ld-ctype.c | 260 static void ctype_class_new (struct linereader *lr, 318 ctype_class_new (lr, ctype, "upper"); in ctype_startup() 319 ctype_class_new (lr, ctype, "lower"); in ctype_startup() 320 ctype_class_new (lr, ctype, "alpha"); in ctype_startup() 321 ctype_class_new (lr, ctype, "digit"); in ctype_startup() 322 ctype_class_new (lr, ctype, "xdigit"); in ctype_startup() 323 ctype_class_new (lr, ctype, "space"); in ctype_startup() 324 ctype_class_new (lr, ctype, "print"); in ctype_startup() 325 ctype_class_new (lr, ctype, "graph"); in ctype_startup() 326 ctype_class_new (lr, ctype, "blank"); in ctype_startup() [all …]
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 2435 (ctype_class_new): Likewise.
|
D | ChangeLog.11 | 12901 * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
|
D | ChangeLog.19 | 31318 (ctype_class_new): Likewise.
|