Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/regex/
H A Dglob.c92 int gl_pathn; /* # of elements allocated */ member
226 pglob->gl_pathn = 0; in _glob_ext()
978 allocn = pglob->gl_pathn; in globextend()
1026 pglob->gl_pathn = allocn; in globextend()
1301 gl.gl_pathn = pglob->gl_pathn; in old_glob()
1313 pglob->gl_pathn = gl.gl_pathn; in old_glob()
1335 gl.gl_pathn = pglob->gl_pathn; in old_globfree()
1347 pglob->gl_pathn = gl.gl_pathn; in old_globfree()
/titanic_50/usr/src/head/
H A Dglob.h96 int gl_pathn; /* # of elements allocated */ member