Home
last modified time | relevance | path

Searched refs:__const (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dglob-libc.h107 void *(*gl_opendir) (__const char *);
112 int (*gl_lstat) (__const char *__restrict, void *__restrict);
113 int (*gl_stat) (__const char *__restrict, void *__restrict);
136 void *(*gl_opendir) (__const char *);
141 int (*gl_lstat) (__const char *__restrict, void *__restrict);
142 int (*gl_stat) (__const char *__restrict, void *__restrict);
161 extern int glob (__const char *__restrict __pattern, int __flags,
162 int (*__errfunc) (__const char *, int),
170 int (*__errfunc) (__const char *, int),
177 extern int glob64 (__const char *__restrict __pattern, int __flags,
[all …]
H A Dglob_.h41 #ifndef __const
42 # define __const const macro
/dragonfly/contrib/gcc-4.7/libssp/ssp/
H A Dstdio.h53 __const char *__restrict__ __format, ...);
55 __const char *__restrict__ __format,
65 size_t __slen, __const char *__restrict__ __format,
68 size_t __slen, __const char *__restrict__ __format,
/dragonfly/sys/sys/
H A Dcdefs.h143 #define __const const /* define reserved names to standard */ macro
160 #define __const /* delete pseudo-ANSI C keywords */ macro