Home
last modified time | relevance | path

Searched refs:S_IFWHT (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/sys/_types/
H A D_s_ifmt.h44 #define S_IFWHT 0160000 /* OBSOLETE: whiteout */ macro
/xnu-10002.41.9/bsd/sys/
H A Dstat.h418 #define S_ISWHT(m) (((m) & S_IFMT) == S_IFWHT) /* OBSOLETE: whiteout */