Searched refs:S_ISDOOR (Results 1 – 1 of 1) sorted by relevance
36 # undef S_ISDOOR72 # ifndef S_ISDOOR /* Solaris 2.5 and up */74 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) macro76 # define S_ISDOOR(m) 0 macro