Home
last modified time | relevance | path

Searched refs:Ftype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c519 ushort_t Ftype = S_IFMT; /* File type mask */ variable
1532 ftype = SrcSt.st_mode & Ftype; in creat_hdr()
4732 ftype = Gen.g_mode & Ftype; in gethdr()
4855 ftype = Gen.g_mode & Ftype; in gethdr()
5729 if ((G_p->g_mode & Ftype) == S_IFLNK || in openout()
6585 Ftype = SIXTH; in setup()
6734 if ((DesSt.st_mode & Ftype) != S_IFDIR) in setup()
6976 temp = Gen.g_mode & Ftype; in verbose()
7002 temp = Gen.g_mode & Ftype; in verbose()
7084 if ((Gen.g_mode & Ftype) == S_IFLNK) { in verbose()
[all …]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c4317 static ushort_t Ftype = S_IFMT; variable
4344 temp = st->st_mode & Ftype; in verbose()