Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex37.c11 char *newformatstr, buffer[128], longstr[256], superlongstr[10000]; in main() local
40 for (i = 0; i < 255; i++) longstr[i] = 's'; in main()
41 longstr[255] = 0; in main()
42 PetscCall(TestPetscVSNPrintf(buffer, sizeof(buffer), &fullLength, "Greetings %s", longstr)); in main()
/petsc/src/sys/tests/output/
H A Dex37_1.out3 longstr fullLength 266