Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio.in.h177 # define vsnprintf rpl_vsnprintf
180 extern int vsnprintf (char *str, size_t size, const char *format, va_list args)
184 # undef vsnprintf
185 # define vsnprintf(b,s,f,a) \
188 vsnprintf (b, s, f, a))
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h47 inline int vsnprintf(char *s1, size_t n, const char *s2, va_list v) in vsnprintf() function
121 using _STLP_VENDOR_CSTD::vsnprintf;
/ndk/sources/cxx-stl/system/include/
Dcstdio90 using ::vsnprintf;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio90 using ::vsnprintf;
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); in _Message()
372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); in _Message()