Searched refs:escape (Results 76 - 79 of 79) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp790 FuncNameFilter = llvm::Regex::escape(FuncNameFilter);
793 FuncNameNegativeFilter = llvm::Regex::escape(FuncNameNegativeFilter);
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1769 Of course, there is also a final escape hatch: Templates support a
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp5170 void escape();
14433 escape();
14521 void TestSpecParser::escape() {
15214 // Check if the encoding is valid and if it is not, hex escape bytes.
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c4050 ** ^URI hexadecimal escape sequences (%HH) are supported within the path and
4051 ** query components of a URI. A hexadecimal escape sequence consists of a
4055 ** hexadecimal escape sequences replaced by a single byte containing the
8701 ** SQL way to escape identifier names.
9807 ** string X matches the [LIKE] pattern P with escape character E.
129555 u32 escape; local
[all...]

Completed in 674 milliseconds

1234