Home
last modified time | relevance | path

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

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dtest_main.py122 for path, strlist in diags.items():
125 tmp_output[path].extend(strlist)
129 path : '\n'.join(strlist if strlist[-1].endswith('\n') else strlist + [''])
130 for path, strlist in tmp_output.items()
/petsc/src/sys/objects/
H A Doptionsyaml.c81 char *buf, *strlist; in PetscParseLayerYAML() local
136 PetscCall(PetscSegBufferExtractAlloc(seg, &strlist)); in PetscParseLayerYAML()
140 PetscCall(PetscOptionsSetValue_Private(options, name, strlist, NULL, source)); in PetscParseLayerYAML()
141 PetscCall(PetscFree(strlist)); in PetscParseLayerYAML()