Searched refs:globexp1 (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-daemon/ |
D | glob.c | 164 static int globexp1(const Char *, glob_t *, size_t *); 235 return globexp1(patbuf, pglob, &limit); in glob() 246 globexp1(const Char *pattern, glob_t *pglob, size_t *limit) in globexp1() function 353 *rv = globexp1(patbuf, pglob, limit); in globexp2()
|
/external/openssh/openbsd-compat/ |
D | glob.c | 168 static int globexp1(const Char *, glob_t *, struct glob_lim *); 225 return globexp1(patbuf, pglob, &limit); in glob() 236 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function 340 rv = globexp1(patbuf, pglob, limitp); in globexp2()
|