Searched defs:gl_pathn (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dglob.h96 int gl_pathn; /* # of elements allocated */ member in struct:glob_t
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c92 int gl_pathn; /* # of elements allocated */ member in struct:old_glob
226 pglob->gl_pathn = 0;
956 * by doubling the number of elements each time. Uses gl_pathn to contain
978 allocn = pglob->gl_pathn;
1026 pglob->gl_pathn = allocn;
1301 gl.gl_pathn = pglob->gl_pathn;
1313 pglob->gl_pathn = gl.gl_pathn;
1335 gl.gl_pathn
[all...]

Completed in 59 milliseconds