Searched refs:bos_dest (Results 1 – 1 of 1) sorted by relevance
/development/ndk/platforms/android-21/include/ |
D | string.h | 126 size_t bos_dest = __bos(dest); in stpncpy() local 130 return __builtin___stpncpy_chk(dest, src, n, bos_dest); in stpncpy() 134 return __builtin___stpncpy_chk(dest, src, n, bos_dest); in stpncpy() 139 return __builtin___stpncpy_chk(dest, src, n, bos_dest); in stpncpy() 142 return __stpncpy_chk2(dest, src, n, bos_dest, bos_src); in stpncpy() 149 size_t bos_dest = __bos(dest); in strncpy() local 153 return __builtin___strncpy_chk(dest, src, n, bos_dest); in strncpy() 157 return __builtin___strncpy_chk(dest, src, n, bos_dest); in strncpy() 162 return __builtin___strncpy_chk(dest, src, n, bos_dest); in strncpy() 165 return __strncpy_chk2(dest, src, n, bos_dest, bos_src); in strncpy()
|