Searched refs:POISON (Results 1 – 1 of 1) sorted by relevance
38 const char POISON = 'z'; in tc() local47 memset(buf, POISON, sizeof(buf)); in tc()102 if (buf[index] != POISON) { in tc()