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

/illumos-gate/usr/src/head/
H A Dglob.h86 size_t gl_offs; /* # of slots reserved in gl_pathv */ member in struct:glob_t
95 char **gl_pathp; /* gl_pathv + gl_offs */
127 #define GLOB_DOOFFS 0x0010 /* Ignore gl_offs unless set */
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h64 size_t gl_offs; member in struct:_glob_
108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */
/illumos-gate/usr/src/lib/libast/common/include/
H A Dglob.h55 size_t gl_offs; member in struct:_glob_
99 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dglob.h64 size_t gl_offs; member in struct:_glob_
108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h64 size_t gl_offs; member in struct:_glob_
108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h64 size_t gl_offs; member in struct:_glob_
108 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c89 size_t gl_offs; /* # of slots reserved in gl_pathv */ member in struct:old_glob
91 char **gl_pathp; /* gl_pathv + gl_offs */
231 pglob->gl_offs = 0;
236 if (pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX ||
237 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1)
703 int o = pglob->gl_offs + oldpathc;
719 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc,
963 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
979 newn = 2 + pglob->gl_pathc + pglob->gl_offs;
987 allocn = pglob->gl_offs
[all...]

Completed in 50 milliseconds