Searched refs:padded_format (Results 1 – 1 of 1) sorted by relevance
1829 char padded_format[512]; in test_sprintf_chunk() local1830 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()