Home | History | Annotate | Download | only in src

Lines Matching defs:cp

878 	unsigned char *cp;
882 if (!bytes || (cp = memchr(base, COMMAND, bytes)) == NULL)
885 bytes -= ++cp - base;
886 base = cp;
888 if (bytes < 5 || (cp = memchr(base + 4, '\0', bytes - 4)) == NULL)
909 bytes -= ++cp - base;
910 base = cp;