Home
last modified time | relevance | path

Searched refs:bos_src (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/
Dstring.h281 size_t bos_src = __bos(src); in stpncpy() local
284 if (bos_src == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in stpncpy()
288 return __stpncpy_chk2(dst, src, n, bos_dst, bos_src); in stpncpy()
296 size_t bos_src = __bos(src); in strncpy() local
299 if (bos_src == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in strncpy()
303 return __strncpy_chk2(dst, src, n, bos_dst, bos_src); in strncpy()
475 size_t bos_src = __bos(src); in stpncpy() local
477 if (bos_src == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in stpncpy()
481 if (__builtin_constant_p(n) && (n <= bos_src)) { in stpncpy()
490 return __stpncpy_chk2(dst, src, n, bos_dst, bos_src); in stpncpy()
[all …]