Home
last modified time | relevance | path

Searched refs:gl_matchc (Results 1 – 7 of 7) sorted by relevance

/external/openssh/openbsd-compat/
Dglob.h53 int gl_matchc; /* Count of paths matching pattern. */ member
Dglob.c198 pglob->gl_matchc = 0; in glob()
662 ++pglob->gl_matchc;
/external/openssh/
Dsftp.c616 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 …]
Dconfigure.ac1314 # Check for g.gl_matchc glob() extension
1315 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])
Dconfig.h.in153 /* Define if your system glob() function has gl_matchc options in glob_t */
Dconfigure14903 glob_t g; g.gl_matchc = 1;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h706 uptr gl_matchc; member