Home
last modified time | relevance | path

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

/trueos/lib/libc/string/
HDstrmode.c68 #ifdef S_IFWHT in strmode()
69 case S_IFWHT: /* whiteout */ in strmode()
/trueos/include/apple/sys/_types/
HD_s_ifmt.h44 #define S_IFWHT 0160000 /* OBSOLETE: whiteout */ macro
/trueos/usr.bin/stat/
HDstat.c849 #ifdef S_IFWHT in format1()
850 case S_IFWHT: sdata = "%"; break; in format1()
867 #ifdef S_IFWHT in format1()
868 case S_IFWHT: sdata = "Whiteout File"; break; in format1()
/trueos/sys/sys/
HDstat.h236 #define S_IFWHT 0160000 /* whiteout */ macro
/trueos/contrib/atf/atf-c/detail/
HDfs.c565 #if defined(S_IFWHT) in atf_fs_stat_init()
566 case S_IFWHT: st->m_type = atf_fs_stat_wht_type; break; in atf_fs_stat_init()
/trueos/sbin/restore/
HDutilities.c250 if (!Nflag && mknod(name, S_IFWHT, 0) < 0) { in addwhiteout()
/trueos/bin/rm/
HDrm.c358 sb.st_mode = S_IFWHT|S_IWUSR|S_IRUSR; in rm_file()
/trueos/bin/ls/
HDprint.c416 case S_IFWHT: in printtype()
/trueos/lib/libc/gen/
HDfts.c894 sbp->st_mode = S_IFWHT; in fts_stat()
HDfts-compat.c923 sbp->st_mode = S_IFWHT;
/trueos/usr.bin/find/
HDfunction.c1591 mask = S_IFWHT; in c_type()
/trueos/sys/kern/
HDvfs_syscalls.c1274 case S_IFWHT: in kern_mknodat()
1320 case S_IFWHT: in kern_mknodat()