Searched refs:pwde (Results 1 – 1 of 1) sorted by relevance
63 struct passwd *pwde; in PetscGetFullPath() local72 pwde = getpwnam(name); in PetscGetFullPath()73 if (!pwde) PetscFunctionReturn(PETSC_SUCCESS); in PetscGetFullPath()75 PetscCall(PetscStrncpy(tmppath, pwde->pw_dir, sizeof(tmppath))); in PetscGetFullPath()