Searched refs:loc2_ (Results 1 – 1 of 1) sorted by relevance
365 char *loc0_ = NULL, *loc1_ = NULL, *loc2_ = NULL; in PetscInfoSetFromOptions() local381 PetscCall(PetscStrchr(loc1_, ':', &loc2_)); in PetscInfoSetFromOptions()383 if (loc2_) { in PetscInfoSetFromOptions()384 *loc2_++ = 0; in PetscInfoSetFromOptions()385 if (*loc2_ == '~') { in PetscInfoSetFromOptions()387 ++loc2_; in PetscInfoSetFromOptions()392 PetscCall(PetscStrlen(loc2_, &size_loc2_)); in PetscInfoSetFromOptions()400 PetscCall(PetscStrtolower(loc2_)); in PetscInfoSetFromOptions()401 PetscCall(PetscStrcmp("self", loc2_, &foundSelf)); in PetscInfoSetFromOptions()