Home | History | Annotate | Download | only in bits

Lines Matching refs:__ap

28 			   _G_va_list __ap) __THROW;
45 _G_va_list __ap))
48 __bos (__s), __fmt, __ap);
58 _G_va_list __ap) __THROW;
76 __const char *__restrict __fmt, _G_va_list __ap))
79 __bos (__s), __fmt, __ap);
90 __const char *__restrict __format, _G_va_list __ap);
92 _G_va_list __ap);
115 vprintf (__const char *__restrict __fmt, _G_va_list __ap)
118 return __vfprintf_chk (stdout, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
120 return __vprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __ap);
126 __const char *__restrict __fmt, _G_va_list __ap)
128 return __vfprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
197 _G_va_list __ap))
199 return __vasprintf_chk (__ptr, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
203 vdprintf (int __fd, __const char *__restrict __fmt, _G_va_list __ap)
205 return __vdprintf_chk (__fd, __USE_FORTIFY_LEVEL - 1, __fmt, __ap);
210 __const char *__restrict __fmt, _G_va_list __ap))
213 __ap);