Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c184 int), glob_t * __restrict pglob) in glob() argument
195 pglob->gl_pathc = 0; in glob()
196 pglob->gl_pathv = NULL; in glob()
198 pglob->gl_offs = 0; in glob()
200 pglob->gl_flags = flags & ~GLOB_MAGCHAR; in glob()
201 pglob->gl_errfunc = errfunc; in glob()
202 pglob->gl_matchc = 0; in glob()
225 return globexp1(patbuf, pglob, &limit); in glob()
227 return glob0(patbuf, pglob, &limit); in glob()
236 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() argument
[all …]