Home
last modified time | relevance | path

Searched refs:S_ISWHT (Results 1 – 4 of 4) sorted by relevance

/freebsd/bin/rm/
H A Drm.c358 if (!fflag && !S_ISWHT(sb.st_mode) && !check(f, f, &sb)) in rm_file()
361 if (!uid && !S_ISWHT(sb.st_mode) && in rm_file()
366 if (S_ISWHT(sb.st_mode)) in rm_file()
/freebsd/sys/sys/
H A Dstat.h292 #define S_ISWHT(m) (((m) & 0170000) == 0160000) /* whiteout */
291 #define S_ISWHT( global() macro
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c184 #ifdef S_ISWHT in make_fileinfo()
185 else if(S_ISWHT(st->st_mode)) { in make_fileinfo()
/freebsd/sbin/hastd/
H A Dhastd.c158 else if (S_ISWHT(mode)) in dtype2str()