Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cpio/
H A Dcpio.c508 ushort_t Ftype = S_IFMT; /* File type mask */ variable
1518 ftype = SrcSt.st_mode & Ftype; in creat_hdr()
2113 (DesSt.st_mode & (ulong_t)Ftype) == S_IFREG && in creat_tmp()
2114 (G_p->g_mode & (ulong_t)Ftype) == S_IFREG) { in creat_tmp()
2680 if (((G_p->g_mode & Ftype) == S_IFLNK && proc_mode != P_SKIP) || in data_in()
2997 if ((G_p->g_mode & Ftype) == S_IFLNK && (Hdr_type != in data_out()
3029 } else if ((G_p->g_mode & Ftype) == S_IFLNK && in data_out()
4265 if ((G_p->g_mode & Ftype) == S_IFLNK && !(Args & OCL)) { in file_pass()
4719 ftype = Gen.g_mode & Ftype; in gethdr()
4842 ftype = Gen.g_mode & Ftype; in gethdr()
[all …]
/onnv-gate/usr/src/cmd/tar/
H A Dtar.c4220 static ushort_t Ftype = S_IFMT; variable
4247 temp = st->st_mode & Ftype; in verbose()