Lines Matching defs:cpy
54 uchar_t *cpy;79 cpy = src - offset;80 if (cpy >= (uchar_t *)s_start && cpy != src &&81 src[0] == cpy[0] && src[1] == cpy[1] && src[2] == cpy[2]) {84 if (src[mlen] != cpy[mlen])104 uchar_t *cpy;117 if ((cpy = dst - offset) < (uchar_t *)d_start)120 *dst++ = *cpy++;