Lines Matching refs:zoo
986 static const char *zoo = "FOOBAR123";987 const char *p = Ident(zoo);992 static char zoo[10];993 const char *p = Ident(zoo);995 EXPECT_DEATH(Ident(p[15]), "zoo.*asan_test.");