Searched defs:__const (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
H A Dfnmatch.h41 # define __const const macro
43 # define __const macro
77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
H A Dglob.h33 # undef __const macro
34 # define __const const macro
43 # undef __const macro
44 # define __const macro
131 __ptr_t (*gl_opendir) __PMT ((__const char *));
132 int (*gl_lstat) __PMT ((__const char *, struct stat *));
134 int (*gl_stat) __PMT ((__const char *, struct stat *, ...));
136 int (*gl_stat) __PMT ((__const char *, struct stat *));
153 __ptr_t (*gl_opendir) __PMT ((__const char *));
154 int (*gl_lstat) __PMT ((__const cha
[all...]

Completed in 65 milliseconds