Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dftest.c55 int rbit = S_IROTH; in PetscTestOwnership() local
84 rbit = S_IRUSR; in PetscTestOwnership()
92 rbit = S_IRGRP; in PetscTestOwnership()
102 if (fmode & rbit) *flg = PETSC_TRUE; in PetscTestOwnership()