Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/ssp/
Dchk_fail.c11 #define CHK_FAIL_MSG "*** overflow detected ***: terminated" macro
18 puts(CHK_FAIL_MSG); in __chk_fail()
20 static const char msg[] = CHK_FAIL_MSG "\n"; in __chk_fail()