Home
last modified time | relevance | path

Searched defs:unquoted (Results 1 – 4 of 4) sorted by relevance

/external/dbus/test/
Dshell-test.c68 char *unquoted; in test_command_line() local
/external/dbus/dbus/
Ddbus-shell.c171 char *unquoted; in _dbus_shell_unquote() local
/external/pcre/
Dpcrecpp_unittest.cc485 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta()
493 static void NegativeTestQuoteMeta(string unquoted, string should_not_match, in NegativeTestQuoteMeta()
Dpcrecpp.cc467 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta()