Home | History | Annotate | Download | only in src

Lines Matching refs:S_ISCDF

326 #if !defined(S_ISCDF) && defined(S_CDF)
327 #define S_ISCDF(m) (S_ISDIR(m) && ((m) & S_CDF))