Lines Matching refs:PetscStrncpy
71 if (!flg) PetscCall(PetscStrncpy(dir, "/tmp", len)); in PetscGetTmp()
158 PetscCall(PetscStrncpy(filename, "/tmp", sizeof(filename))); in PetscSharedTmp()
160 PetscCall(PetscStrncpy(filename, tmpname, sizeof(filename))); in PetscSharedTmp()
362 PetscCall(PetscStrncpy(localname, url, llen)); in PetscFileRetrieve()
374 PetscCall(PetscStrncpy(localname, url, llen)); in PetscFileRetrieve()
383 PetscCall(PetscStrncpy(localname, tlocalname, llen)); in PetscFileRetrieve()
393 PetscCall(PetscStrncpy(localname, tlocalname, llen)); in PetscFileRetrieve()
394 PetscCall(PetscStrncpy(buffer, "curl --fail --silent --show-error ", sizeof(buffer))); in PetscFileRetrieve()
425 PetscCall(PetscStrncpy(localname, url, llen)); in PetscFileRetrieve()
429 PetscCall(PetscStrncpy(name, tlocalname, PETSC_MAX_PATH_LEN)); in PetscFileRetrieve()
433 PetscCall(PetscStrncpy(buffer, "gzip -c -d ", sizeof(buffer))); in PetscFileRetrieve()
443 PetscCall(PetscStrncpy(localname, name, llen)); in PetscFileRetrieve()