Searched refs:__ctype_b (Results 1 – 1 of 1) sorted by relevance
74 const unsigned short int *__ctype_b; in do_test() local81 __ctype_b = ((const unsigned short *) nl_langinfo (_NL_CTYPE_CLASS)) + 128; in do_test()99 printf ("%04x%s", __ctype_b[n], (n + 1) % 8 == 0 ? "\n" : " "); in do_test()395 if (((__ctype_b[(unsigned int) *inp] & classes[n].mask) != 0) in do_test()
Completed in 4 milliseconds