Lines Matching refs:glob_t
164 static int g_lstat(Char *, Stat_t *, glob_t *);
165 static DIR *g_opendir(Char *, glob_t *);
167 static int g_stat(Char *, Stat_t *, glob_t *);
168 static int glob0(const Char *, glob_t *);
169 static int glob1(Char *, Char *, glob_t *, size_t *);
171 glob_t *, size_t *);
173 Char *, Char *, glob_t *, size_t *);
174 static int globextend(const Char *, glob_t *, size_t *);
176 globtilde(const Char *, Char *, size_t, glob_t *);
177 static int globexp1(const Char *, glob_t *);
178 static int globexp2(const Char *, const Char *, glob_t *, int *);
215 int (*errfunc)(const char *, int), glob_t *pglob)
299 globexp1(const Char *pattern, glob_t *pglob)
323 glob_t *pglob, int *rv)
428 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
511 glob0(const Char *pattern, glob_t *pglob)
637 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp)
658 Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp)
738 Char *restpattern, Char *restpattern_last, glob_t *pglob, size_t *limitp)
849 globextend(const Char *path, glob_t *pglob, size_t *limitp)
998 bsd_globfree(glob_t *pglob)
1014 g_opendir(Char *str, glob_t *pglob)
1032 g_lstat(Char *fn, Stat_t *sb, glob_t *pglob)
1048 g_stat(Char *fn, Stat_t *sb, glob_t *pglob)