Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c452 char *string, *vstring = NULL, *astring = NULL, *packed = NULL; in PetscOptionsInsertFilePetsc() local
533 PetscCall(PetscSegBufferGet(aseg, len + 1, &astring)); in PetscOptionsInsertFilePetsc()
534 PetscCall(PetscArraycpy(astring, tokens[1], len)); in PetscOptionsInsertFilePetsc()
535 astring[len] = ' '; in PetscOptionsInsertFilePetsc()
538 PetscCall(PetscSegBufferGet(aseg, len + 1, &astring)); in PetscOptionsInsertFilePetsc()
539 PetscCall(PetscArraycpy(astring, tokens[2], len)); in PetscOptionsInsertFilePetsc()
540 astring[len] = ' '; in PetscOptionsInsertFilePetsc()
556 PetscCall(PetscSegBufferGet(aseg, 1, &astring)); in PetscOptionsInsertFilePetsc()
557 astring[0] = 0; in PetscOptionsInsertFilePetsc()
579 astring = packed; in PetscOptionsInsertFilePetsc()
[all …]