Searched refs:GLOB_DOOFFS (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/ndk_musl_include/ |
D | glob.h | 28 #define GLOB_DOOFFS 0x08 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | glob.h | 28 #define GLOB_DOOFFS 0x08 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | glob.h | 28 #define GLOB_DOOFFS 0x08 macro
|
/third_party/musl/include/ |
D | glob.h | 28 #define GLOB_DOOFFS 0x08 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | glob.h | 28 #define GLOB_DOOFFS 0x08 macro
|
/third_party/musl/libc-test/src/api/ |
D | glob.c | 16 C(GLOB_DOOFFS) in f()
|
/third_party/libxml2/ |
D | testrecurse.c | 71 #define GLOB_DOOFFS 0 macro 826 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf); in launchTests()
|
D | runtest.c | 123 #define GLOB_DOOFFS 0 macro 2581 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); in xpathDocTest() 2633 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); in xptrDocTest() 3191 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); in schemasTest() 3352 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); in rngTest() 3443 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); in rngStreamTest() 4512 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf); in launchTests()
|
/third_party/musl/src/regex/ |
D | glob.c | 231 size_t offs = (flags & GLOB_DOOFFS) ? g->gl_offs : 0; in glob()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 125254 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); 125346 glob(pattern, GLOB_DOOFFS, NULL, &globbuf); 125422 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
|