Home
last modified time | relevance | path

Searched refs:S_ISWHT (Results 1 – 2 of 2) sorted by path

/original-bsd/bin/rm/
H A Drm.c238 if (!fflag && !S_ISWHT(sb.st_mode) && !check(f, f, &sb))
240 if (S_ISWHT(sb.st_mode))
/original-bsd/sys/sys/
H A Dstat.h124 #define S_ISWHT(m) ((m & 0170000) == 0160000) /* whiteout */ macro