Searched refs:__fmt (Results 1 – 3 of 3) sorted by relevance
/libio/bits/ |
A D | stdio2.h | 39 __glibc_objsize (__s), __fmt, in __NTH() 53 __glibc_objsize (__s), __fmt, __ap); in __NTH() 69 const char *__restrict __fmt, ...)) in __NTH() argument 72 __glibc_objsize (__s), __fmt, in __NTH() 83 const char *__restrict __fmt, __gnuc_va_list __ap)) in __NTH() argument 86 __glibc_objsize (__s), __fmt, __ap); in __NTH() 110 printf (const char *__restrict __fmt, ...) in printf() argument 133 const char *__restrict __fmt, __gnuc_va_list __ap) in vfprintf() argument 147 dprintf (int __fd, const char *__restrict __fmt, ...) in dprintf() argument 167 const char *__restrict __fmt, ...) [all …]
|
A D | stdio.h | 39 vprintf (const char *__restrict __fmt, __gnuc_va_list __arg) in vprintf() argument 41 return vfprintf (stdout, __fmt, __arg); in vprintf()
|
/libio/ |
A D | stdio.h | 394 const char *__restrict __fmt, ...) 397 const char *__restrict __fmt, ...) 403 extern int vdprintf (int __fd, const char *__restrict __fmt, 406 extern int dprintf (int __fd, const char *__restrict __fmt, ...)
|
Completed in 9 milliseconds