Searched refs:vsnprintf (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio.in.h | 177 # 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.h | 47 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/ |
D | cstdio | 90 using ::vsnprintf;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdio | 90 using ::vsnprintf;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 354 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); in _Message() 372 vsnprintf(__buffer, _STLP_ARRAY_SIZE(__buffer), __format_str, __args); in _Message()
|