HomeSort by relevance Sort by last modified time
    Searched refs:__bos (Results 1 - 22 of 22) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdlib.h 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)
    [all...]
unistd.h 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))
    [all...]
string3.h 106 return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
113 return __builtin___stpcpy_chk (__dest, __src, __bos (__dest));
122 return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
135 if (__bos (__dest) != (size_t) -1
136 && (!__builtin_constant_p (__n) || __n <= __bos (__dest)))
137 return __stpncpy_chk (__dest, __src, __n, __bos (__dest));
145 return __builtin___strcat_chk (__dest, __src, __bos (__dest));
153 return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
wchar2.h 157 if (__bos (__dest) != (size_t) -1)
158 return __wcscpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t));
172 if (__bos (__dest) != (size_t) -1)
173 return __wcpcpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t));
195 if (__bos (__dest) != (size_t) -1)
199 __bos (__dest) / sizeof (wchar_t));
200 if (__n > __bos (__dest) / sizeof (wchar_t))
202 __bos (__dest) / sizeof (wchar_t));
225 if (__bos (__dest) != (size_t) -1)
229 __bos (__dest) / sizeof (wchar_t))
    [all...]
stdio2.h 35 __bos (__s), __fmt, __va_arg_pack ());
39 __builtin___sprintf_chk (str, __USE_FORTIFY_LEVEL - 1, __bos (str), \
48 __bos (__s), __fmt, __ap);
66 __bos (__s), __fmt, __va_arg_pack ());
70 __builtin___snprintf_chk (str, len, __USE_FORTIFY_LEVEL - 1, __bos (str), \
79 __bos (__s), __fmt, __ap);
141 if (__bos (__str) != (size_t) -1)
142 return __gets_chk (__str, __bos (__str));
160 if (__bos (__s) != (size_t) -1)
163 return __fgets_chk (__s, __bos (__s), __n, __stream)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib.h 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)
    [all...]
unistd.h 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))
    [all...]
string3.h 106 return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
113 return __builtin___stpcpy_chk (__dest, __src, __bos (__dest));
122 return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
135 if (__bos (__dest) != (size_t) -1
136 && (!__builtin_constant_p (__n) || __n <= __bos (__dest)))
137 return __stpncpy_chk (__dest, __src, __n, __bos (__dest));
145 return __builtin___strcat_chk (__dest, __src, __bos (__dest));
153 return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
wchar2.h 157 if (__bos (__dest) != (size_t) -1)
158 return __wcscpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t));
172 if (__bos (__dest) != (size_t) -1)
173 return __wcpcpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t));
195 if (__bos (__dest) != (size_t) -1)
199 __bos (__dest) / sizeof (wchar_t));
200 if (__n > __bos (__dest) / sizeof (wchar_t))
202 __bos (__dest) / sizeof (wchar_t));
225 if (__bos (__dest) != (size_t) -1)
229 __bos (__dest) / sizeof (wchar_t))
    [all...]
stdio2.h 35 __bos (__s), __fmt, __va_arg_pack ());
39 __builtin___sprintf_chk (str, __USE_FORTIFY_LEVEL - 1, __bos (str), \
48 __bos (__s), __fmt, __ap);
66 __bos (__s), __fmt, __va_arg_pack ());
70 __builtin___snprintf_chk (str, len, __USE_FORTIFY_LEVEL - 1, __bos (str), \
79 __bos (__s), __fmt, __ap);
141 if (__bos (__str) != (size_t) -1)
142 return __gets_chk (__str, __bos (__str));
160 if (__bos (__s) != (size_t) -1)
163 return __fgets_chk (__s, __bos (__s), __n, __stream)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdlib.h 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)
    [all...]
unistd.h 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))
    [all...]
string3.h 106 return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
113 return __builtin___stpcpy_chk (__dest, __src, __bos (__dest));
122 return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
135 if (__bos (__dest) != (size_t) -1
136 && (!__builtin_constant_p (__n) || __n <= __bos (__dest)))
137 return __stpncpy_chk (__dest, __src, __n, __bos (__dest));
145 return __builtin___strcat_chk (__dest, __src, __bos (__dest));
153 return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
wchar2.h 157 if (__bos (__dest) != (size_t) -1)
158 return __wcscpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t));
172 if (__bos (__dest) != (size_t) -1)
173 return __wcpcpy_chk (__dest, __src, __bos (__dest) / sizeof (wchar_t));
195 if (__bos (__dest) != (size_t) -1)
199 __bos (__dest) / sizeof (wchar_t));
200 if (__n > __bos (__dest) / sizeof (wchar_t))
202 __bos (__dest) / sizeof (wchar_t));
225 if (__bos (__dest) != (size_t) -1)
229 __bos (__dest) / sizeof (wchar_t))
    [all...]
stdio2.h 35 __bos (__s), __fmt, __va_arg_pack ());
39 __builtin___sprintf_chk (str, __USE_FORTIFY_LEVEL - 1, __bos (str), \
48 __bos (__s), __fmt, __ap);
66 __bos (__s), __fmt, __va_arg_pack ());
70 __builtin___snprintf_chk (str, len, __USE_FORTIFY_LEVEL - 1, __bos (str), \
79 __bos (__s), __fmt, __ap);
141 if (__bos (__str) != (size_t) -1)
142 return __gets_chk (__str, __bos (__str));
160 if (__bos (__s) != (size_t) -1)
163 return __fgets_chk (__s, __bos (__s), __n, __stream)
    [all...]
  /bionic/libc/include/
string.h 118 return __builtin___strcpy_chk(dest, src, __bos(dest));
125 size_t bos = __bos(dest);
134 return __builtin___strcat_chk(dest, src, __bos(dest));
139 return __builtin___strncat_chk(dest, src, n, __bos(dest));
154 size_t bos = __bos(dest);
186 size_t bos = __bos(dest);
212 size_t bos = __bos(s);
233 size_t bos = __bos(s);
254 size_t bos = __bos(s);
stdio.h 461 return __builtin___vsnprintf_chk(dest, size, 0, __bos(dest), format, ap);
468 return __builtin___vsprintf_chk(dest, 0, __bos(dest), format, ap);
472 #define snprintf(dest, size, ...) __builtin___snprintf_chk(dest, size, 0, __bos(dest), __VA_ARGS__)
479 __bos(dest), format, __builtin_va_arg_pack());
484 #define sprintf(dest, ...) __builtin___sprintf_chk(dest, 0, __bos(dest), __VA_ARGS__)
491 __bos(dest), format, __builtin_va_arg_pack());
505 size_t bos = __bos(dest);
  /system/core/include/cutils/
properties.h 61 size_t bos = __bos(value);
  /bionic/libc/include/sys/
cdefs.h 532 #define __bos(s) __builtin_object_size((s), 1) macro
534 #define __bos(s) __builtin_object_size((s), 0) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 132 #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 132 #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 132 #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) macro

Completed in 200 milliseconds