Searched refs:globexp2 (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-daemon/ |
D | glob.c | 165 static int globexp2(const Char *, const Char *, glob_t *, int *, size_t *); 256 if (!globexp2(ptr, pattern, pglob, &rv, limit)) in globexp1() 269 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv, size_t *limit) in globexp2() function
|
/external/openssh/openbsd-compat/ |
D | glob.c | 169 static int globexp2(const Char *, const Char *, glob_t *, 245 return globexp2(ptr, pattern, pglob, limitp); in globexp1() 257 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, in globexp2() function
|