Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex48.c173 static inline PetscErrorCode alterString(const char oldstr[], char str[]) in alterString() argument
178 PetscCall(PetscStrlen(oldstr, &n)); in alterString()
179 PetscCall(PetscStrncpy(str, oldstr, n + 1)); in alterString()