Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c452 char *string, *vstring = NULL, *astring = NULL, *packed = NULL; in PetscOptionsInsertFilePetsc() local
511 PetscCall(PetscSegBufferGet(vseg, len + 1, &vstring)); in PetscOptionsInsertFilePetsc()
512 PetscCall(PetscArraycpy(vstring, tokens[0], len)); in PetscOptionsInsertFilePetsc()
513 vstring[len] = ' '; in PetscOptionsInsertFilePetsc()
518 PetscCall(PetscSegBufferGet(vseg, len + 3, &vstring)); in PetscOptionsInsertFilePetsc()
519 vstring[0] = '"'; in PetscOptionsInsertFilePetsc()
520 PetscCall(PetscArraycpy(vstring + 1, tokens[1], len)); in PetscOptionsInsertFilePetsc()
521 vstring[len + 1] = '"'; in PetscOptionsInsertFilePetsc()
522 vstring[len + 2] = ' '; in PetscOptionsInsertFilePetsc()
560 PetscCall(PetscSegBufferGet(vseg, 1, &vstring)); in PetscOptionsInsertFilePetsc()
[all …]
/petsc/include/
H A Dpetscsys.h2687 char *vstring; in PetscCitationsRegister() local
2692 PetscCall(PetscSegBufferGet(PetscCitationsList, (PetscCount)len, &vstring)); in PetscCitationsRegister()
2693 PetscCall(PetscArraycpy(vstring, cit, len)); in PetscCitationsRegister()