Home
last modified time | relevance | path

Searched defs:needle (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscstring.h398 static inline PetscErrorCode PetscStrstr(const char haystack[], const char needle[], char *tmp[]) P… in PetscStrstr()
/petsc/src/vec/is/sf/interface/
H A Dsf.c1008 static PetscBool InList(PetscMPIInt needle, PetscMPIInt n, const PetscMPIInt *list) in InList()