Lines Matching refs:__bos
40 if (__bos (__resolved) != (size_t) -1) in __NTH()
43 if (__bos (__resolved) < PATH_MAX) in __NTH()
44 return __realpath_chk_warn (__name, __resolved, __bos (__resolved)); in __NTH()
46 return __realpath_chk (__name, __resolved, __bos (__resolved)); in __NTH()
67 if (__bos (__buf) != (size_t) -1) in __NTH()
70 return __ptsname_r_chk (__fd, __buf, __buflen, __bos (__buf)); in __NTH()
71 if (__buflen > __bos (__buf)) in __NTH()
72 return __ptsname_r_chk_warn (__fd, __buf, __buflen, __bos (__buf)); in __NTH()
93 if (__bos (__s) != (size_t) -1 && __STDLIB_MB_LEN_MAX > __bos (__s)) in __NTH()
94 return __wctomb_chk (__s, __wchar, __bos (__s)); in __NTH()
117 if (__bos (__dst) != (size_t) -1) in __NTH()
121 __bos (__dst) / sizeof (wchar_t)); in __NTH()
123 if (__len > __bos (__dst) / sizeof (wchar_t)) in __NTH()
125 __bos (__dst) / sizeof (wchar_t)); in __NTH()
148 if (__bos (__dst) != (size_t) -1) in __NTH()
151 return __wcstombs_chk (__dst, __src, __len, __bos (__dst)); in __NTH()
152 if (__len > __bos (__dst)) in __NTH()
153 return __wcstombs_chk_warn (__dst, __src, __len, __bos (__dst)); in __NTH()