Home
last modified time | relevance | path

Searched refs:gl_pathn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c93 int gl_pathn; /* # of elements allocated */ member
221 pglob->gl_pathn = 0; in _glob_ext()
976 allocn = pglob->gl_pathn; in globextend()
1021 pglob->gl_pathn = allocn; in globextend()
1310 gl.gl_pathn = pglob->gl_pathn; in old_glob()
1322 pglob->gl_pathn = gl.gl_pathn; in old_glob()
1344 gl.gl_pathn = pglob->gl_pathn; in old_globfree()
1356 pglob->gl_pathn = gl.gl_pathn; in old_globfree()
/illumos-gate/usr/src/head/
H A Dglob.h96 int gl_pathn; /* # of elements allocated */ member