Lines Matching refs:cp
635 char *c, *cp;
639 if ((cp = strchr(c, '\n')) != NULL)
640 *cp = '\0';
834 unsigned char *cp;
838 if (!bytes || (cp = memchr(base, COMMAND, bytes)) == NULL)
841 bytes -= ++cp - base;
842 base = cp;
844 if (bytes < 5 || (cp = memchr(base + 4, '\0', bytes - 4)) == NULL)
866 bytes -= ++cp - base;
867 base = cp;