Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h28 _G_va_list __ap) __THROW;
45 _G_va_list __ap)) in __NTH() argument
48 __bos (__s), __fmt, __ap); in __NTH()
58 _G_va_list __ap) __THROW;
76 __const char *__restrict __fmt, _G_va_list __ap)) in __NTH() argument
79 __bos (__s), __fmt, __ap); in __NTH()
90 __const char *__restrict __format, _G_va_list __ap);
92 _G_va_list __ap);
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()
[all …]
H A Dwchar2.h311 __gnuc_va_list __ap), vswprintf);
315 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap)) in __NTH() argument
319 __bos (__s) / sizeof (wchar_t), __fmt, __ap); in __NTH()
320 return __vswprintf_alias (__s, __n, __fmt, __ap); in __NTH()
332 __gnuc_va_list __ap);
334 __gnuc_va_list __ap);
357 vwprintf (__const wchar_t *__restrict __fmt, __gnuc_va_list __ap) in vwprintf() argument
359 return __vwprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vwprintf()
364 __const wchar_t *__restrict __fmt, __gnuc_va_list __ap) in vfwprintf() argument
366 return __vfwprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vfwprintf()
H A Dsyslog.h42 __gnuc_va_list __ap)
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap) in vsyslog() argument
48 return __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vsyslog()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsyslog.h200 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)