| /third_party/rust/rust/tests/ui/error-codes/ |
| D | E0617.rs | 2 fn printf(c: *const i8, ...); in printf() function
|
| D | E0060.rs | 2 fn printf(_: *const u8, ...) -> u32; in printf() function
|
| /third_party/rust/rust/tests/ui/foreign/ |
| D | nil-decl-in-foreign.rs | 10 pub fn printf(x: ()); in printf() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/parser/test_data/parser/inline/ok/ |
| D | 0123_param_list_vararg.rs | 1 extern "C" { fn printf(format: *const i8, ..., _: u8) -> i32; } in printf() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | printf.c | 4 int printf(const char *restrict fmt, ...) in printf() function
|
| /third_party/mesa3d/src/freedreno/decode/scripts/ |
| D | tex3d-layout.lua | 27 function printf(fmt, ...) function
|
| D | sanity-a6xx.lua | 15 function printf(fmt, ...) function
|
| D | texturator-to-unit-test.lua | 47 function printf(fmt, ...) function
|
| D | texturator-to-unit-test-5xx.lua | 43 function printf(fmt, ...) function
|
| D | parse-submits.lua | 5 function printf(fmt, ...) function
|
| /third_party/rust/rust/tests/ui/structs-enums/ |
| D | foreign-struct.rs | 15 pub fn printf(v: void); in printf() function
|
| /third_party/musl/src/stdio/ |
| D | printf.c | 4 int printf(const char *restrict fmt, ...) in printf() function
|
| /third_party/rust/rust/tests/rustdoc-ui/intra-doc/ |
| D | extern-crate-load.rs | 20 pub fn printf(); in printf() function
|
| /third_party/curl/lib/ |
| D | curl_printf.h | 47 # define printf curl_mprintf macro
|
| D | curlx.h | 106 # define printf curlx_mprintf macro
|
| /third_party/skia/src/sksl/ |
| D | SkSLOutputStream.cpp | 18 void OutputStream::printf(const char format[], ...) { in printf() function in SkSL::OutputStream
|
| /third_party/skia/m133/src/sksl/ |
| D | SkSLOutputStream.cpp | 19 void OutputStream::printf(const char format[], ...) { in printf() function in SkSL::OutputStream
|
| D | SkSLString.cpp | 83 std::string SkSL::String::printf(const char* fmt, ...) { in printf() function in SkSL::String
|
| /third_party/rust/rust/tests/ui/c-variadic/ |
| D | variadic-ffi-1.rs | 9 fn printf(_: *const u8, ...); in printf() function
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/tests/run/ |
| D | tuple.rs | 36 pub fn printf(format: *const i8, ...) -> i32; in printf() function
|
| D | structs.rs | 37 pub fn printf(format: *const i8, ...) -> i32; in printf() function
|
| D | static.rs | 56 pub fn printf(format: *const i8, ...) -> i32; in printf() function
|
| /third_party/pcre2/pcre2/ |
| D | RunGrepTest.bat | 87 set printf=cscript //nologo printf.js variable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/parser/test_data/parser/ok/ |
| D | 0051_parameter_attrs.rs | 4 extern "C" { fn printf(format: *const i8, #[attr] ...) -> i32; } in printf() function
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | utils.h | 114 #define printf(fmt, args...) \ macro
|