Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dftest.c56 int wbit = S_IWOTH; in PetscTestOwnership() local
85 wbit = S_IWUSR; in PetscTestOwnership()
93 wbit = S_IWGRP; in PetscTestOwnership()
104 if (fmode & wbit) *flg = PETSC_TRUE; in PetscTestOwnership()