Searched refs:gl_matchc (Results 1 – 7 of 7) sorted by relevance
53 int gl_matchc; /* Count of paths matching pattern. */ member
198 pglob->gl_matchc = 0; in glob()662 ++pglob->gl_matchc;
616 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) { in process_get()632 if (g.gl_matchc == 1 && dst) { in process_get()701 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()723 if (g.gl_matchc == 1 && tmp_dst) { in process_put()881 (g.gl_pathc && !g.gl_matchc)) { in do_globbed_ls()899 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL && in do_globbed_ls()1861 if (g.gl_matchc == 0) in complete_match()1864 if (g.gl_matchc > 1) in complete_match()1871 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc); in complete_match()1927 if (g.gl_matchc == 1) { in complete_match()[all …]
1314 # Check for g.gl_matchc glob() extension1315 AC_MSG_CHECKING([for gl_matchc field in glob_t])1317 [[ glob_t g; g.gl_matchc = 1; ]])],1321 gl_matchc options in glob_t])
153 /* Define if your system glob() function has gl_matchc options in glob_t */
14903 glob_t g; g.gl_matchc = 1;
706 uptr gl_matchc; member