Lines Matching refs:cur
154 char *cur; in report_matches() local
168 cur = expect[0]; in report_matches()
170 cur += scnprintf(cur, end - cur, "BUG: KCSAN: %s in ", in report_matches()
180 cur += scnprintf(cur, end - cur, "%ps / %ps", in report_matches()
184 scnprintf(cur, end - cur, "%pS", r->access[0].fn); in report_matches()
186 cur = strchr(expect[0], '+'); in report_matches()
187 if (cur) in report_matches()
188 *cur = '\0'; in report_matches()
192 cur = expect[1]; in report_matches()
195 cur += scnprintf(cur, end - cur, "race at unknown origin, with "); in report_matches()
217 cur = expect[2]; in report_matches()
222 strcpy(cur, "<none>"); in report_matches()
227 cur += scnprintf(cur, end - cur, "%s%s to ", access_type, in report_matches()
231 cur += scnprintf(cur, end - cur, "0x%px of %zu bytes", in report_matches()