Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp250 char *tpos1 = (char*)internal_strchr(templ, '$'); in TemplateMatch() local
251 if ((!tpos) || (tpos1 && tpos1 < tpos)) in TemplateMatch()
252 tpos = tpos1; in TemplateMatch()
260 tpos[0] = tpos == tpos1 ? '$' : '*'; in TemplateMatch()