32 #include <sys/cdefs.h>
35 #include <sys/libkern.h>
40 register const u_char *cp, table[];
43 register const u_char *end;
47 for (end = &cp[size]; cp < end; ++cp) {
48 if (table[*cp] & mask)
int scanc(u_int size, const u_char *cp, table, int mask0)