HomeSort by: relevance | last modified time | path
    Searched refs:gl_matchc (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
glob.hin 59 int gl_matchc; /* Count of paths matching pattern. */
glob.c 56 * gl_matchc:
188 pglob->gl_matchc = 0;
546 ++pglob->gl_matchc;
  /src/include/
glob.h 54 __gl_size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon122
  /src/crypto/external/bsd/openssh/dist/
sftp-glob.c 145 pglob->gl_matchc == 0 && pglob->gl_offs == 0 &&
sftp.c 663 if (g.gl_matchc > 1 && dst != NULL && !local_is_dir(dst)) {
683 if (g.gl_matchc == 1 && dst) {
757 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
784 if (g.gl_matchc == 1 && tmp_dst) {
995 (g.gl_pathc && !g.gl_matchc)) {
1013 if (g.gl_matchc == 1 &&
2083 if (g.gl_matchc == 0)
2086 if (g.gl_matchc > 1)
2093 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc);
2150 if (g.gl_matchc == 1)
    [all...]
scp.c 1551 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != NULL) {
1568 if (g.gl_matchc > 1 && !dst_is_dir) {
1991 if (g.gl_matchc == 0 && g.gl_pathc == 1 && g.gl_pathv[0] != NULL) {
  /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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_freebsd.h 374 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_netbsd.h 383 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_freebsd.h 368 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
sanitizer_platform_limits_netbsd.h 383 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) {

Completed in 32 milliseconds