Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dmprint.c178 char formatbuf[PETSCDEFAULTBUFFERSIZE]; in PetscVSNPrintf() local
184 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()