Searched refs:filetype (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/tools/regression/poll/
H A Dpipepoll.c20 static int filetype; variable
51 filetype == FT_PIPE ? "Pipe" :
52 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO",
96 if (filetype == FT_FIFO) {
104 if (filetype == FT_FIFO) {
114 if (filetype != FT_FIFO) {
193 if (filetype == FT_FIFO) {
226 if (filetype == FT_FIFO) {
250 if (filetype != FT_FIFO)
286 for (filetype
[all...]
H A Dpipeselect.c27 static int filetype; variable
43 filetype == FT_PIPE ? "Pipe" :
44 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO",
67 if (filetype == FT_FIFO) {
75 if (filetype == FT_FIFO) {
98 if (filetype != FT_FIFO) {
180 if (filetype == FT_FIFO) {
223 if (filetype == FT_FIFO) {
247 if (filetype != FT_FIFO)
283 for (filetype
[all...]
/freebsd-9.3-release/usr.bin/unzip/
H A Dunzip.c625 mode_t filetype; local
629 filetype = archive_entry_filetype(e);
642 if (!S_ISDIR(filetype) && !S_ISREG(filetype)) {
650 if (S_ISDIR(filetype) && j_opt) {
676 if (S_ISDIR(filetype))
689 mode_t filetype; local
695 filetype = archive_entry_filetype(e);
698 if (!S_ISDIR(filetype) && !S_ISREG(filetype)) {
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in813 my $filetype = "";
818 if (((-d $reposDirName) && ($filetype eq "file")) || ((-f $reposFileName) && ($filetype eq "dir"))) {
821 $filetype = "";
825 $filetype = "dir";
829 $filetype = "file";
836 $filetype = "";
843 print("$$ checkFileness will return \$filetype: $filetype.\n") if $debug;
844 return $filetype;
[all...]
/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c316 int compile, match, nreqs, std, filetype, local
377 filetype = NORMAL;
485 filetype = LOCAL;
489 filetype = NODEPEND;
493 filetype = PROFILING;
534 if (filetype == PROFILING && profiling == 0)
538 tp->f_type = filetype;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgen.c461 sd(int rdclass, const char *classname, const char *dirname, char filetype) { argument
477 type, filetype);
524 char filetype = 'c'; local
542 filetype = 'c';
551 filetype = 'h';
558 filetype = 'c';
567 filetype = 'h';
612 sd(rdclass, classname, buf, filetype);
617 sd(0, "", buf, filetype);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c91 int filetype; member in struct:mtree
526 mtree->filetype = AE_IFREG;
921 mtree->filetype = AE_IFBLK;
926 mtree->filetype = AE_IFCHR;
931 mtree->filetype = AE_IFDIR;
936 mtree->filetype = AE_IFIFO;
940 mtree->filetype = AE_IFREG;
945 mtree->filetype = AE_IFLNK;
954 archive_entry_set_filetype(entry, mtree->filetype);
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff.c45 static char const *filetype PARAMS((struct stat const *));
883 filetype (st)
1133 inf[0].name, filetype (&inf[0].stat),
1134 inf[1].name, filetype (&inf[1].stat));
879 filetype (st) function
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c65 static int filetype (const Char *, const Char *);
276 filetype(const Char *dir, const Char *file) function
334 xputchar(dir ? filetype(dir, items[i]) : ' ');
H A Dtw.parse.c111 static Char filetype (Char *, Char *);
1139 if (filetype(exp_dir->s, item.s) == '/')
1145 Strbuf_append1(&buf, filetype(exp_dir->s, item.s));
1156 /* maximum length 1 (NULL) + 1 (~ or $) + 1 (filetype) */
2013 /* filetype():
2014 * Return a character that signifies a filetype
2018 filetype(Char *dir, Char *file) function
2092 } /* end filetype */
2200 print_with_color(items[i], w, filetype(dir, items[i]));
2210 xprintf("%-S%c", items[i], filetype(di
[all...]
/freebsd-9.3-release/usr.bin/gzip/
H A Dgzip.c69 enum filetype { enum
212 static enum filetype file_gettype(u_char *);
1101 static enum filetype
1335 enum filetype method;
1638 enum filetype method;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMachO.h36 // Constants for the "filetype" field in llvm::MachO::mach_header and
436 uint32_t filetype; member in struct:llvm::MachO::mach_header
446 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp268 if (Header.filetype == MachO::MH_OBJECT)
/freebsd-9.3-release/contrib/llvm/tools/macho-dump/
H A Dmacho-dump.cpp363 outs() << "('filetype', " << Header.filetype << ")\n";
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_alloc.c2717 int vfslocked, filetype, error; local
2748 filetype = IFREG;
2803 filetype = IFDIR;
2812 filetype == IFDIR ? "directory" : "file",
2817 filetype == IFDIR ? "directory" : "file",
2824 cmd.value, filetype, NULL)))
/freebsd-9.3-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp116 SwapValue(H.filetype);
127 SwapValue(H.filetype);

Completed in 313 milliseconds