Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 145) sorted by relevance

123456

/external/rust/android-crates-io/crates/vsprintf/
DMETADATA1 name: "vsprintf"
2 description: "Rust bindings to the libc vsprintf function"
11 homepage: "https://crates.io/crates/vsprintf"
14 value: "https://static.crates.io/crates/vsprintf/vsprintf-2.0.0.crate"
DCargo.toml15 name = "vsprintf"
18 description = "Rust bindings to the libc vsprintf function"
19 documentation = "https://docs.rs/vsprintf"
21 keywords = ["vsprintf", "sprintf", "printf", "va_list", "va_arg"]
23 repository = "https://github.com/dylanmckay/vsprintf"
DREADME.md1 # vsprintf chapter
5 [Documentation](https://docs.rs/vsprintf)
DAndroid.bp19 crate_name: "vsprintf",
46 visibility: ["//external/rust/crates/vsprintf"],
Dwrapper.bp.fragment11 visibility: ["//external/rust/crates/vsprintf"],
/external/coreboot/src/console/
DMakefile.mk3 ramstage-y += vtxprintf.c printk.c vsprintf.c
25 verstage-y += vtxprintf.c vsprintf.c
27 romstage-$(CONFIG_SEPARATE_ROMSTAGE) += vtxprintf.c printk.c vsprintf.c
32 postcar-y += vtxprintf.c vsprintf.c
39 bootblock-y += vtxprintf.c vsprintf.c
/external/google-breakpad/src/third_party/curl/
Dmprintf.h52 # undef vsprintf
65 # define vsprintf vsprintf_was_used macro
68 # define vsprintf curl_mvsprintf macro
/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprint.rs68 let msg = match unsafe { vsprintf::vsprintf(fmtstr, va_list) } { in outer_print_cb()
/external/freetype/builds/wince/
Dftdebug.c86 vsprintf( buf, fmt, ap ); in FT_Message()
103 vsprintf( buf, fmt, ap ); in FT_Panic()
/external/ltp/testcases/kernel/kvm/
Dlib_guest.c198 int vsprintf(char *dest, const char *fmt, va_list ap) in vsprintf() function
405 ret = vsprintf(dest, fmt, args); in sprintf()
464 ret = vsprintf(test_result->message, fmt, args); in tst_res_()
485 ret = vsprintf(test_result->message, fmt, args); in tst_brk_()
/external/musl/src/stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
Dsprintf.c9 ret = vsprintf(s, fmt, ap); in sprintf()
/external/trusty/musl/src/stdio/
Dvsprintf.c4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
Dsprintf.c9 ret = vsprintf(s, fmt, ap); in sprintf()
/external/llvm-libc/src/stdio/
Dvsprintf.h17 int vsprintf(char *__restrict buffer, const char *__restrict format,
Dvsprintf.cpp21 LLVM_LIBC_FUNCTION(int, vsprintf,
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/
Dvsprintf.h17 int vsprintf(char *__restrict buffer, const char *__restrict format,
DCMakeLists.txt209 vsprintf
211 vsprintf.cpp
213 vsprintf.h
Dvsprintf.cpp21 LLVM_LIBC_FUNCTION(int, vsprintf,
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/
Dvsprintf.h17 int vsprintf(char *__restrict buffer, const char *__restrict format,
DCMakeLists.txt209 vsprintf
211 vsprintf.cpp
213 vsprintf.h
Dvsprintf.cpp21 LLVM_LIBC_FUNCTION(int, vsprintf,
/external/coreboot/payloads/libpayload/include/
Dstdarg.h54 int vsprintf(char *str, const char *fmt, va_list ap);
/external/oboe/samples/debug-utils/
Dtrace.cpp46 vsprintf(buff, fmt, args); in beginSection()
/external/libopenapv/src/
Doapv_port.c70 vsprintf(str + strlen(str), fmt, args); in oapv_trace0()

123456