Home
last modified time | relevance | path

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

/lib/
Dtest_strscpy.c38 const char POISON = 'z'; in tc() local
47 memset(buf, POISON, sizeof(buf)); in tc()
102 if (buf[index] != POISON) { in tc()