Searched refs:GLOB_NOSORT (Results 1 – 3 of 3) sorted by relevance
86 #define GLOB_NOSORT 0x0020 /* Don't sort. */ macro
521 if (!(pglob->gl_flags & GLOB_NOSORT)) in glob0()
144 ret = glob(pattern.c_str(), GLOB_NOSORT, NULL, &dirContents); in TEST_F()