Home | History | Annotate | Download | only in coregrind

Lines Matching full:patt

363          HChar* patt;
371 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
372 VG_(memcpy)(patt, first, last - first);
373 vg_assert(patt[last-first] == 0);
374 matches = VG_(string_match)(patt, name);
375 VG_(free)(patt);
388 HChar* patt;
396 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
397 VG_(memcpy)(patt, first, last - first);
398 vg_assert(patt[last-first] == 0);
400 matches = VG_(string_match)(patt, child_argv[i]);
402 VG_(free)(patt);
406 VG_(free)(patt);