Home
last modified time | relevance | path

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

/bionic/libc/include/bits/fortify/
Dstrings.h38 if (!__bos_trivially_ge(bos, len)) { in __bionic_bcopy()
53 if (!__bos_trivially_ge(bos, len)) { in __bionic_bzero()
Dsocket.h48 if (!__bos_trivially_ge(bos, len)) { in recvfrom()
63 if (!__bos_trivially_ge(bos, len)) { in sendto()
Dstring.h67 if (!__bos_trivially_ge(bos_dst, copy_amount)) { in mempcpy()
137 if (__bos_trivially_ge(bos, n)) { in memchr()
148 if (__bos_trivially_ge(bos, n)) { in __memrchr_fortify()
Dunistd.h79 if (!__bos_trivially_ge(bos, size)) { in getcwd()
/bionic/libc/include/sys/
Dcdefs.h321 #define __bos_trivially_ge(bos_val, index) __bos_dynamic_check_impl((bos_val), >=, (index)) macro