glob.c | 175 static int globexp1(const Char *, glob_t *, struct glob_limit *); 226 return globexp1(patbuf, pglob, &limit); 237 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) function in typeref:typename:int 265 * If it succeeds then it invokes globexp1 with the new pattern. 362 *rv = globexp1(patbuf, pglob, limit);
|