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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.xs59 EXTEND(sp, pglob.gl_pathc);
60 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:__anon1196
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...]
/opensolaris-onvv-gate/usr/src/head/
H A Dglob.h44 size_t gl_pathc; /* Count of paths matched by pattern */ member in struct:glob_t
/opensolaris-onvv-gate/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;
109 gp->gl_pathc = 0;
124 ipathc = gp->gl_pathc;
136 i = gp->gl_pathc - ipathc;
147 gp->gl_pathp[gp->gl_pathc] = NULL;
288 gp->gl_pathp[gp->gl_pathc++] = strcpy(cp, str);
290 if ((gp->gl_pathc + gp->gl_offs) >= gp->gl_pathn) {
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dglob.h57 int gl_pathc; /* Count of total paths so far. */ member in struct:__anon1951
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dglob.h53 size_t gl_pathc; member in struct:_glob_
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c174 pglob->gl_pathc = 0;
429 oldpathc = pglob->gl_pathc;
493 if (pglob->gl_pathc == oldpathc) {
503 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
681 * add the new item, and update gl_pathc.
690 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
691 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
705 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
733 pathv[pglob->gl_offs + pglob->gl_pathc
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dglob.c279 gp->gl_pathc++;
604 gp->gl_pathc = 0;
666 skip = gp->gl_pathc;
748 if (gp->gl_pathc == skip)
752 gp->gl_pathc++;
764 argv = (char**)stakalloc((gp->gl_pathc + extra) * sizeof(char*));
790 av[gp->gl_pathc = struniq(av, argv - av)] = 0;
/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c272 *modules = calloc(globbuf.gl_pathc, sizeof (char **));
278 for (i = 0; i < globbuf.gl_pathc; i++) {
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp.c794 NULL, &g) || (g.gl_pathc && !g.gl_matchc)) {
795 if (g.gl_pathc)
878 if (g.gl_pathc)
1249 if (g.gl_pathc)
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c211 return(gp->gl_pathc+extra);
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Deval.c894 for (i = 0; i < gt.gl_pathc; i++) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpd.c3833 g.gl_pathc = 0;
3840 g.gl_pathc = 0;
3846 g.gl_pathc = 0;
3848 for (i = 0; i < g.gl_pathc; i++) {

Completed in 197 milliseconds