Home | History | Annotate | Download | only in bits

Lines Matching refs:__bos

143   if (__bos (__buf) != (size_t) -1)
146 return __readlink_chk (__path, __buf, __len, __bos (__buf));
148 if ( __len > __bos (__buf))
149 return __readlink_chk_warn (__path, __buf, __len, __bos (__buf));
177 if (__bos (__buf) != (size_t) -1)
180 return __readlinkat_chk (__fd, __path, __buf, __len, __bos (__buf));
182 if (__len > __bos (__buf))
184 __bos (__buf));
203 if (__bos (__buf) != (size_t) -1)
206 return __getcwd_chk (__buf, __size, __bos (__buf));
208 if (__size > __bos (__buf))
209 return __getcwd_chk_warn (__buf, __size, __bos (__buf));
224 if (__bos (__buf) != (size_t) -1)
225 return __getwd_chk (__buf, __bos (__buf));
243 if (__bos (__buf) != (size_t) -1)
246 return __confstr_chk (__name, __buf, __len, __bos (__buf));
248 if (__bos (__buf) < __len)
249 return __confstr_chk_warn (__name, __buf, __len, __bos (__buf));
268 if (__bos (__list) != (size_t) -1)
271 return __getgroups_chk (__size, __list, __bos (__list));
273 if (__size * sizeof (__gid_t) > __bos (__list))
274 return __getgroups_chk_warn (__size, __list, __bos (__list));
294 if (__bos (__buf) != (size_t) -1)
297 return __ttyname_r_chk (__fd, __buf, __buflen, __bos (__buf));
299 if (__buflen > __bos (__buf))
300 return __ttyname_r_chk_warn (__fd, __buf, __buflen, __bos (__buf));
320 if (__bos (__buf) != (size_t) -1)
323 return __getlogin_r_chk (__buf, __buflen, __bos (__buf));
325 if (__buflen > __bos (__buf))
326 return __getlogin_r_chk_warn (__buf, __buflen, __bos (__buf));
347 if (__bos (__buf) != (size_t) -1)
350 return __gethostname_chk (__buf, __buflen, __bos (__buf));
352 if (__buflen > __bos (__buf))
353 return __gethostname_chk_warn (__buf, __buflen, __bos (__buf));
376 if (__bos (__buf) != (size_t) -1)
379 return __getdomainname_chk (__buf, __buflen, __bos (__buf));
381 if (__buflen > __bos (__buf))
382 return __getdomainname_chk_warn (__buf, __buflen, __bos (__buf));