Searched refs:gl_matchc (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.h47 size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon7423
H A Dglob-compat11.c175 limit.l_path_lim = pglob->gl_matchc;
181 pglob->gl_matchc = 0;
649 ++pglob->gl_matchc;
828 pglob->gl_matchc > limit->l_path_lim) {
H A Dglob.c65 * gl_matchc:
206 limit.l_path_lim = pglob->gl_matchc;
212 pglob->gl_matchc = 0;
681 ++pglob->gl_matchc;
859 pglob->gl_matchc > limit->l_path_lim) {
/freebsd-13-stable/include/
H A Dglob.h52 size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon7327
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h42 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon6250
H A Dglob.c50 * gl_matchc:
314 pglob->gl_matchc = 0;
518 ++pglob->gl_matchc;
H A Dsh.glob.c467 match |= (globv.gl_matchc != 0);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dglob.h57 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon6874
H A Dglob.c57 * gl_matchc:
199 pglob->gl_matchc = 0;
663 ++pglob->gl_matchc;
/freebsd-13-stable/libexec/ftpd/
H A Dpopen.c106 gl.gl_matchc = MAXGLOBARGS;
H A Dftpcmd.y1737 gl.gl_matchc = MAXGLOBARGS;
H A Dftpd.c3204 gl.gl_matchc = MAXGLOBARGS;
/freebsd-13-stable/crypto/openssh/
H A Dsftp.c647 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
663 if (g.gl_matchc == 1 && dst) {
734 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
756 if (g.gl_matchc == 1 && tmp_dst) {
945 (g.gl_pathc && !g.gl_matchc)) {
963 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL &&
1964 if (g.gl_matchc == 0)
1967 if (g.gl_matchc > 1)
1974 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc);
2030 if (g.gl_matchc
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h314 int gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_freebsd.h355 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h383 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dglob.c54 * gl_matchc:
186 pglob->gl_matchc = 0;
544 ++pglob->gl_matchc;
/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1004 for (i = 0; i < pglob.gl_matchc; i++) {
1134 for (i = 0; i < pglob.gl_matchc; i++)

Completed in 268 milliseconds