Searched refs:glob0 (Results 1 – 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ |
D | glob.c | 148 static int glob0(const Char *, glob_t *, struct glob_lim *); 214 return glob0(patbuf, pglob, &limit); in glob() 229 return glob0(pattern, pglob, limitp); in globexp1() 234 return glob0(pattern, pglob, limitp); in globexp1() 281 return glob0(patbuf, pglob, limitp); in globexp2() 458 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) function
|