Home
last modified time | relevance | path

Searched refs:__DIAGNOSE_BOS_TRIVIALLY_GE (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/linux/user/include/fortify/
H A Dsocket.h45 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
62 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
78 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
94 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
H A Dstring.h184 if (__DIAGNOSE_BOS_TRIVIALLY_GE(bos, n)) {
199 if (__DIAGNOSE_BOS_TRIVIALLY_GE(bos, n)) {
H A Dfortify.h100 #define __DIAGNOSE_BOS_TRIVIALLY_GE(bos_val, index) __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL((bos_val), >=, (index)) macro
H A Dunistd.h64 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, size)) { in __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE()
/third_party/musl/include/fortify/linux/
H A Dsocket.h45 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
62 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
78 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
94 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, len)) {
H A Dstring.h184 if (__DIAGNOSE_BOS_TRIVIALLY_GE(bos, n)) {
199 if (__DIAGNOSE_BOS_TRIVIALLY_GE(bos, n)) {
H A Dfortify.h100 #define __DIAGNOSE_BOS_TRIVIALLY_GE(bos_val, index) __DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL((bos_val), >=, (index)) macro
H A Dunistd.h64 if (!__DIAGNOSE_BOS_TRIVIALLY_GE(bos, size)) { in __DIAGNOSE_ERROR_IF_OVERFLOWS_OBJECTSIZE()

Completed in 3 milliseconds