Searched refs:gl_offs (Results 1 – 10 of 10) sorted by relevance
89 size_t gl_offs; /* # of slots reserved in gl_pathv */ member 91 char **gl_pathp; /* gl_pathv + gl_offs */231 pglob->gl_offs = 0; in _glob_ext() 236 if (pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX || in _glob_ext() 237 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1) in _glob_ext() 703 int o = pglob->gl_offs + oldpathc; in glob0() 719 qsort(pglob->gl_pathv + pglob->gl_offs + oldpathc, in glob0() 963 * gl_pathv points to (gl_offs + gl_pathc + 1) items.979 newn = 2 + pglob->gl_pathc + pglob->gl_offs; in globextend() 987 allocn = pglob->gl_offs in globextend() [all...]
86 size_t gl_offs; /* # of slots reserved in gl_pathv */ member 95 char **gl_pathp; /* gl_pathv + gl_offs */127 #define GLOB_DOOFFS 0x0010 /* Ignore gl_offs unless set */
55 size_t gl_offs; member
55 size_t gl_offs; member 99 #define GLOB_DOOFFS 0x0002 /* gl_offs defines argv offset */
64 size_t gl_offs; member
670 extra += gp->gl_offs; in glob()
686 extra += gp->gl_offs; in glob()