Searched refs:PetscStrrstr (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/dll/ |
| H A D | dl.c | 69 PetscCall(PetscStrrstr(par2, ".gz", &gz)); in PetscDLLibraryRetrieve() 84 PetscCall(PetscStrrstr(par2, suffix, &so)); in PetscDLLibraryRetrieve() 153 PetscCall(PetscStrrstr(libname, ".gz", &s)); in PetscDLLibraryOpen() 155 PetscCall(PetscStrrstr(libname, ".a", &s)); in PetscDLLibraryOpen() 158 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibraryOpen() 246 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibrarySym() 352 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibraryAppend()
|
| /petsc/include/ |
| H A D | petscstring.h | 360 static inline PetscErrorCode PetscStrrstr(const char a[], const char b[], char *tmp[]) PeNS in PetscStrrstr() function
|