Searched defs:vsprintf (Results 1 – 10 of 10) sorted by relevance
| /third_party/musl/src/stdio/ |
| D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
|
| /third_party/mingw-w64/mingw-w64-crt/stdio/ |
| D | ucrt_vsprintf.c | 11 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/ |
| D | sprintf.js | 171 var vsprintf = function(fmt, argv, _argv) { function
|
| /third_party/libxml2/ |
| D | trio.h | 179 # define vsprintf trio_vsprintf macro
|
| /third_party/e2fsprogs/intl/ |
| D | libgnuintl.h.in | 313 #define vsprintf libintl_vsprintf macro
|
| /third_party/mingw-w64/mingw-w64-headers/crt/ |
| D | stdio.h | 403 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/ |
| D | strsafe.h | 1949 #define vsprintf vsprintf_instead_use_StringCbVPrintfA_or_StringCchVPrintfA; macro
|
| /third_party/node/tools/ |
| D | lint-md.js | 8712 function vsprintf(fmt, replacements) { function
|