Searched defs:vsprintf (Results 1 - 8 of 8) sorted by relevance

/external/qemu/slirp-android/
H A Dslirp.h193 # define vsprintf vsprintf_len macro
201 extern int vsprintf _P((char *, const char *, va_list));
H A Dmisc.c682 #undef vsprintf macro
695 vsprintf(string, format, args);
716 vsprintf(string, format, args);
/external/libxml2/
H A Dtrio.h173 # define vsprintf trio_vsprintf macro
/external/libxslt/libxslt/
H A Dtrio.h173 # define vsprintf trio_vsprintf macro
/external/qemu/slirp/
H A Dslirp.h240 # define vsprintf vsprintf_len macro
248 extern int vsprintf _P((char *, const char *, va_list));
H A Dmisc.c718 #undef vsprintf macro
731 vsprintf(string, format, args);
752 vsprintf(string, format, args);
/external/valgrind/main/coregrind/
H A Dm_libcprint.c182 UInt VG_(vsprintf) ( Char* buf, const HChar *format, va_list vargs ) function
201 ret = VG_(vsprintf)(buf, format, vargs);
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c526 UInt VG_(vsprintf) ( HChar* buf, const HChar *format, va_list vargs ) function
545 ret = VG_(vsprintf)(buf, format, vargs);

Completed in 160 milliseconds