| Home | Sort by: relevance | last modified time | path |
| /src/include/ | |
| glob.h | 54 __gl_size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon122 |
| /src/usr.bin/man/ | |
| man.c | 608 if (pg->gl_matchc == 0) 612 cnt = pg->gl_pathc - pg->gl_matchc; 651 if (pg->gl_matchc == 0) 660 for (cnt = pg->gl_pathc - pg->gl_matchc; 1076 if (pg.gl_matchc == 0) { |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
| sanitizer_platform_limits_openbsd.h | 314 int gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t |
| sanitizer_platform_limits_freebsd.h | 356 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t |
| sanitizer_platform_limits_netbsd.h | 384 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t |
| /src/lib/libc/gen/ | |
| glob.c | 66 * gl_matchc: 203 pglob->gl_matchc = 0; 655 ++pglob->gl_matchc; |
| /src/bin/csh/ | |
| glob.c | 405 match |= (globv.gl_matchc != 0); |
| /src/libexec/ftpd/ | |
| conf.c | 565 || gl.gl_matchc == 0) { |