Home
last modified time | relevance | path

Searched refs:__fmt (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstdio2.h32 __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()
[all …]
H A Dwchar2.h279 __const wchar_t *__restrict __fmt, ...),
285 __const wchar_t *__restrict __fmt, ...)) in __NTH() argument
290 __fmt, __va_arg_pack ()); in __NTH()
291 return __swprintf_alias (__s, __n, __fmt, __va_arg_pack ()); in __NTH()
310 __const wchar_t *__restrict __fmt,
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()
338 wprintf (__const wchar_t *__restrict __fmt, ...) in wprintf() argument
340 return __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in wprintf()
[all …]
H A Dsyslog.h25 extern void __syslog_chk (int __pri, int __flag, __const char *__fmt, ...)
30 syslog (int __pri, __const char *__fmt, ...) in syslog() argument
32 return __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in syslog()
41 extern void __vsyslog_chk (int __pri, int __flag, __const char *__fmt,
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()
H A Dstdio.h37 vprintf (__const char *__restrict __fmt, _G_va_list __arg) in vprintf() argument
39 return vfprintf (stdout, __fmt, __arg); in vprintf()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dargp.h511 __const char *__restrict __fmt, ...)
514 __const char *__restrict __fmt, ...)
527 __const char *__restrict __fmt, ...)
531 __const char *__restrict __fmt, ...)
H A Dstdio.h378 __const char *__restrict __fmt, ...)
381 __const char *__restrict __fmt, ...)
390 extern int vdprintf (int __fd, __const char *__restrict __fmt,
393 extern int dprintf (int __fd, __const char *__restrict __fmt, ...)
H A Dtime.h209 __const char *__restrict __fmt, struct tm *__tp)
224 __const char *__restrict __fmt, struct tm *__tp,
H A Dprintf.h96 extern size_t parse_printf_format (__const char *__restrict __fmt, size_t __n,
/utopia/UTPA2-700.0.x/modules/sys/drv/sys/
H A Dteec_trace.h87 #define __PRINTFLIKE(__fmt, __varargs) __attribute__\ argument
88 ((__format__(__printf__, __fmt, __varargs)))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsyslog.h190 extern void syslog (int __pri, __const char *__fmt, ...)
200 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)