Home | History | Annotate | Download | only in glob

Lines Matching defs:__P

28 #  undef __P
30 # define __P(protos) protos
39 # undef __P
41 # define __P(protos) ()
164 extern int glob64 __P ((__const char *__pattern, int __flags,
168 extern void globfree64 __P ((glob64_t *__pglob));
181 extern int glob __P ((__const char *__pattern, int __flags,
186 extern void globfree __P ((glob_t *__pglob));
188 extern int glob __P ((__const char *__pattern, int __flags,
192 extern void globfree __P ((glob_t *__pglob)) __asm__ ("globfree64");
202 extern int glob_pattern_p __P ((__const char *__pattern, int __quote));