Lines Matching refs:__fmt
32 __NTH (sprintf (char *__restrict __s, __const char *__restrict __fmt, ...)) in __NTH() argument
35 __bos (__s), __fmt, __va_arg_pack ()); in __NTH()
44 __NTH (vsprintf (char *__restrict __s, __const char *__restrict __fmt, in __NTH() argument
48 __bos (__s), __fmt, __ap); in __NTH()
63 __const char *__restrict __fmt, ...)) in __NTH() argument
66 __bos (__s), __fmt, __va_arg_pack ()); in __NTH()
76 __const char *__restrict __fmt, _G_va_list __ap)) in __NTH() argument
79 __bos (__s), __fmt, __ap); in __NTH()
96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) in fprintf() argument
98 return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, in fprintf()
103 printf (__const char *__restrict __fmt, ...) in printf() argument
105 return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in printf()
115 vprintf (__const char *__restrict __fmt, _G_va_list __ap) in vprintf() argument
118 return __vfprintf_chk (stdout, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vprintf()
120 return __vprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vprintf()
126 __const char *__restrict __fmt, _G_va_list __ap) in vfprintf() argument
128 return __vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __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)
156 __NTH (asprintf (char **__restrict __ptr, __const char *__restrict __fmt, ...)) in __NTH() argument
158 return __asprintf_chk (__ptr, __USE_FORTIFY_LEVEL - 1, __fmt, in __NTH()
163 __NTH (__asprintf (char **__restrict __ptr, __const char *__restrict __fmt, in __NTH() argument
166 return __asprintf_chk (__ptr, __USE_FORTIFY_LEVEL - 1, __fmt, in __NTH()
171 dprintf (int __fd, __const char *__restrict __fmt, ...) in dprintf() argument
173 return __dprintf_chk (__fd, __USE_FORTIFY_LEVEL - 1, __fmt, in dprintf()
179 __const char *__restrict __fmt, ...)) in __NTH() argument
181 return __obstack_printf_chk (__obstack, __USE_FORTIFY_LEVEL - 1, __fmt, in __NTH()
196 __NTH (vasprintf (char **__restrict __ptr, __const char *__restrict __fmt, in __NTH() argument
199 return __vasprintf_chk (__ptr, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in __NTH()
203 vdprintf (int __fd, __const char *__restrict __fmt, _G_va_list __ap) in vdprintf() argument
205 return __vdprintf_chk (__fd, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vdprintf()
210 __const char *__restrict __fmt, _G_va_list __ap)) in __NTH() argument
212 return __obstack_vprintf_chk (__obstack, __USE_FORTIFY_LEVEL - 1, __fmt, in __NTH()