Home
last modified time | relevance | path

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

/freebsd/tests/sys/ses/
H A Dcommon.h42 if (g.gl_matchc == 0) in for_each_ses_dev()
45 for(i = 0; i < g.gl_matchc; i++) { in for_each_ses_dev()
66 return (g.gl_matchc != 0); in has_ses()
H A Ddestructive.c56 if (g.gl_matchc == 0) in for_one_ses_dev()
/freebsd/lib/libc/gen/
H A Dglob-compat11.h42 size_t gl_matchc; /* Count of paths matching pattern. */ member
H A Dglob-compat11.c170 limit.l_path_lim = pglob->gl_matchc; in freebsd11_glob()
176 pglob->gl_matchc = 0; in freebsd11_glob()
643 ++pglob->gl_matchc; in glob2()
822 pglob->gl_matchc > limit->l_path_lim) { in globextend()
H A Dglob.c202 limit.l_path_lim = pglob->gl_matchc; in glob()
208 pglob->gl_matchc = 0; in glob()
676 ++pglob->gl_matchc; in glob2()
854 pglob->gl_matchc > limit->l_path_lim) { in globextend()
/freebsd/contrib/tcsh/
H A Dglob.h42 int gl_matchc; /* Count of paths matching pattern. */ member
H A Dglob.c314 pglob->gl_matchc = 0; in glob()
518 ++pglob->gl_matchc; in glob2()
H A Dsh.glob.c467 match |= (globv.gl_matchc != 0); in libglob()
/freebsd/include/
H A Dglob.h49 size_t gl_matchc; /* Count of paths matching pattern. */ member
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.h58 size_t gl_matchc; /* Count of paths matching pattern. */ member
H A Dglob.c200 pglob->gl_matchc = 0; in glob()
667 ++pglob->gl_matchc;
/freebsd/crypto/openssh/
H A Dsftp.c672 if (g.gl_matchc > 1 && dst != NULL && !local_is_dir(dst)) { in process_get()
688 if (g.gl_matchc == 1 && dst) { in process_get()
761 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) { in process_put()
785 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
983 (g.gl_pathc && !g.gl_matchc)) { in do_globbed_ls()
1001 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL && in do_globbed_ls()
2040 if (g.gl_matchc == 0) in complete_match()
2043 if (g.gl_matchc > 1) in complete_match()
2050 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc); in complete_match()
2106 if (g.gl_matchc == 1) { in complete_match()
[all …]
H A Dsftp-glob.c168 pglob->gl_matchc == 0 && pglob->gl_offs == 0 && in sftp_glob()
H A Dscp.c1582 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != 0) { in sink_sftp()
1599 if (g.gl_matchc > 1 && !dst_is_dir) { in sink_sftp()
2023 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != 0) {
H A Dconfigure.ac1596 # Check for g.gl_matchc glob() extension
1597 AC_MSG_CHECKING([for gl_matchc field in glob_t])
1599 [[ glob_t g; g.gl_matchc = 1; ]])],
1603 gl_matchc options in glob_t])
/freebsd/libexec/ftpd/
H A Dpopen.c97 gl.gl_matchc = MAXGLOBARGS; in ftpd_popen()
H A Dftpcmd.y1726 gl.gl_matchc = MAXGLOBARGS;
H A Dftpd.c3147 gl.gl_matchc = MAXGLOBARGS; in send_file_list()
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c186 pglob->gl_matchc = 0; in glob()
544 ++pglob->gl_matchc; in glob2()
H A Dglob.hin59 int gl_matchc; /* Count of paths matching pattern. */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h374 uptr gl_matchc; member
H A Dsanitizer_platform_limits_netbsd.h383 uptr gl_matchc; member
/freebsd/usr.sbin/jail/
H A Dconfig.c300 for (size_t gi = 0; gi < g.gl_matchc; gi++) in include_config()
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c1084 for (i = 0; i < pglob.gl_matchc; i++) { in expand_globs()
1214 for (i = 0; i < pglob.gl_matchc; i++) in parse_file()