Searched refs:Ftype (Results 1 – 2 of 2) sorted by relevance
510 ushort_t Ftype = S_IFMT; /* File type mask */ variable1523 ftype = SrcSt.st_mode & Ftype; in creat_hdr()2118 (DesSt.st_mode & (ulong_t)Ftype) == S_IFREG && in creat_tmp()2119 (G_p->g_mode & (ulong_t)Ftype) == S_IFREG) { in creat_tmp()2685 if (((G_p->g_mode & Ftype) == S_IFLNK && proc_mode != P_SKIP) || in data_in()3002 if ((G_p->g_mode & Ftype) == S_IFLNK && (Hdr_type != in data_out()3034 } else if ((G_p->g_mode & Ftype) == S_IFLNK && in data_out()4270 if ((G_p->g_mode & Ftype) == S_IFLNK && !(Args & OCL)) { in file_pass()4724 ftype = Gen.g_mode & Ftype; in gethdr()4847 ftype = Gen.g_mode & Ftype; in gethdr()[all …]
4259 static ushort_t Ftype = S_IFMT; variable4286 temp = st->st_mode & Ftype; in verbose()