Searched refs:gl_pathc (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.xs63 EXTEND(sp, pglob.gl_pathc);
64 for (i = 0; i < pglob.gl_pathc; i++) {
H A Dbsd_glob.h42 int gl_pathc; /* Count of total paths so far. */ member in struct:__anon84
H A Dbsd_glob.c267 pglob->gl_pathc = 0;
273 pglob->gl_pathc = 0;
625 oldpathc = pglob->gl_pathc;
691 if (pglob->gl_pathc == oldpathc &&
704 pglob->gl_pathc - oldpathc, sizeof(char *),
980 * add the new item, and update gl_pathc.
989 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
990 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
1008 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc
[all...]
/osnet-11/usr/src/lib/libc/port/regex/
H A Dglob.c85 for (i = gp->gl_offs; i < gp->gl_offs + gp->gl_pathc; ++i)
89 gp->gl_pathc = 0;
110 gp->gl_pathc = 0;
125 ipathc = gp->gl_pathc;
141 i = gp->gl_pathc - ipathc;
152 gp->gl_pathp[gp->gl_pathc] = NULL;
302 if ((flags & GLOB_LIMIT) && (gp->gl_pathc >= GLOBLIMIT))
306 gp->gl_pathp[gp->gl_pathc++] = strcpy(cp, str);
308 if ((gp->gl_pathc + gp->gl_offs) >= gp->gl_pathn) {
/osnet-11/usr/src/lib/libast/common/include/
H A Dglob.h53 size_t gl_pathc; member in struct:_glob_
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c276 gp->gl_pathc++;
611 gp->gl_pathc = 0;
675 skip = gp->gl_pathc;
763 if (gp->gl_pathc == skip)
767 gp->gl_pathc++;
779 argv = (char**)stakalloc((gp->gl_pathc + extra) * sizeof(char*));
805 av[gp->gl_pathc = struniq(av, argv - av)] = 0;
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c270 *modules = calloc(globbuf.gl_pathc, sizeof (char **));
276 for (i = 0; i < globbuf.gl_pathc; i++) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c211 return(gp->gl_pathc+extra);

Completed in 34 milliseconds