Home | History | Annotate | Download | only in include

Lines Matching refs:vsnprintf

350 int vsnprintf (char *__stream, size_t __n, const char *__format, __builtin_va_list __local_argv)
546 * vsnprintf as _vsnprintf, eg. libxml2. */
548 #pragma push_macro("vsnprintf")
550 # undef vsnprintf
556 int vsnprintf (char * __restrict__ __stream, size_t __n, const char * __restrict__ __format, va_list __local_argv)
576 #pragma pop_macro ("vsnprintf")