Lines Matching refs:glob_t
143 static int g_lstat(Char *, struct stat *, glob_t *);
144 static DIR *g_opendir(Char *, glob_t *);
147 static int g_stat(Char *, struct stat *, glob_t *);
148 static int glob0(const Char *, glob_t *, struct glob_lim *);
149 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
151 glob_t *, struct glob_lim *);
153 Char *, Char *, glob_t *, struct glob_lim *);
154 static int globextend(const Char *, glob_t *, struct glob_lim *,
157 globtilde(const Char *, Char *, size_t, glob_t *);
158 static int globexp1(const Char *, glob_t *, struct glob_lim *);
159 static int globexp2(const Char *, const Char *, glob_t *,
168 glob_t *pglob) in glob()
223 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1()
244 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, in globexp2()
349 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
458 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
564 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
583 Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
651 Char *pattern, Char *restpattern, Char *restpattern_last, glob_t *pglob,
749 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp,
908 globfree(glob_t *pglob)
932 g_opendir(Char *str, glob_t *pglob)
950 g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
962 g_stat(Char *fn, struct stat *sb, glob_t *pglob)