Lines Matching refs:suffix
81 const char suffix[] = "." PETSC_SLSUFFIX; in PetscDLLibraryRetrieve() local
84 PetscCall(PetscStrrstr(par2, suffix, &so)); in PetscDLLibraryRetrieve()
86 if (!so) PetscCall(PetscStrlcat(par2, suffix, blen)); in PetscDLLibraryRetrieve()
127 const char suffix[] = "." PETSC_SLSUFFIX; in PetscDLLibraryOpen() local
158 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibraryOpen()
216 char libname[PETSC_MAX_PATH_LEN], suffix[16]; in PetscDLLibrarySym() local
244 PetscCall(PetscStrncpy(suffix, ".", sizeof(suffix))); in PetscDLLibrarySym()
245 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibrarySym()
246 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibrarySym()
321 char suffix[16], *s = NULL; in PetscDLLibraryAppend() local
345 PetscCall(PetscStrncpy(suffix, ".", sizeof(suffix))); in PetscDLLibraryAppend()
346 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibraryAppend()
352 PetscCall(PetscStrrstr(libname, suffix, &s)); in PetscDLLibraryAppend()
404 char suffix[16], *s = NULL; in PetscDLLibraryPrepend() local
429 PetscCall(PetscStrncpy(suffix, ".", sizeof(suffix))); in PetscDLLibraryPrepend()
430 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibraryPrepend()
436 PetscCall(PetscStrstr(libname, suffix, &s)); in PetscDLLibraryPrepend()