Searched refs:S_TYPEISSEM (Results 1 – 2 of 2) sorted by relevance
150 # ifndef S_TYPEISSEM152 # define S_TYPEISSEM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSEM) macro154 # define S_TYPEISSEM(p) 0 macro
65 if (S_TYPEISSEM (st)) in file_type()