Searched defs:needle (Results 1 – 2 of 2) sorted by relevance
398 static inline PetscErrorCode PetscStrstr(const char haystack[], const char needle[], char *tmp[]) P… in PetscStrstr()
1008 static PetscBool InList(PetscMPIInt needle, PetscMPIInt n, const PetscMPIInt *list) in InList()