Home
last modified time | relevance | path

Searched refs:globexp2 (Results 1 – 2 of 2) sorted by relevance

/external/avahi/avahi-daemon/
Dglob.c165 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/
Dglob.c169 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