chartype           31 libutil/char.c const unsigned char chartype[256] = {
chartype           23 libutil/char.h extern const unsigned char chartype[256];
chartype           27 libutil/char.h #define test_chartype(c, t)	(chartype[(unsigned char)(c)] & (t))