Searched refs:file_type (Results 1 – 4 of 4) sorted by relevance
274 info.file_type = FIPS_TYPE_REQ; in parse_file_type()276 info.file_type = FIPS_TYPE_RSP; in parse_file_type()278 info.file_type = FIPS_TYPE_FAX; in parse_file_type()
167 enum file_types file_type; member
1223 switch (info.file_type) { in fips_generic_test()
5117 my $file_type = undef;5121 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null ||5124 $file_type = "MS Windows";5129 if ($file_type =~ /64-bit/) {5137 if ($file_type =~ /MS Windows/) {5146 if ($file_type =~ /Mach-O/) {