Searched refs:S_ISDOOR (Results 1 – 1 of 1) sorted by relevance
38 # undef S_ISDOOR74 # ifndef S_ISDOOR /* Solaris 2.5 and up */76 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) macro78 # define S_ISDOOR(m) 0 macro