Searched refs:GLOB_MARK (Results 1 – 4 of 4) sorted by relevance
43 MACRO(GLOB_MARK); in glob_h()
71 #define GLOB_MARK 0x0008 /* Append "/" to the names of returned directories. */ macro
147 ASSERT_EQ(0, glob(td.path, GLOB_MARK, nullptr, &g)); in TEST()155 ASSERT_EQ(0, glob(tf.path, GLOB_MARK, nullptr, &g)); in TEST()
668 if ((pglob->gl_flags & GLOB_MARK) && in glob2()