/external/compiler-rt/lib/msan/lit_tests/Linux/ |
glob_nomatch.cc | 14 glob_t globbuf; local 15 int res = glob(buf, 0, 0, &globbuf); 17 assert(globbuf.gl_pathc == 0); 18 if (globbuf.gl_pathv == 0)
|
glob_altdirfunc.cc | 57 glob_t globbuf; local 58 globbuf.gl_closedir = my_gl_closedir; 59 globbuf.gl_readdir = my_gl_readdir; 60 globbuf.gl_opendir = my_gl_opendir; 61 globbuf.gl_lstat = my_gl_lstat; 62 globbuf.gl_stat = my_gl_stat; 64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf); 67 assert(globbuf.gl_pathc == 2); 68 printf("%zu\n", strlen(globbuf.gl_pathv[0])); 69 printf("%zu\n", strlen(globbuf.gl_pathv[1])) [all...] |
glob.cc | 16 glob_t globbuf; local 17 int res = glob(buf, 0, 0, &globbuf); 21 assert(globbuf.gl_pathc == 2); 22 printf("%zu\n", strlen(globbuf.gl_pathv[0])); 23 printf("%zu\n", strlen(globbuf.gl_pathv[1]));
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
glob.cc | 17 glob_t globbuf; local 18 int res = glob(pattern.c_str(), 0, 0, &globbuf); 22 assert(globbuf.gl_pathc == 2); 23 printf("%zu\n", strlen(globbuf.gl_pathv[0])); 24 printf("%zu\n", strlen(globbuf.gl_pathv[1]));
|
/external/chromium_org/third_party/libxml/src/ |
runtest.c | 2413 glob_t globbuf; local 2461 glob_t globbuf; local 2996 glob_t globbuf; local 3173 glob_t globbuf; local 3260 glob_t globbuf; local 4321 glob_t globbuf; local [all...] |