HomeSort by relevance Sort by last modified time
    Searched full:glob_lim (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
glob.c 140 struct glob_lim { struct
159 static int glob0(const Char *, glob_t *, struct glob_lim *);
160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
162 glob_t *, struct glob_lim *);
164 Char *, Char *, glob_t *, struct glob_lim *);
165 static int globextend(const Char *, glob_t *, struct glob_lim *,
169 static int globexp1(const Char *, glob_t *, struct glob_lim *);
171 struct glob_lim *);
184 struct glob_lim limit = { 0, 0, 0 };
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp
    [all...]

Completed in 593 milliseconds