Home
last modified time | relevance | path

Searched refs:fuid (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/fileio/
H A Dftest.c24 static PetscErrorCode PetscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int… in PetscTestOwnership() argument
50 static PetscErrorCode PetscTestOwnership(const char fname[], char mode, uid_t fuid, gid_t fgid, int… in PetscTestOwnership() argument
83 if (fuid == uid) { in PetscTestOwnership()
163 uid_t fuid; in PetscTestFile() local
172 PetscCall(PetscGetFileStat(fname, &fuid, &fgid, &fmode, &exists)); in PetscTestFile()
181 PetscCall(PetscTestOwnership(fname, mode, fuid, fgid, fmode, flg)); in PetscTestFile()
203 uid_t fuid; in PetscTestDirectory() local
212 PetscCall(PetscGetFileStat(dirname, &fuid, &fgid, &fmode, &exists)); in PetscTestDirectory()
218 PetscCall(PetscTestOwnership(dirname, mode, fuid, fgid, fmode, flg)); in PetscTestDirectory()