Home
last modified time | relevance | path

Searched refs:tpos1 (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc318 char *tpos1 = (char*)internal_strchr(templ, '$'); in TemplateMatch() local
319 if ((!tpos) || (tpos1 && tpos1 < tpos)) in TemplateMatch()
320 tpos = tpos1; in TemplateMatch()
328 tpos[0] = tpos == tpos1 ? '$' : '*'; in TemplateMatch()