Searched defs:glob2 (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dinit-order-pthread-create.cc22 extern void *glob2;
45 printf("%p %p\n", glob, glob2);
52 void *glob2 = bar((void*)0x2345, true); variable
/external/libcxxabi/test/
H A Dtest_exception_storage.pass.cpp24 globals_t *glob1, *glob2; local
30 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
31 if ( glob1 != glob2 )
/external/compiler-rt/lib/asan/tests/
H A Dasan_globals_test.cc17 char glob2[2]; variable
/external/openssh/openbsd-compat/
H A Dglob.c160 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
616 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
622 * The functions glob2 and glob3 are mutually recursive; there is one level
627 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
766 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,

Completed in 148 milliseconds