Home
last modified time | relevance | path

Searched refs:gl_pathc (Results 1 – 25 of 82) sorted by relevance

1234

/netbsd/external/gpl2/gmake/dist/glob/
H A Dglob.c452 pglob->gl_pathc = 0;
455 firstc = pglob->gl_pathc;
498 if (pglob->gl_pathc != firstc)
604 pglob->gl_pathc = 0;
608 oldcount = pglob->gl_pathc;
813 (pglob->gl_pathc +
887 old_pathc = pglob->gl_pathc;
932 (pglob->gl_pathc +
935 dirs.gl_pathc + 1) *
979 ++pglob->gl_pathc;
[all …]
H A Dglob.h122 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member
144 __size_t gl_pathc; member
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dglob.c313 pglob->gl_pathc = 0;
363 pglob->gl_pathc = 0;
366 firstc = pglob->gl_pathc;
389 pglob->gl_pathc = 0;
503 pglob->gl_pathc = 0;
714 pglob->gl_pathc = 0;
723 ++pglob->gl_pathc;
793 pglob->gl_pathc = 0;
804 pglob->gl_pathc = 0;
836 pglob->gl_pathc = 0;
[all …]
H A Dglob-libc.h94 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member
123 __size_t gl_pathc; member
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c336 pglob->gl_pathc = 0; in __glob()
438 firstc = pglob->gl_pathc; in __glob()
906 pglob->gl_pathc = 0; in __glob()
941 ++pglob->gl_pathc; in __glob()
1003 old_pathc = pglob->gl_pathc; in __glob()
1016 pglob->gl_pathc = 0; in __glob()
1028 pglob->gl_pathc = 0; in __glob()
1067 pglob->gl_pathc = 0; in __glob()
1072 ++pglob->gl_pathc; in __glob()
1140 pglob->gl_pathc = 0; in __glob()
[all …]
H A Dglob-libc.h76 size_t gl_pathc; /* Count of paths matched by the pattern. */ member
105 size_t gl_pathc; member
H A Dglobfree.c33 for (i = 0; i < pglob->gl_pathc; ++i) in globfree()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dglob.c336 pglob->gl_pathc = 0; in __glob()
438 firstc = pglob->gl_pathc; in __glob()
906 pglob->gl_pathc = 0; in __glob()
941 ++pglob->gl_pathc; in __glob()
1003 old_pathc = pglob->gl_pathc; in __glob()
1016 pglob->gl_pathc = 0; in __glob()
1028 pglob->gl_pathc = 0; in __glob()
1067 pglob->gl_pathc = 0; in __glob()
1072 ++pglob->gl_pathc; in __glob()
1140 pglob->gl_pathc = 0; in __glob()
[all …]
H A Dglob-libc.h76 size_t gl_pathc; /* Count of paths matched by the pattern. */ member
105 size_t gl_pathc; member
H A Dglobfree.c33 for (i = 0; i < pglob->gl_pathc; ++i) in globfree()
/netbsd/tests/include/
H A Dt_glob.c63 g.gl_pathc = g.gl_pathc - 1; in ATF_TC_BODY()
65 ATF_REQUIRE(g.gl_pathc > 0); in ATF_TC_BODY()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c181 pglob->gl_pathc = 0; in glob()
414 oldpathc = pglob->gl_pathc; in glob0()
478 if (pglob->gl_pathc == oldpathc && in glob0()
485 pglob->gl_pathc - oldpathc, sizeof(char *), compare); in glob0()
659 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs); in globextend()
680 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; in globextend()
682 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL; in globextend()
752 for (i = pglob->gl_pathc; i--; ++pp) in globfree()
/netbsd/tests/lib/libc/gen/
H A Dt_glob.c238 for (i = 0; i < gl.gl_pathc; i++) in run()
245 while ((name = va_arg(res, const char *)) != NULL && i < gl.gl_pathc) { in run()
250 ATF_CHECK_EQ_MSG(i, gl.gl_pathc, in run()
251 "expected %zu results, got %zu", i, gl.gl_pathc); in run()
/netbsd/lib/libc/gen/
H A Dglob.c196 pglob->gl_pathc = 0; in glob()
491 oldpathc = pglob->gl_pathc; in glob0()
552 if (pglob->gl_pathc == oldpathc) { in glob0()
569 (size_t)pglob->gl_pathc - oldpathc, sizeof(char *), in glob0()
901 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs); in globextend()
927 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; in globextend()
929 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL; in globextend()
1023 for (i = pglob->gl_pathc; i--; ++pp) in globfree()
1028 pglob->gl_pathc = 0; in globfree()
/netbsd/external/bsd/tmux/dist/compat/
H A Dgetdtablecount.c38 n = g.gl_pathc; in getdtablecount()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_tilde_expand.cc55 return m_glob.gl_pathc; in pathc()
/netbsd/include/
H A Dglob.h53 __gl_size_t gl_pathc; /* Count of total paths so far. */ member
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_tilde_expand.cc55 return m_glob.gl_pathc; in pathc()
/netbsd/usr.bin/man/
H A Dman.c607 cnt = pg->gl_pathc - pg->gl_matchc; in manual()
655 for (cnt = pg->gl_pathc - pg->gl_matchc; in manual()
656 cnt < pg->gl_pathc; ++cnt) { in manual()
700 while (++cnt< pg->gl_pathc) in manual()
/netbsd/sbin/restore/
H A Dinteractive.c393 if (ap->glob.gl_pathc == 0) in getcmd()
396 ap->argcnt = ap->glob.gl_pathc; in getcmd()
399 strlcpy(name, ap->glob.gl_pathv[ap->glob.gl_pathc - ap->argcnt], size); in getcmd()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dsftp-glob.c145 pglob->gl_pathc == 1 && (s = pglob->gl_pathv[0]) != NULL && in remote_glob()
/netbsd/external/bsd/less/dist/
H A Dlglob.h41 #define SCAN_GLOB_LIST(list,p) i = 0; i < list.gl_pathc; i++
/netbsd/usr.bin/whatis/
H A Dwhatis.c129 if (pg.gl_pathc) in main()
/netbsd/usr.sbin/catman/
H A Dcatman.c279 for (i = 0; i < manpaths.gl_pathc; i++) { in uniquepath()
282 for (j = 0; j < manpaths.gl_pathc; j++) { in uniquepath()
/netbsd/usr.bin/apropos/
H A Dapropos.c140 if (pg.gl_pathc) in main()

1234