Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c151 static int globexp1(const Char *, glob_t *, size_t *);
202 return globexp1(patbuf, pglob, limit);
213 globexp1(pattern, pglob, limit) in globexp1() function
327 *rv = globexp1(patbuf, pglob, limit);
/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c186 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *,
276 return (globexp1(patbuf, pglob, &limit, errfunc)); in _glob_ext()
287 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in globexp1() function
394 rv = globexp1(patbuf, pglob, limitp, errfunc); in globexp2()