Home
last modified time | relevance | path

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

/external/compiler-rt/test/dfsan/
Dcustom.cc787 char padded_format[512]; in test_sprintf_chunk() local
788 strcpy(padded_format, "foo "); in test_sprintf_chunk()
789 strcat(padded_format, format); in test_sprintf_chunk()
790 strcat(padded_format, " bar"); in test_sprintf_chunk()
793 assert(sprintf(buf, padded_format, arg) == strlen(padded_expected)); in test_sprintf_chunk()
800 assert(sprintf(buf, padded_format, arg) == strlen(padded_expected)); in test_sprintf_chunk()