HomeSort by relevance Sort by last modified time
    Searched defs:zoo (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
pr18841a.c 5 void zoo(){} function
  /external/ltp/pan/
ltp-bump.c 50 zoo_t zoo; local
75 "ltp-bump: Must supply -a or set ZOO env variable\n");
86 if ((zoo = zoo_open(active)) == NULL) {
93 nanny = zoo_getpid(zoo, argv[optind]);
103 if (zoo_clear(zoo, nanny))
112 zoo_close(zoo);
zoolib.c 37 * A Zoo is a file used to record what test tags are running at the moment.
38 * If the system crashes, we should be able to look at the zoo file to find out
42 * The zoo file is meant to be a text file that fits on a standard console.
45 * zoo file format:
65 /* zoo_mark(): private function to make an entry to the zoo
73 /* zoo_getname(): create a filename to use for the zoo */
77 char *zoo; local
79 zoo = getenv("ZOO");
80 if (zoo) {
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-thunks.cpp 75 void zoo(C* obj) { function
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 1024 static const char *zoo = "FOOBAR123"; local
1025 const char *p = Ident(zoo);
1030 static char zoo[10]; local
1031 const char *p = Ident(zoo);
1033 EXPECT_DEATH(Ident(p[15]), "zoo.*asan_test.");
    [all...]

Completed in 115 milliseconds