Searched refs:normal_chars (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dradix.c61 static char normal_chars[] = {0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, -1}; variable
472 if (*cp != normal_chars[b] || cp != (cplim - 1))
/netbsd-6-1-5-RELEASE/sys/net/
H A Dradix.c65 static const char normal_chars[] = variable
541 if (*cp != normal_chars[b] || cp != (cplim - 1))
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dradix.c93 static u_char normal_chars[] = {0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff}; variable
519 if (*cp != normal_chars[b] || cp != (cplim - 1))

Completed in 144 milliseconds