Searched defs:S_ISWHT (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/sys/ | ||
H A D | stat.h | 218 #define S_ISWHT(m) (((m) & 0170000) == 0160000) /* whiteout */ macro |
/dflybsd-src/gnu/usr.bin/grep/libgreputils/sys/ | ||
H A D | stat.h | 548 # define S_ISWHT(m) 0 macro |