Searched refs:tmp_str (Results 1 – 1 of 1) sorted by relevance
53 char *title = vdraw->title, tmp_str[128]; in PetscViewerDrawGetDraw() local55 …PetscCall(PetscSNPrintf(tmp_str, sizeof(tmp_str), "%s:%" PetscInt_FMT, vdraw->title ? vdraw->title… in PetscViewerDrawGetDraw()56 title = tmp_str; in PetscViewerDrawGetDraw()