Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.c158 static int globexp1(const Char *, glob_t *, struct glob_lim *);
212 return globexp1(patbuf, pglob, &limit); in glob()
223 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() function
327 rv = globexp1(patbuf, pglob, limitp); in globexp2()