Searched refs:match_template (Results 1 – 1 of 1) sorted by relevance
141 char *match_template; in checkTag() local158 … asprintf(&match_template, "sock=%" PRIxPTR " %s", (uintptr_t)addr, "tag=0x%" PRIx64" (uid=%u)"); in checkTag()162 asprintf(&match_template, "%s", " tag=0x%" PRIx64 " (uid=%u)"); in checkTag()167 asprintf(&buff, match_template, full_tag | uid, uid); in checkTag()185 free(match_template); in checkTag()