Searched refs:formatbuf (Results 1 – 1 of 1) sorted by relevance
178 char formatbuf[PETSCDEFAULTBUFFERSIZE]; in PetscVSNPrintf() local184 if (newLength < sizeof(formatbuf)) { in PetscVSNPrintf()185 newformat = formatbuf; in PetscVSNPrintf()186 newLength = sizeof(formatbuf) - 1; in PetscVSNPrintf()196 if (newLength > sizeof(formatbuf) - 1) PetscCall(PetscFree(newformat)); in PetscVSNPrintf()