reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 1499 VSCANF_INTERCEPTOR_IMPL(vscanf, true, format, ap)
 1502 VSCANF_INTERCEPTOR_IMPL(vsscanf, true, str, format, ap)
 1505 VSCANF_INTERCEPTOR_IMPL(vfscanf, true, stream, format, ap)
 1509 VSCANF_INTERCEPTOR_IMPL(__isoc99_vscanf, false, format, ap)
 1513 VSCANF_INTERCEPTOR_IMPL(__isoc99_vsscanf, false, str, format, ap)
 1516 VSCANF_INTERCEPTOR_IMPL(__isoc99_vfscanf, false, stream, format, ap)