Home
last modified time | relevance | path

Searched refs:chars_to_escape (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Utility/
DArgs.cpp599 const char *chars_to_escape = nullptr; in EscapeLLDBCommandArgument() local
602 chars_to_escape = " \t\\'\"`"; in EscapeLLDBCommandArgument()
605 chars_to_escape = "$\"`\\"; in EscapeLLDBCommandArgument()
618 if (::strchr(chars_to_escape, c)) in EscapeLLDBCommandArgument()
/external/python/cpython2/Lib/bsddb/
Ddbtables.py102 chars_to_escape = '.*+()[]?'
103 for char in chars_to_escape :