Searched refs:__P (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | hash.h | 26 # if !defined __GLIBC__ || !defined __P 27 # undef __P 28 # define __P(protos) protos macro 31 # undef __P 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((void const *, void const *)); [all …]
|
D | hash.c | 27 static void hash_rehash __P((struct hash_table* ht)); 28 static unsigned long round_up_2 __P((unsigned long rough));
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.h | 28 # undef __P 30 # define __P(protos) protos macro 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"); [all …]
|
D | fnmatch.h | 28 # undef __P 29 # define __P(protos) protos macro 32 # undef __P 33 # define __P(protos) () 77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
|
D | glob.c | 286 extern int getlogin_r __P ((char *, size_t)); 288 extern char *getlogin __P ((void)); 295 const char *next_brace_sub __P ((const char *begin)); 296 static int glob_in_dir __P ((const char *pattern, const char *directory, 300 static int prefix_array __P ((const char *prefix, char **array, size_t n)); 301 static int collated_compare __P ((const __ptr_t, const __ptr_t)); 304 int __glob_pattern_p __P ((const char *pattern, int quote)); 364 int (*errfunc) __P ((const char *, int)); 1216 int (*errfunc) __P ((const char *, int));
|
D | fnmatch.c | 153 static int internal_fnmatch __P ((const char *pattern, const char *string,
|
D | ChangeLog | 58 * glob.c: Move getlogin{,_r} prototypes below glob.h to get __P()
|