Home
last modified time | relevance | path

Searched refs:SCANF_ARGS_MAX (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_format_interceptor_test.cc66 static const unsigned SCANF_ARGS_MAX = 16; variable
91 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ true, n, ap); in testScanf()
106 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ false, n, ap); in testScanfNoGnuMalloc()