Lines Matching defs:ooff
2808 t_scalar_t alen, aoff, olen, ooff, err = 0;
2864 ooff = creq->OPT_offset;
2866 ooff = 0;
2892 (olen > 0 && ((ssize_t)(ooff + olen) > msz ||
2893 ooff + olen < 0)) ||
2894 olen < 0 || ooff < 0) {
3056 t_scalar_t ooff = creq->OPT_offset;
3080 ooff = 0;
3106 ooff = 0;
3111 ooff = 0;
3124 if (ooff != 0) {
3139 bcopy(mp->b_rptr + ooff, opts, olen);
3260 } else if (ooff != 0) {
3329 t_scalar_t olen, ooff, err = 0;
3396 ooff = cres->OPT_offset;
3397 if (((olen > 0) && ((ooff + olen) > msz))) {
5004 t_scalar_t alen, aoff, olen, ooff;
5041 ooff = udreq->OPT_offset;
5043 ooff = 0;
5049 (olen < 0) || (ooff < 0) ||
5050 ((olen > 0) && ((ooff + olen) > msz))) {
5055 (int)msz, alen, aoff, olen, ooff));
5075 ((olen > 0) && ((ooff + olen) > msz)) ||
5077 (ooff < 0) ||
5244 bcopy((void *)((uintptr_t)udreq + ooff),
5255 bcopy((void *)((uintptr_t)udreq + ooff),