Lines Matching refs:limitp
298 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in globexp1() argument
306 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1()
309 return (globexp2(ptr, pattern, pglob, limitp, errfunc)); in globexp1()
311 return (glob0(pattern, pglob, limitp, errfunc)); in globexp1()
322 struct glob_lim *limitp, int (*errfunc)(const char *, int)) in globexp2() argument
360 return (glob0(patbuf, pglob, limitp, errfunc)); in globexp2()
405 rv = globexp1(patbuf, pglob, limitp, errfunc); in globexp2()
555 glob0(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in glob0() argument
677 if ((err = glob1(patbuf, patbuf+PATH_MAX-1, pglob, limitp, errfunc)) in glob0()
691 return (globextend(pattern, pglob, limitp, NULL)); in glob0()
742 struct glob_lim *limitp, int (*errfunc)(const char *, int)) in glob1() argument
751 pattern, pattern_last, pglob, limitp, errfunc)); in glob1()
762 glob_t *pglob, struct glob_lim *limitp, int (*errfunc)(const char *, int)) in glob2() argument
778 limitp->glim_stat++ >= GLOB_LIMIT_STAT) { in glob2()
804 return (globextend(pathbuf, pglob, limitp, &sb)); in glob2()
830 pglob, limitp, errfunc)); in glob2()
839 wcat_t *restpattern_last, glob_t *pglob, struct glob_lim *limitp, in glob3() argument
888 limitp->glim_readdir++ >= GLOB_LIMIT_READDIR) { in glob3()
937 restpattern, restpattern_last, pglob, limitp, in glob3()
964 globextend(const wcat_t *path, glob_t *pglob, struct glob_lim *limitp, in globextend() argument
1009 limitp->glim_malloc += allocn * sizeof (*pathv); in globextend()
1014 limitp->glim_malloc += allocn * sizeof (*statv); in globextend()
1042 limitp->glim_malloc += sizeof (**statv); in globextend()
1062 limitp->glim_malloc += len; in globextend()
1073 limitp->glim_malloc >= GLOB_LIMIT_MALLOC) { in globextend()