Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscstring.h398 static inline PetscErrorCode PetscStrstr(const char haystack[], const char needle[], char *tmp[]) P… in PetscStrstr() argument
401 PetscAssertPointer_Private(haystack, 1); in PetscStrstr()
405 *tmp = (char *)__builtin_strstr(haystack, needle); in PetscStrstr()
407 *tmp = (char *)strstr(haystack, needle); in PetscStrstr()