/external/rust/android-crates-io/crates/vsprintf/ |
D | METADATA | 1 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"
|
D | Cargo.toml | 15 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"
|
D | README.md | 1 # vsprintf chapter 5 [Documentation](https://docs.rs/vsprintf)
|
D | Android.bp | 19 crate_name: "vsprintf", 46 visibility: ["//external/rust/crates/vsprintf"],
|
D | wrapper.bp.fragment | 11 visibility: ["//external/rust/crates/vsprintf"],
|
/external/coreboot/src/console/ |
D | Makefile.mk | 3 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/ |
D | mprintf.h | 52 # undef vsprintf 65 # define vsprintf vsprintf_was_used macro 68 # define vsprintf curl_mvsprintf macro
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | print.rs | 68 let msg = match unsafe { vsprintf::vsprintf(fmtstr, va_list) } { in outer_print_cb()
|
/external/freetype/builds/wince/ |
D | ftdebug.c | 86 vsprintf( buf, fmt, ap ); in FT_Message() 103 vsprintf( buf, fmt, ap ); in FT_Panic()
|
/external/ltp/testcases/kernel/kvm/ |
D | lib_guest.c | 198 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/ |
D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
|
D | sprintf.c | 9 ret = vsprintf(s, fmt, ap); in sprintf()
|
/external/trusty/musl/src/stdio/ |
D | vsprintf.c | 4 int vsprintf(char *restrict s, const char *restrict fmt, va_list ap) in vsprintf() function
|
D | sprintf.c | 9 ret = vsprintf(s, fmt, ap); in sprintf()
|
/external/llvm-libc/src/stdio/ |
D | vsprintf.h | 17 int vsprintf(char *__restrict buffer, const char *__restrict format,
|
D | vsprintf.cpp | 21 LLVM_LIBC_FUNCTION(int, vsprintf,
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/ |
D | vsprintf.h | 17 int vsprintf(char *__restrict buffer, const char *__restrict format,
|
D | CMakeLists.txt | 209 vsprintf 211 vsprintf.cpp 213 vsprintf.h
|
D | vsprintf.cpp | 21 LLVM_LIBC_FUNCTION(int, vsprintf,
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/ |
D | vsprintf.h | 17 int vsprintf(char *__restrict buffer, const char *__restrict format,
|
D | CMakeLists.txt | 209 vsprintf 211 vsprintf.cpp 213 vsprintf.h
|
D | vsprintf.cpp | 21 LLVM_LIBC_FUNCTION(int, vsprintf,
|
/external/coreboot/payloads/libpayload/include/ |
D | stdarg.h | 54 int vsprintf(char *str, const char *fmt, va_list ap);
|
/external/oboe/samples/debug-utils/ |
D | trace.cpp | 46 vsprintf(buff, fmt, args); in beginSection()
|
/external/libopenapv/src/ |
D | oapv_port.c | 70 vsprintf(str + strlen(str), fmt, args); in oapv_trace0()
|