Searched refs:__bos (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | wchar2.h | 157 if (__bos (__dest) != (size_t) -1) in __NTH() 158 return __wcscpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t)); in __NTH() 172 if (__bos (__dest) != (size_t) -1) in __NTH() 173 return __wcpcpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t)); in __NTH() 195 if (__bos (__dest) != (size_t) -1) in __NTH() 199 __bos (__dest) / sizeof (wchar_t)); in __NTH() 200 if (__n > __bos (__dest) / sizeof (wchar_t)) in __NTH() 202 __bos (__dest) / sizeof (wchar_t)); in __NTH() 225 if (__bos (__dest) != (size_t) -1) in __NTH() 229 __bos (__dest) / sizeof (wchar_t)); in __NTH() [all …]
|
| H A D | unistd.h | 143 if (__bos (__buf) != (size_t) -1) in __NTH() 146 return __readlink_chk (__path, __buf, __len, __bos (__buf)); in __NTH() 148 if ( __len > __bos (__buf)) in __NTH() 149 return __readlink_chk_warn (__path, __buf, __len, __bos (__buf)); in __NTH() 177 if (__bos (__buf) != (size_t) -1) in __NTH() 180 return __readlinkat_chk (__fd, __path, __buf, __len, __bos (__buf)); in __NTH() 182 if (__len > __bos (__buf)) in __NTH() 184 __bos (__buf)); in __NTH() 203 if (__bos (__buf) != (size_t) -1) in __NTH() 206 return __getcwd_chk (__buf, __size, __bos (__buf)); in __NTH() [all …]
|
| H A D | stdlib.h | 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() [all …]
|
| H A D | stdio2.h | 35 __bos (__s), __fmt, __va_arg_pack ()); in __NTH() 39 __builtin___sprintf_chk (str, __USE_FORTIFY_LEVEL - 1, __bos (str), \ 48 __bos (__s), __fmt, __ap); in __NTH() 66 __bos (__s), __fmt, __va_arg_pack ()); in __NTH() 70 __builtin___snprintf_chk (str, len, __USE_FORTIFY_LEVEL - 1, __bos (str), \ 79 __bos (__s), __fmt, __ap); in __NTH() 228 if (__bos (__str) != (size_t) -1) in gets() 229 return __gets_chk (__str, __bos (__str)); in gets() 247 if (__bos (__s) != (size_t) -1) in fgets() 250 return __fgets_chk (__s, __bos (__s), __n, __stream); in fgets() [all …]
|
| H A D | string3.h | 106 return __builtin___strcpy_chk (__dest, __src, __bos (__dest)); in __NTH() 113 return __builtin___stpcpy_chk (__dest, __src, __bos (__dest)); in __NTH() 122 return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); in __NTH() 135 if (__bos (__dest) != (size_t) -1 in __NTH() 136 && (!__builtin_constant_p (__n) || __n <= __bos (__dest))) in __NTH() 137 return __stpncpy_chk (__dest, __src, __n, __bos (__dest)); in __NTH() 145 return __builtin___strcat_chk (__dest, __src, __bos (__dest)); in __NTH() 153 return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); in __NTH()
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | cdefs.h | 132 #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) macro
|