Lines Matching refs:retoff
78 offset_t *retoff) in lseek32_common() argument
155 (*retoff) = (offset_t)noff; in lseek32_common()
186 (*retoff) = (offset_t)noff; in lseek32_common()
198 (*retoff) = newoff; in lseek32_common()
210 offset_t retoff; in lseek32() local
229 (offset_t)MAXOFF32_T, &retoff); in lseek32()
232 (offset_t)(uint_t)UINT_MAX, &retoff); in lseek32()
236 return ((off32_t)retoff); in lseek32()
248 offset_t retoff; in llseek32() local
258 error = lseek32_common(fp, stype, off, MAXOFFSET_T, &retoff); in llseek32()
262 return (error ? (offset_t)set_errno(error) : retoff); in llseek32()