Home
last modified time | relevance | path

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

/petsc/src/sys/info/
H A Dverboseinfo.c365 char *loc0_ = NULL, *loc1_ = NULL, *loc2_ = NULL; in PetscInfoSetFromOptions() local
373 PetscCall(PetscStrallocpy(optstring, &loc0_)); in PetscInfoSetFromOptions()
374 PetscCall(PetscStrchr(loc0_, ':', &loc1_)); in PetscInfoSetFromOptions()
390 PetscCall(PetscStrlen(loc0_, &size_loc0_)); in PetscInfoSetFromOptions()
404 PetscCall(PetscInfoSetFile(size_loc0_ ? loc0_ : NULL, "w")); in PetscInfoSetFromOptions()
408 PetscCall(PetscFree(loc0_)); in PetscInfoSetFromOptions()