Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dstr.c550 size_t l, l1, l2, l3; in PetscStrreplace() local
602 PetscCall(PetscStrlen(par, &l3)); in PetscStrreplace()
603 …PetscCheck(l1 + l2 + l3 < len, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "b len is not long enough to ho… in PetscStrreplace()