Home | History | Annotate | Download | only in src

Lines Matching defs:cp

208   const unsigned char *cp;
209 for (cp = (const unsigned char *)s; *cp; cp++) {
210 if (*cp < 32 || *cp >= 127)