Searched refs:const_cast_s (Results 1 – 1 of 1) sorted by relevance
231 void* const_cast_s = s; in __memchr_chk() local232 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(memchr)(const_cast_s, c, n); in __memchr_chk()290 void *const_cast_s = s; in __memrchr_chk() local291 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(memrchr)(const_cast_s, c, n); in __memrchr_chk()