Searched refs:bos_dest (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/include/ |
D | string.h | 212 size_t bos_dest = __bos(dest); in stpncpy() local 216 return __builtin___stpncpy_chk(dest, src, n, bos_dest); in stpncpy() 220 return __builtin___stpncpy_chk(dest, src, n, bos_dest); in stpncpy() 225 return __builtin___stpncpy_chk(dest, src, n, bos_dest); in stpncpy() 228 return __stpncpy_chk2(dest, src, n, bos_dest, bos_src); in stpncpy() 233 size_t bos_dest = __bos(dest); in strncpy() local 237 return __builtin___strncpy_chk(dest, src, n, bos_dest); in strncpy() 241 return __builtin___strncpy_chk(dest, src, n, bos_dest); in strncpy() 246 return __builtin___strncpy_chk(dest, src, n, bos_dest); in strncpy() 249 return __strncpy_chk2(dest, src, n, bos_dest, bos_src); in strncpy()
|