HomeSort by: relevance | last modified time | path
    Searched defs:glob_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
glob.c 96 struct glob_limit { struct
166 static int glob0(const Char *, glob_t *, struct glob_limit *);
167 static int glob1(Char *, glob_t *, struct glob_limit *);
169 struct glob_limit *);
171 const Char *, glob_t *, struct glob_limit *);
172 static int globextend(const Char *, glob_t *, struct glob_limit *);
175 static int globexp1(const Char *, glob_t *, struct glob_limit *);
177 struct glob_limit *);
190 struct glob_limit limit = { 0, 0, 0, 0 };
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit
    [all...]
glob.c 96 struct glob_limit { struct
166 static int glob0(const Char *, glob_t *, struct glob_limit *);
167 static int glob1(Char *, glob_t *, struct glob_limit *);
169 struct glob_limit *);
171 const Char *, glob_t *, struct glob_limit *);
172 static int globextend(const Char *, glob_t *, struct glob_limit *);
175 static int globexp1(const Char *, glob_t *, struct glob_limit *);
177 struct glob_limit *);
190 struct glob_limit limit = { 0, 0, 0, 0 };
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit
    [all...]

Completed in 22 milliseconds