Searched refs:scanf_result (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_format_interceptor_test.cc | 76 static void testScanf2(const char *format, int scanf_result, in testScanf2() argument 81 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format, in testScanf2() 95 static void testScanfPartial(const char *format, int scanf_result, unsigned n, in testScanfPartial() argument 99 testScanf2(format, scanf_result, /* allowGnuMalloc */ true, n, ap); in testScanfPartial()
|