Searched refs:dprintf (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/private/ |
D | MallocXmlElem.h | 30 dprintf(fd_, "<%s", name_); in fd_() 42 dprintf(fd_, "</%s>", name_); in ~MallocXmlElem()
|
/bionic/libc/malloc_debug/ |
D | PointerData.cpp | 569 dprintf(fd, "Total memory: %zu\n", total_memory); in DumpLiveToFile() 570 dprintf(fd, "Allocation records: %zd\n", list.size()); in DumpLiveToFile() 571 dprintf(fd, "Backtrace size: %zu\n", g_debug->config().backtrace_frames()); in DumpLiveToFile() 572 dprintf(fd, "\n"); in DumpLiveToFile() 575 dprintf(fd, "z %d sz %8zu num %zu bt", (info.zygote_child_alloc) ? 1 : 0, info.size, in DumpLiveToFile() 583 dprintf(fd, " %" PRIxPTR, frame_info->frames[i]); in DumpLiveToFile() 586 dprintf(fd, "\n"); in DumpLiveToFile() 588 dprintf(fd, " bt_info"); in DumpLiveToFile() 590 dprintf(fd, " {"); in DumpLiveToFile() 592 dprintf(fd, "\"%s\"", frame.map_info->name().c_str()); in DumpLiveToFile() [all …]
|
/bionic/libc/include/ |
D | stdio.h | 140 int dprintf(int __fd, const char* __fmt, ...) __printflike(2, 3) __INTRODUCED_IN(21); 150 int dprintf(int __fd, const char* __fmt, ...) __RENAME(fdprintf) __printflike(2, 3);
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 80 FUNCTION(dprintf, int (*f)(int, const char*, ...)); in stdio_h()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 305 dprintf(some_fd, "%d", unsigned_value); in testFormatStrings() 307 dprintf(some_fd, unknown_string, unsigned_value); in testFormatStrings()
|
D | stdio_test.cpp | 141 TEST(STDIO_TEST, dprintf) { in TEST() argument 144 int rc = dprintf(tf.fd, "hello\n"); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 185 dprintf
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_069.S | 258 CALL(dprintf)
|
D | liblinker_reloc_bench_091.S | 1355 CALL(dprintf)
|
D | liblinker_reloc_bench_020.S | 256 CALL(dprintf)
|
D | liblinker_reloc_bench_029.S | 2152 CALL(dprintf)
|
D | liblinker_reloc_bench_102.S | 937 CALL(dprintf)
|
/bionic/docs/ |
D | status.md | 186 * <stdio.h> `dprintf`, `vdprintf`.
|
/bionic/libc/stdio/ |
D | stdio.cpp | 744 int dprintf(int fd, const char* fmt, ...) { in dprintf() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 297 dprintf; # introduced=21
|