Lines Matching defs:optr
440 char *iptr, *optr, *lastoutput;
442 lastoutput = optr = (char *)mp->b_rptr;
480 *(optr++) = *(iptr++) ^
514 if (lastoutput < optr) {
517 (uint_t)(optr - lastoutput));
2401 uchar_t *optr = NULL;
2408 optr = mp->b_rptr;
2490 bcopy(optr + hash->confound_len, cksum, hash->hash_len);
2493 ASSERT(optr + hash->confound_len + hash->hash_len <=
2495 bzero(optr + hash->confound_len, hash->hash_len);
2499 (void) hash->hashfunc(newcksum, optr, inlen);