Lines Matching defs:patt
341 HChar* patt;
349 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
350 VG_(memcpy)(patt, first, last - first);
351 vg_assert(patt[last-first] == 0);
352 matches = VG_(string_match)(patt, name);
353 VG_(free)(patt);
366 HChar* patt;
374 patt = VG_(calloc)("m_options.swttc.1", last - first + 1, 1);
375 VG_(memcpy)(patt, first, last - first);
376 vg_assert(patt[last-first] == 0);
378 matches = VG_(string_match)(patt, child_argv[i]);
380 VG_(free)(patt);
384 VG_(free)(patt);