Searched refs:gl_matchc (Results 1 – 3 of 3) sorted by relevance
47 size_t gl_matchc; /* Count of paths matching pattern. */ member
206 limit.l_path_lim = pglob->gl_matchc; in glob()212 pglob->gl_matchc = 0; in glob()681 ++pglob->gl_matchc; in glob2()859 pglob->gl_matchc > limit->l_path_lim) { in globextend()
28 #define ASSERT_MATCH_COUNT(n_,g_) ASSERT_EQ(n_, g_.gl_matchc)