Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/utilities/
H A DgetResidentSetSize.py35 if self.functions.haveFunction('sbreak'):
55 if self.functions.haveFunction('getrusage') and not self.argDB['with-batch']:
56 if self.functions.haveFunction('getpagesize'):
H A Dmissing.py62 if not self.functions.haveFunction('socket'):
/petsc/config/PETSc/options/
H A DsharedLibraries.py111 if self.headers.haveHeader('dlfcn.h') and self.functions.haveFunction('dlerror'):
/petsc/config/BuildSystem/config/
H A Dfunctions.py22 def haveFunction(self, function): member in Configure
/petsc/config/PETSc/
H A DConfigure.py268 …if self.functions.haveFunction('gethostbyname') and self.functions.haveFunction('socket') and self…
1000 if not self.functions.haveFunction('__gcov_dump'):