Searched refs:__bos_trivially_ge (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | strings.h | 38 if (!__bos_trivially_ge(bos, len)) { in __bionic_bcopy() 53 if (!__bos_trivially_ge(bos, len)) { in __bionic_bzero()
|
D | socket.h | 47 if (!__bos_trivially_ge(bos, len)) { in recvfrom() 62 if (!__bos_trivially_ge(bos, len)) { in sendto()
|
D | string.h | 71 if (!__bos_trivially_ge(bos_dst, copy_amount)) { in mempcpy() 145 if (__bos_trivially_ge(bos, n)) { in memchr() 156 if (__bos_trivially_ge(bos, n)) { in __memrchr_fortify()
|
D | unistd.h | 79 if (!__bos_trivially_ge(bos, size)) { in getcwd()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 299 #define __bos_trivially_ge(bos_val, index) __bos_dynamic_check_impl((bos_val), >=, (index)) macro
|
/bionic/docs/ |
D | clang_fortify_anatomy.md | 162 if (!__bos_trivially_ge(bos_dst, copy_amount)) { 186 if (!(__bos_trivially_ge(bos_dst, copy_amount))) {
|