Home
last modified time | relevance | path

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

/glibc-2.36/locale/programs/
Dld-ctype.c260 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/
DChangeLog.102435 (ctype_class_new): Likewise.
DChangeLog.1112901 * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
DChangeLog.1931318 (ctype_class_new): Likewise.