Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/fortify/
Dfortify.c231 void* const_cast_s = s; in __memchr_diagnose() local
232 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(memchr)(const_cast_s, c, n); in __memchr_diagnose()
301 void *const_cast_s = s; in __memrchr_chk() local
302 return __DIAGNOSE_CALL_BYPASSING_FORTIFY(memrchr)(const_cast_s, c, n); in __memrchr_chk()