Home
last modified time | relevance | path

Searched defs:__fmt (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h34 vprintf (__const char *__restrict __fmt, _G_va_list __arg) __THROW in vprintf()
/haiku/headers/cpp/
H A Diostdio.h94 #define vprintf(__fmt, __args) vfprintf(stdout, __fmt, __args) argument