Lines Matching refs:__bos0
37 if (__bos0 (__buf) != (size_t) -1) in read()
40 return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf)); in read()
42 if (__nbytes > __bos0 (__buf)) in read()
43 return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf)); in read()
75 if (__bos0 (__buf) != (size_t) -1) in pread()
78 return __pread_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf)); in pread()
80 if ( __nbytes > __bos0 (__buf)) in pread()
82 __bos0 (__buf)); in pread()
90 if (__bos0 (__buf) != (size_t) -1) in pread()
93 return __pread64_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf)); in pread()
95 if ( __nbytes > __bos0 (__buf)) in pread()
97 __bos0 (__buf)); in pread()
108 if (__bos0 (__buf) != (size_t) -1) in pread64()
111 return __pread64_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf)); in pread64()
113 if ( __nbytes > __bos0 (__buf)) in pread64()
115 __bos0 (__buf)); in pread64()