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