Lines Matching defs:cpy
55 uchar_t *cpy;84 cpy = src - offset;85 if (cpy >= (uchar_t *)s_start && cpy != src &&86 src[0] == cpy[0] && src[1] == cpy[1] && src[2] == cpy[2]) {89 if (src[mlen] != cpy[mlen])112 uchar_t *cpy;125 if ((cpy = dst - offset) < (uchar_t *)d_start)128 *dst++ = *cpy++;