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

/freebsd-current/tests/sys/ses/
H A Dcommon.h42 if (g.gl_matchc == 0)
45 for(i = 0; i < g.gl_matchc; i++) {
66 return (g.gl_matchc != 0);
H A Ddestructive.c56 if (g.gl_matchc == 0)
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.h42 size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon96
H A Dglob-compat11.c170 limit.l_path_lim = pglob->gl_matchc;
176 pglob->gl_matchc = 0;
643 ++pglob->gl_matchc;
822 pglob->gl_matchc > limit->l_path_lim) {
H A Dglob.c61 * gl_matchc:
202 limit.l_path_lim = pglob->gl_matchc;
208 pglob->gl_matchc = 0;
676 ++pglob->gl_matchc;
854 pglob->gl_matchc > limit->l_path_lim) {
/freebsd-current/contrib/tcsh/
H A Dglob.h42 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon6210
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-current/include/
H A Dglob.h49 size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon49
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h58 size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon19
H A Dglob.c57 * gl_matchc:
200 pglob->gl_matchc = 0;
667 ++pglob->gl_matchc;
/freebsd-current/crypto/openssh/
H A Dsftp-glob.c168 pglob->gl_matchc == 0 && pglob->gl_offs == 0 &&
H A Dsftp.c672 if (g.gl_matchc > 1 && dst != NULL && !local_is_dir(dst)) {
688 if (g.gl_matchc == 1 && dst) {
761 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
785 if (g.gl_matchc == 1 && tmp_dst) {
983 (g.gl_pathc && !g.gl_matchc)) {
1001 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL &&
2040 if (g.gl_matchc == 0)
2043 if (g.gl_matchc > 1)
2050 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc);
2106 if (g.gl_matchc
[all...]
H A Dscp.c1582 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != 0) {
1599 if (g.gl_matchc > 1 && !dst_is_dir) {
2023 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != 0) {
/freebsd-current/libexec/ftpd/
H A Dpopen.c97 gl.gl_matchc = MAXGLOBARGS;
H A Dftpcmd.y1726 gl.gl_matchc = MAXGLOBARGS;
H A Dftpd.c3147 gl.gl_matchc = MAXGLOBARGS;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c54 * gl_matchc:
186 pglob->gl_matchc = 0;
544 ++pglob->gl_matchc;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h374 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-current/usr.sbin/jail/
H A Dconfig.c300 for (size_t gi = 0; gi < g.gl_matchc; gi++)
/freebsd-current/usr.sbin/newsyslog/
H A Dnewsyslog.c1084 for (i = 0; i < pglob.gl_matchc; i++) {
1214 for (i = 0; i < pglob.gl_matchc; i++)

Completed in 591 milliseconds