Home | History | Annotate | Download | only in bits

Lines Matching refs:__bos

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