HomeSort by relevance Sort by last modified time
    Searched refs:string_match (Results 1 - 12 of 12) sorted by null

  /external/valgrind/main/include/
pub_tool_seqmatch.h 85 Bool VG_(string_match) ( const Char* pat, const Char* str );
  /external/chromium/third_party/libjingle/source/talk/base/
stringutils.cc 44 bool string_match(const char* target, const char* pattern) { function in namespace:talk_base
52 && string_match(target + 1, pattern + 1)) {
stringutils.h 68 // Ex: string_match("www.TEST.GOOGLE.COM", "www.*.com") -> true
69 bool string_match(const char* target, const char* pattern);
openssladapter.cc 691 if (!strcmp(nval->name, "DNS") && string_match(host, nval->value)) {
proxydetect.cc 247 if (!string_match(url.host().c_str(), item))
    [all...]
  /external/valgrind/main/coregrind/
m_seqmatch.c 172 Bool VG_(string_match) ( const Char* patt, const Char* input ) function
m_options.c 40 #include "pub_core_seqmatch.h" // VG_(string_match)
302 so we can use VG_(string_match) on it. */
306 matches = VG_(string_match)(patt, name);
327 so we can use VG_(string_match) on it. */
332 matches = VG_(string_match)(patt, child_argv[i]);
m_redir.c 612 sp->mark = VG_(string_match)( sp->from_sopatt,
641 if (VG_(string_match)( sp->from_fnpatt, *names )) {
    [all...]
m_libcproc.c 188 match = VG_(string_match)(remove_pattern, entry_start);
207 if (VG_(string_match)(remove_pattern, entry_start)) {
m_errormgr.c     [all...]
m_main.c 60 #include "pub_core_seqmatch.h" // For VG_(string_match)
677 ok = VG_(string_match)(patt, tmp_str);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 185 = VG_(string_match)( VG_(clo_trace_symtab_patt), filename );
    [all...]

Completed in 626 milliseconds