Searched refs:glob0 (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | glob.c | 158 static int glob0(const Char *, glob_t *, struct glob_lim *); 227 return glob0(patbuf, pglob, &limit); in glob() 242 return glob0(pattern, pglob, limitp); in globexp1() 247 return glob0(pattern, pglob, limitp); in globexp1() 294 return glob0(patbuf, pglob, limitp); in globexp2() 471 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
|