Searched defs:__P (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
H A Dfnmatch.h28 # undef __P macro
29 # define __P(protos) protos macro
32 # undef __P macro
33 # define __P(protos) () macro
77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
H A Dglob.h28 # undef __P macro
30 # define __P(protos) protos macro
39 # undef __P macro
41 # define __P(protos) () macro
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_
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dhash.h26 # if !defined __GLIBC__ || !defined __P
27 # undef __P macro
28 # define __P(protos) protos macro
31 # undef __P macro
32 # define __P(protos) () macro
38 typedef unsigned long (*hash_func_t) __P((void const *key));
39 typedef int (*hash_cmp_func_t) __P((void const *x, void const *y));
40 typedef void (*hash_map_func_t) __P((void const *item));
41 typedef void (*hash_map_arg_func_t) __P((void const *item, void *arg));
58 typedef int (*qsort_cmp_t) __P((voi
[all...]

Completed in 61 milliseconds