reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
386 uptr from_length = REAL(strlen)(from); 387 ASAN_READ_RANGE(ctx, from, from_length + 1); 395 CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, from, 399 return REAL(strcat)(to, from);