Lines Matching refs:cur
164 char *cur; in __report_matches() local
178 cur = expect[0]; in __report_matches()
180 cur += scnprintf(cur, end - cur, "BUG: KCSAN: %s in ", in __report_matches()
190 cur += scnprintf(cur, end - cur, "%ps / %ps", in __report_matches()
194 scnprintf(cur, end - cur, "%pS", r->access[0].fn); in __report_matches()
196 cur = strchr(expect[0], '+'); in __report_matches()
197 if (cur) in __report_matches()
198 *cur = '\0'; in __report_matches()
202 cur = expect[1]; in __report_matches()
205 cur += scnprintf(cur, end - cur, "race at unknown origin, with "); in __report_matches()
229 cur = expect[2]; in __report_matches()
234 strcpy(cur, "<none>"); in __report_matches()
239 cur += scnprintf(cur, end - cur, "%s%s to ", access_type, in __report_matches()
243 cur += scnprintf(cur, end - cur, "0x%px of %zu bytes", in __report_matches()