Home
last modified time | relevance | path

Searched defs:S_ISWHT (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/sys/
H A Dstat.h218 #define S_ISWHT(m) (((m) & 0170000) == 0160000) /* whiteout */ macro
/dflybsd-src/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h548 # define S_ISWHT(m) 0 macro