Lines Matching refs:__const

25 			  __const char *__restrict __format, ...) __THROW;
27 __const char *__restrict __format,
32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) in __NTH()
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, in __NTH()
54 size_t __slen, __const char *__restrict __format,
57 size_t __slen, __const char *__restrict __format,
63 __const char *__restrict __fmt, ...)) in __NTH()
76 __const char *__restrict __fmt, _G_va_list __ap)) in __NTH()
87 __const char *__restrict __format, ...);
88 extern int __printf_chk (int __flag, __const char *__restrict __format, ...);
90 __const char *__restrict __format, _G_va_list __ap);
91 extern int __vprintf_chk (int __flag, __const char *__restrict __format,
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) in fprintf()
103 printf (__const char *__restrict __fmt, ...) in printf()
115 vprintf (__const char *__restrict __fmt, _G_va_list __ap) in vprintf()
126 __const char *__restrict __fmt, _G_va_list __ap) in vfprintf()
134 __const char *__restrict __fmt, ...)
137 __const char *__restrict __fmt, _G_va_list __arg)
139 extern int __dprintf_chk (int __fd, int __flag, __const char *__restrict __fmt,
142 __const char *__restrict __fmt, _G_va_list __arg)
145 int __flag, __const char *__restrict __format,
150 __const char *__restrict __format,
156 __NTH (asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...)) in __NTH()
163 __NTH (__asprintf (char **__restrict __ptr, __const char *__restrict __fmt, in __NTH()
171 dprintf (int __fd, __const char *__restrict __fmt, ...) in dprintf()
179 __const char *__restrict __fmt, ...)) in __NTH()
196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, in __NTH()
203 vdprintf (int __fd, __const char *__restrict __fmt, _G_va_list __ap) in vdprintf()
210 __const char *__restrict __fmt, _G_va_list __ap)) in __NTH()