Home
last modified time | relevance | path

Searched defs:escape_chars (Results 1 – 7 of 7) sorted by relevance

/external/strace/tests-m32/
Dprint_quoted_string.c13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex()
73 bool quote, const char *escape_chars) in print_quoted_memory_ex()
/external/strace/tests-mx32/
Dprint_quoted_string.c13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex()
73 bool quote, const char *escape_chars) in print_quoted_memory_ex()
/external/strace/tests/
Dprint_quoted_string.c13 print_quoted_string_ex(const char *instr, bool quote, const char *escape_chars) in print_quoted_string_ex()
73 bool quote, const char *escape_chars) in print_quoted_memory_ex()
/external/strace/
Dutil.c507 const unsigned int style, const char *escape_chars) in string_quote()
679 const unsigned int style, const char *escape_chars) in print_quoted_string_ex()
/external/selinux/libsemanage/src/
Dsemanage_store.c2447 int escape_chars = 0; in semanage_fc_find_meta() local
2536 int escape_chars, just_saw_escape; in semanage_fc_sort() local
/external/iptables/libxtables/
Dxtables.c2037 static const char escape_chars[] = "\"\\'"; in xtables_save_string() local
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp1317 std::deque<int> escape_chars; in Run() local