Home
last modified time | relevance | path

Searched defs:vsprintf (Results 1 – 10 of 10) sorted by relevance

/third_party/musl/src/stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
/third_party/mingw-w64/mingw-w64-crt/stdio/
Ducrt_vsprintf.c11 int __cdecl vsprintf(char * __restrict__ _Dest,const char * __restrict__ _Format,va_list _Args) __M… in vsprintf() function
/third_party/node/tools/node_modules/eslint/node_modules/sprintf-js/src/
Dsprintf.js171 var vsprintf = function(fmt, argv, _argv) { function
/third_party/libxml2/
Dtrio.h179 # define vsprintf trio_vsprintf macro
/third_party/e2fsprogs/intl/
Dlibgnuintl.h.in313 #define vsprintf libintl_vsprintf macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h403 int vsprintf (char *__stream, const char *__format, __builtin_va_list __local_argv) in vsprintf() function
923 int vsprintf (char * __restrict__ __stream, const char * __restrict__ __format, va_list __local_arg… in vsprintf() function
/third_party/mingw-w64/mingw-w64-headers/include/
Dstrsafe.h1949 #define vsprintf vsprintf_instead_use_StringCbVPrintfA_or_StringCchVPrintfA; macro
/third_party/node/tools/
Dlint-md.js8712 function vsprintf(fmt, replacements) { function