Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/gen/
HDglob-compat11.h45 size_t gl_matchc; /* Count of paths matching pattern. */ member
HDglob.c204 limit.l_path_lim = pglob->gl_matchc; in glob()
210 pglob->gl_matchc = 0; in glob()
679 ++pglob->gl_matchc; in glob2()
857 pglob->gl_matchc > limit->l_path_lim) { in globextend()
HDglob-compat11.c173 limit.l_path_lim = pglob->gl_matchc; in freebsd11_glob()
179 pglob->gl_matchc = 0; in freebsd11_glob()
647 ++pglob->gl_matchc; in glob2()
826 pglob->gl_matchc > limit->l_path_lim) { in globextend()
/freebsd-13-stable/contrib/tcsh/
HDglob.h42 int gl_matchc; /* Count of paths matching pattern. */ member
HDglob.c314 pglob->gl_matchc = 0; in glob()
518 ++pglob->gl_matchc; in glob2()
HDsh.glob.c467 match |= (globv.gl_matchc != 0); in libglob()
/freebsd-13-stable/include/
HDglob.h51 size_t gl_matchc; /* Count of paths matching pattern. */ member
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDglob.h58 size_t gl_matchc; /* Count of paths matching pattern. */ member
HDglob.c200 pglob->gl_matchc = 0; in glob()
667 ++pglob->gl_matchc;
/freebsd-13-stable/crypto/openssh/
HDsftp.c674 if (g.gl_matchc > 1 && dst != NULL && !local_is_dir(dst)) { in process_get()
690 if (g.gl_matchc == 1 && dst) { in process_get()
763 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
787 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
985 (g.gl_pathc && !g.gl_matchc)) { in do_globbed_ls()
1003 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL && in do_globbed_ls()
2042 if (g.gl_matchc == 0) in complete_match()
2045 if (g.gl_matchc > 1) in complete_match()
2052 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc); in complete_match()
2108 if (g.gl_matchc == 1) { in complete_match()
[all …]
HDsftp-glob.c168 pglob->gl_matchc == 0 && pglob->gl_offs == 0 && in sftp_glob()
HDscp.c1584 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != 0) { in sink_sftp()
1601 if (g.gl_matchc > 1 && !dst_is_dir) { in sink_sftp()
2025 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != 0) {
HDconfigure.ac1604 # Check for g.gl_matchc glob() extension
1605 AC_MSG_CHECKING([for gl_matchc field in glob_t])
1607 [[ glob_t g; g.gl_matchc = 1; ]])],
1611 gl_matchc options in glob_t])
/freebsd-13-stable/libexec/ftpd/
HDpopen.c104 gl.gl_matchc = MAXGLOBARGS; in ftpd_popen()
HDftpcmd.y1735 gl.gl_matchc = MAXGLOBARGS;
HDftpd.c3188 gl.gl_matchc = MAXGLOBARGS; in send_file_list()
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDglob.c186 pglob->gl_matchc = 0; in glob()
544 ++pglob->gl_matchc; in glob2()
HDglob.hin59 int gl_matchc; /* Count of paths matching pattern. */
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_freebsd.h392 uptr gl_matchc; member
HDsanitizer_platform_limits_netbsd.h383 uptr gl_matchc; member
/freebsd-13-stable/usr.sbin/newsyslog/
HDnewsyslog.c1003 for (i = 0; i < pglob.gl_matchc; i++) { in expand_globs()
1133 for (i = 0; i < pglob.gl_matchc; i++) in parse_file()