HomeSort by: relevance | last modified time | path
    Searched defs:zoo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 1052 static const char *zoo = "FOOBAR123"; local in function:TEST
1053 const char *p = Ident(zoo);
1058 static char zoo[10]; local in function:TEST
1059 const char *p = Ident(zoo);
1061 EXPECT_DEATH(Ident(p[15]), "zoo.*asan_test.");

Completed in 14 milliseconds