• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/lib/libc/gen/

Lines Matching refs:glob_t

154 static int	 g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
160 static int g_stat(Char *, struct stat *, glob_t *);
161 static int glob0(const Char *, glob_t *, struct glob_limit *,
163 static int glob1(Char *, glob_t *, struct glob_limit *);
164 static int glob2(Char *, Char *, Char *, Char *, glob_t *,
166 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *,
168 static int globextend(const Char *, glob_t *, struct glob_limit *,
171 globtilde(const Char *, Char *, size_t, glob_t *);
172 static int globexp0(const Char *, glob_t *, struct glob_limit *,
174 static int globexp1(const Char *, glob_t *, struct glob_limit *);
175 static int globexp2(const Char *, const Char *, glob_t *,
177 static int globfinal(glob_t *, struct glob_limit *, size_t,
180 static int err_nomatch(glob_t *, struct glob_limit *, const char *);
181 static int err_aborted(glob_t *, int, char *);
188 int (*errfunc)(const char *, int), glob_t * __restrict pglob)
264 globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit,
293 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
316 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob,
420 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob)
532 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit,
610 globfinal(glob_t *pglob, struct glob_limit *limit, size_t oldpathc,
629 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit)
647 glob_t *pglob, struct glob_limit *limit)
718 glob_t *pglob, struct glob_limit *limit)
836 * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
845 * Invariant of the glob_t structure:
850 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit,
977 /* Free allocated data belonging to a glob_t structure. */
979 globfree(glob_t *pglob)
995 g_opendir(Char *str, glob_t *pglob)
1015 g_lstat(Char *fn, struct stat *sb, glob_t *pglob)
1029 g_stat(Char *fn, struct stat *sb, glob_t *pglob)
1078 err_nomatch(glob_t *pglob, struct glob_limit *limit, const char *origpat) {
1093 err_aborted(glob_t *pglob, int err, char *buf) {