Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp1829 char padded_format[512]; in test_sprintf_chunk() local
1830 strcpy(padded_format, "foo "); in test_sprintf_chunk()
1831 strcat(padded_format, format); in test_sprintf_chunk()
1832 strcat(padded_format, " bar"); in test_sprintf_chunk()
1835 assert(sprintf(buf, padded_format, arg) == strlen(padded_expected)); in test_sprintf_chunk()
1846 assert(sprintf(buf, padded_format, arg) == strlen(padded_expected)); in test_sprintf_chunk()