Searched defs:gl_pathc (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h84 size_t gl_pathc; /* Total count of paths matched by pattern */ member in struct:glob_t
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/common/include/
H A Dglob.h53 size_t gl_pathc; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h62 size_t gl_pathc; member in struct:_glob_
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c87 size_t gl_pathc; /* Count of paths matched by pattern */ member in struct:old_glob
225 pglob->gl_pathc = 0;
236 if (pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX ||
237 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1)
567 oldpathc = pglob->gl_pathc;
689 if (pglob->gl_pathc == oldpathc) {
702 int n = pglob->gl_pathc - oldpathc;
720 pglob->gl_pathc - oldpathc, sizeof (char *),
955 * add the new item, and update gl_pathc. Avoids excessive reallocation
962 * Either gl_pathc i
[all...]

Completed in 66 milliseconds