Searched refs:S_ISCNT (Results 1 – 1 of 1) sorted by relevance
39 #undef S_ISCNT /* Contiguous file */102 #ifndef S_ISCNT /* Contiguous file */104 # define S_ISCNT(m) (((m) & S_IFMT) == S_IFCNT) macro106 # define S_ISCNT(m) (0) macro