2 #include <posix/glob.h>
4 libc_hidden_proto (glob
)
5 libc_hidden_proto (glob64
)
6 libc_hidden_proto (globfree
)
7 libc_hidden_proto (globfree64
)
9 /* Now define the internal interfaces. */
10 extern int __glob_pattern_p (__const
char *__pattern
, int __quote
);
11 extern int __glob64 (__const
char *__pattern
, int __flags
,
12 int (*__errfunc
) (__const
char *, int),