Searched refs:glob11_t (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 118 static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *); 119 static DIR *g_opendir(Char *, glob11_t *); 124 static int g_stat(Char *, struct freebsd11_stat *, glob11_t *); 125 static int glob0(const Char *, glob11_t *, struct glob_limit *, 127 static int glob1(Char *, glob11_t *, struct glob_limit *); 128 static int glob2(Char *, Char *, Char *, Char *, glob11_t *, 130 static int glob3(Char *, Char *, Char *, Char *, Char *, glob11_t *, 132 static int globextend(const Char *, glob11_t *, struct glob_limit *, 135 globtilde(const Char *, Char *, size_t, glob11_t *); 136 static int globexp0(const Char *, glob11_t *, struct glob_limit *, [all …]
|
H A D | glob-compat11.h | 59 } glob11_t; typedef 63 int (*)(const char *, int), glob11_t * __restrict); 64 void freebsd11_globfree(glob11_t *);
|