Searched refs:glob11_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.h64 } glob11_t; typedef in typeref:struct:__anon7423
68 int (*)(const char *, int), glob11_t * __restrict);
69 void freebsd11_globfree(glob11_t *);
H A Dglob-compat11.c123 static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *);
124 static DIR *g_opendir(Char *, glob11_t *);
129 static int g_stat(Char *, struct freebsd11_stat *, glob11_t *);
130 static int glob0(const Char *, glob11_t *, struct glob_limit *,
132 static int glob1(Char *, glob11_t *, struct glob_limit *);
133 static int glob2(Char *, Char *, Char *, Char *, glob11_t *,
135 static int glob3(Char *, Char *, Char *, Char *, Char *, glob11_t *,
137 static int globextend(const Char *, glob11_t *, struct glob_limit *,
140 globtilde(const Char *, Char *, size_t, glob11_t *);
141 static int globexp0(const Char *, glob11_t *, struc
[all...]

Completed in 94 milliseconds