Searched refs:glob0 (Results 1 – 1 of 1) sorted by relevance
/external/avahi/avahi-daemon/ |
D | glob.c | 157 static int glob0(const Char *, glob_t *, size_t *); 237 return glob0(patbuf, pglob, &limit); in glob() 253 return glob0(pattern, pglob, limit); in globexp1() 259 return glob0(pattern, pglob, limit); in globexp1() 306 *rv = glob0(patbuf, pglob, limit); in globexp2() 441 glob0(const Char *pattern, glob_t *pglob, size_t *limit) in glob0() function
|