Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/include/fortify/
Dsocket.h45 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) { in recvfrom()
62 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) { in sendto()
78 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) { in recv()
94 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) { in send()
Dstring.h184 if (__DIAGNOSE_BOS_TRIVIALLY_GE(bos, n)) { in memchr()
199 if (__DIAGNOSE_BOS_TRIVIALLY_GE(bos, n)) { in memrchr()
Dfortify.h100 #define __DIAGNOSE_BOS_TRIVIALLY_GE(bos_val, index) __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL((bos_val), >=… macro
Dunistd.h64 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, size)) { in getcwd()