Searched refs:testScanf3 (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_format_interceptor_test.cpp | 67 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, in testScanf3() function 83 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format, in testScanf2() 214 testScanf3((void *)&scanf_sizes, 2, /*allowGnuMalloc=*/false, "%ms", &buf); in TEST() 221 testScanf3((void *)&scanf_sizes, 2, /*allowGnuMalloc=*/false, "%mc", &buf); in TEST()
|