HomeSort by relevance Sort by last modified time
    Searched full:__bos (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
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...]
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...]
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...]
string3.h 107 return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
114 return __builtin___stpcpy_chk (__dest, __src, __bos (__dest));
123 return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
136 if (__bos (__dest) != (size_t) -1
137 && (!__builtin_constant_p (__n) || __n <= __bos (__dest)))
138 return __stpncpy_chk (__dest, __src, __n, __bos (__dest));
146 return __builtin___strcat_chk (__dest, __src, __bos (__dest));
154 return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
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);
228 if (__bos (__str) != (size_t) -1)
229 return __gets_chk (__str, __bos (__str));
247 if (__bos (__s) != (size_t) -1)
250 return __fgets_chk (__s, __bos (__s), __n, __stream)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
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...]
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...]
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...]
string3.h 107 return __builtin___strcpy_chk (__dest, __src, __bos (__dest));
114 return __builtin___stpcpy_chk (__dest, __src, __bos (__dest));
123 return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
136 if (__bos (__dest) != (size_t) -1
137 && (!__builtin_constant_p (__n) || __n <= __bos (__dest)))
138 return __stpncpy_chk (__dest, __src, __n, __bos (__dest));
146 return __builtin___strcat_chk (__dest, __src, __bos (__dest));
154 return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
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);
228 if (__bos (__str) != (size_t) -1)
229 return __gets_chk (__str, __bos (__str));
247 if (__bos (__s) != (size_t) -1)
250 return __fgets_chk (__s, __bos (__s), __n, __stream)
    [all...]
  /bionic/libc/include/
string.h 116 return __builtin___stpcpy_chk(dest, src, __bos(dest));
121 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
147 size_t bos_dest = __bos(dest);
148 size_t bos_src = __bos(src);
168 return __builtin___strcat_chk(dest, src, __bos(dest));
173 return __builtin___strncat_chk(dest, src, n, __bos(dest));
183 size_t bos = __bos(dest);
204 size_t bos = __bos(dest)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 114 return __builtin___stpcpy_chk(dest, src, __bos(dest));
119 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
149 size_t bos_dest = __bos(dest);
150 size_t bos_src = __bos(src);
170 return __builtin___strcat_chk(dest, src, __bos(dest));
175 return __builtin___strncat_chk(dest, src, n, __bos(dest));
189 size_t bos = __bos(dest);
214 size_t bos = __bos(dest)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 114 return __builtin___stpcpy_chk(dest, src, __bos(dest));
119 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
149 size_t bos_dest = __bos(dest);
150 size_t bos_src = __bos(src);
170 return __builtin___strcat_chk(dest, src, __bos(dest));
175 return __builtin___strncat_chk(dest, src, n, __bos(dest));
189 size_t bos = __bos(dest);
214 size_t bos = __bos(dest)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 114 return __builtin___stpcpy_chk(dest, src, __bos(dest));
119 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
149 size_t bos_dest = __bos(dest);
150 size_t bos_src = __bos(src);
170 return __builtin___strcat_chk(dest, src, __bos(dest));
175 return __builtin___strncat_chk(dest, src, n, __bos(dest));
189 size_t bos = __bos(dest);
214 size_t bos = __bos(dest)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 114 return __builtin___stpcpy_chk(dest, src, __bos(dest));
119 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
149 size_t bos_dest = __bos(dest);
150 size_t bos_src = __bos(src);
170 return __builtin___strcat_chk(dest, src, __bos(dest));
175 return __builtin___strncat_chk(dest, src, n, __bos(dest));
189 size_t bos = __bos(dest);
214 size_t bos = __bos(dest)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 114 return __builtin___stpcpy_chk(dest, src, __bos(dest));
119 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
149 size_t bos_dest = __bos(dest);
150 size_t bos_src = __bos(src);
170 return __builtin___strcat_chk(dest, src, __bos(dest));
175 return __builtin___strncat_chk(dest, src, n, __bos(dest));
189 size_t bos = __bos(dest);
214 size_t bos = __bos(dest)
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h 114 return __builtin___stpcpy_chk(dest, src, __bos(dest));
119 return __builtin___strcpy_chk(dest, src, __bos(dest));
126 size_t bos_dest = __bos(dest);
127 size_t bos_src = __bos(src);
149 size_t bos_dest = __bos(dest);
150 size_t bos_src = __bos(src);
170 return __builtin___strcat_chk(dest, src, __bos(dest));
175 return __builtin___strncat_chk(dest, src, n, __bos(dest));
189 size_t bos = __bos(dest);
214 size_t bos = __bos(dest)
    [all...]
  /development/ndk/platforms/android-L/include/
string.h 121 return __builtin___stpcpy_chk(dest, src, __bos(dest));
126 return __builtin___strcpy_chk(dest, src, __bos(dest));
134 size_t bos_dest = __bos(dest);
135 size_t bos_src = __bos(src);
161 size_t bos_dest = __bos(dest);
162 size_t bos_src = __bos(src);
185 return __builtin___strcat_chk(dest, src, __bos(dest));
190 return __builtin___strncat_chk(dest, src, n, __bos(dest));
205 size_t bos = __bos(dest);
237 size_t bos = __bos(dest)
    [all...]
  /bionic/libc/include/sys/
select.h 59 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
60 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
61 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  /development/ndk/platforms/android-L/include/sys/
select.h 58 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
59 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
60 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
select.h 58 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
59 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
60 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
select.h 58 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
59 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
60 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
select.h 58 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
59 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
60 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
select.h 58 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
59 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
60 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
select.h 58 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set))
59 #define FD_SET(fd, set) __FD_SET_chk(fd, set, __bos(set))
60 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))

Completed in 3898 milliseconds

1 2 3