Home
last modified time | relevance | path

Searched refs:print_quoted_memory_ex (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/strace/tests/
H A Dprint_quoted_string.c15 print_quoted_memory_ex(instr, strlen(instr), quote, escape_chars); in print_quoted_string_ex()
72 print_quoted_memory_ex(const void *const instr, const size_t len, in print_quoted_memory_ex() function
125 print_quoted_memory_ex(instr, len, true, NULL); in print_quoted_memory()
H A Dtests.h184 void print_quoted_memory_ex(const void *, size_t, bool quote,
/aosp_15_r20/external/strace/tests-mx32/
H A Dprint_quoted_string.c15 print_quoted_memory_ex(instr, strlen(instr), quote, escape_chars); in print_quoted_string_ex()
72 print_quoted_memory_ex(const void *const instr, const size_t len, in print_quoted_memory_ex() function
125 print_quoted_memory_ex(instr, len, true, NULL); in print_quoted_memory()
H A Dtests.h184 void print_quoted_memory_ex(const void *, size_t, bool quote,
/aosp_15_r20/external/strace/tests-m32/
H A Dprint_quoted_string.c15 print_quoted_memory_ex(instr, strlen(instr), quote, escape_chars); in print_quoted_string_ex()
72 print_quoted_memory_ex(const void *const instr, const size_t len, in print_quoted_memory_ex() function
125 print_quoted_memory_ex(instr, len, true, NULL); in print_quoted_memory()
H A Dtests.h184 void print_quoted_memory_ex(const void *, size_t, bool quote,
/aosp_15_r20/external/strace/
H A DChangeLog7140 print_quoted_memory_ex): Use it. Add escape_chars parameter.
7142 of print_quoted_memory_ex call.
7143 * tests/tests.h (print_quoted_string_ex, print_quoted_memory_ex): Add
7162 tests: add print_quoted_string_ex and print_quoted_memory_ex functions.
7163 * tests/tests.h (print_quoted_string_ex, print_quoted_memory_ex): New
7166 a thin wrapper around print_quoted_memory_ex wrapper.
7167 (print_quoted_memory_ex): Rename from print_quoted_memory, add quote
7170 print_quoted_memory_ex.