Searched defs:vsprintf (Results 1 – 7 of 7) 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_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/musl/porting/uniproton/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_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/libxml2/ |
| D | trio.h | 179 # define vsprintf trio_vsprintf macro
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 479 pub fn vsprintf(arg1: *mut c_char, arg2: *const c_char, arg3: __va_list) -> c_int; in vsprintf() function
|
| /third_party/node/tools/ |
| D | lint-md.mjs | 21424 function vsprintf(fmt, replacements) { function
|