Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/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/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/node/deps/npm/node_modules/ip-address/node_modules/sprintf-js/src/
Dsprintf.js29 function vsprintf(fmt, argv) { function
/third_party/rust/crates/libc/src/solid/
Dmod.rs479 pub fn vsprintf(arg1: *mut c_char, arg2: *const c_char, arg3: __va_list) -> c_int; in vsprintf() function