Lines Matching refs:PetscStrlcat
86 if (!so) PetscCall(PetscStrlcat(par2, suffix, blen)); in PetscDLLibraryRetrieve()
89 if (gz) PetscCall(PetscStrlcat(par2, ".gz", blen)); in PetscDLLibraryRetrieve()
174 PetscCall(PetscStrlcat(registername, basename, sizeof(registername))); in PetscDLLibraryOpen()
245 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibrarySym()
334 PetscCall(PetscStrlcat(program, "*.", sizeof(program))); in PetscDLLibraryAppend()
336 PetscCall(PetscStrlcat(program, "/*.", sizeof(program))); in PetscDLLibraryAppend()
338 PetscCall(PetscStrlcat(program, PETSC_SLSUFFIX, sizeof(program))); in PetscDLLibraryAppend()
346 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibraryAppend()
417 PetscCall(PetscStrlcat(program, "*.", sizeof(program))); in PetscDLLibraryPrepend()
419 PetscCall(PetscStrlcat(program, "/*.", sizeof(program))); in PetscDLLibraryPrepend()
421 PetscCall(PetscStrlcat(program, PETSC_SLSUFFIX, sizeof(program))); in PetscDLLibraryPrepend()
430 PetscCall(PetscStrlcat(suffix, PETSC_SLSUFFIX, sizeof(suffix))); in PetscDLLibraryPrepend()