Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c26 char *eol = NULL; in PetscPythonFindLibraryName() local
41 PetscCall(PetscStrchr(pythonlib, '\n', &eol)); in PetscPythonFindLibraryName()
42 if (eol) eol[0] = 0; in PetscPythonFindLibraryName()