Searched refs:gl_matchc (Results 1 – 10 of 10) sorted by relevance
58 size_t gl_matchc; /* Count of paths matching pattern. */ member
200 pglob->gl_matchc = 0; in glob()667 ++pglob->gl_matchc;
673 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) { in process_get()689 if (g.gl_matchc == 1 && dst) { in process_get()760 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()782 if (g.gl_matchc == 1 && tmp_dst) { in process_put()971 (g.gl_pathc && !g.gl_matchc)) { in do_globbed_ls()989 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL && in do_globbed_ls()2008 if (g.gl_matchc == 0) in complete_match()2011 if (g.gl_matchc > 1) in complete_match()2018 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc); in complete_match()2074 if (g.gl_matchc == 1) { in complete_match()[all …]
1470 # Check for g.gl_matchc glob() extension1471 AC_MSG_CHECKING([for gl_matchc field in glob_t])1473 [[ glob_t g; g.gl_matchc = 1; ]])],1477 gl_matchc options in glob_t])
355 uptr gl_matchc; member
383 uptr gl_matchc; member
706 uptr gl_matchc; member
52 pub gl_matchc: ::size_t,
94 pub gl_matchc: ::size_t,
78 pub gl_matchc: ::size_t,