Home
last modified time | relevance | path

Searched refs:gl_offs (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/lib/libc/port/regex/
H A Dglob.c89 size_t gl_offs; /* # of slots reserved in gl_pathv */ member
218 pglob->gl_offs = 0; in _glob_ext()
223 if (pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX || in _glob_ext()
224 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1) in _glob_ext()
690 int o = pglob->gl_offs + oldpathc; in glob0()
706 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc, in glob0()
966 newn = 2 + pglob->gl_pathc + pglob->gl_offs; in globextend()
974 allocn = pglob->gl_offs + INITIAL; in globextend()
976 if (pglob->gl_offs >= INT_MAX || in globextend()
982 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); in globextend()
[all …]
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c176 pglob->gl_offs = 0;
503 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
722 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
733 if (pglob->gl_pathv == NULL && pglob->gl_offs > 0) {
735 pathv += pglob->gl_offs;
736 for (i = pglob->gl_offs; --i >= 0; )
750 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
752 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL;
824 pp = pglob->gl_pathv + pglob->gl_offs;
/titanic_44/usr/src/head/
H A Dglob.h86 size_t gl_offs; /* # of slots reserved in gl_pathv */ member
/titanic_44/usr/src/lib/libast/common/include/
H A Dglob.h55 size_t gl_offs; member
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h64 size_t gl_offs; member
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h64 size_t gl_offs; member
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dglob.h64 size_t gl_offs; member
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h64 size_t gl_offs; member
/titanic_44/usr/src/lib/libast/common/misc/
H A Dglob.c670 extra += gp->gl_offs; in glob()