Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/usr.bin/unzip/
H A Dunzip.c683 mode_t filetype; in extract() local
687 filetype = archive_entry_filetype(e); in extract()
700 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract()
708 if (S_ISDIR(filetype) && j_opt) { in extract()
734 if (S_ISDIR(filetype)) in extract()
747 mode_t filetype; in extract_stdout() local
750 filetype = archive_entry_filetype(e); in extract_stdout()
753 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract_stdout()
761 if (S_ISDIR(filetype)) { in extract_stdout()
/dragonfly/contrib/file/magic/Magdir/
H A Dwordprocessors144 # Note: filetype 26 for VRS and filetype 36 for WPD apparently is wrong
203 >>>9 byte x Corel Shell: Unknown filetype %d
211 >>>9 byte x Corel Notebook: Unknown filetype %d
216 >>>9 byte x Corel Calculator: Unknown filetype %d
226 >>>9 byte x Corel Calendar: Unknown filetype %d
270 >>>9 byte x Corel Mail: Unknown filetype %d
275 >>>9 byte x Corel Printer: Unknown filetype %d
282 >>>9 byte x Corel Scheduler: Unknown filetype %d
304 >>>9 byte x Corel Terminal: Unknown filetype %d
333 >>>9 byte x GroupWise: Unknown filetype %d
[all …]
H A Dsharc6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by
H A Dacorn92 # load address 0xFFFtttdd, ttt is the object filetype and dddddddddd is time
/dragonfly/contrib/cvs-1.12/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;
/dragonfly/nrelease/gui/root/
H A D.vimrc14 filetype plugin on
15 filetype indent on
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-mach-o.c53 unsigned char filetype[4]; /* Type of file. */ member
66 unsigned char filetype[4]; /* Type of file. */ member
251 unsigned int filetype; in simple_object_mach_o_match() local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
315 if (filetype != MACH_O_MH_OBJECT) in simple_object_mach_o_match()
913 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT); in simple_object_mach_o_write_header()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-mach-o.c53 unsigned char filetype[4]; /* Type of file. */ member
66 unsigned char filetype[4]; /* Type of file. */ member
251 unsigned int filetype; in simple_object_mach_o_match() local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
315 if (filetype != MACH_O_MH_OBJECT) in simple_object_mach_o_match()
913 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT); in simple_object_mach_o_write_header()
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-mach-o.c53 unsigned char filetype[4]; /* Type of file. */ member
66 unsigned char filetype[4]; /* Type of file. */ member
251 unsigned int filetype; in simple_object_mach_o_match() local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
315 if (filetype != MACH_O_MH_OBJECT) in simple_object_mach_o_match()
913 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT); in simple_object_mach_o_write_header()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-mach-o.c53 unsigned char filetype[4]; /* Type of file. */ member
66 unsigned char filetype[4]; /* Type of file. */ member
251 unsigned int filetype; in simple_object_mach_o_match() local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
315 if (filetype != MACH_O_MH_OBJECT) in simple_object_mach_o_match()
912 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT); in simple_object_mach_o_write_header()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-mach-o.c53 unsigned char filetype[4]; /* Type of file. */ member
66 unsigned char filetype[4]; /* Type of file. */ member
251 unsigned int filetype; in simple_object_mach_o_match() local
314 filetype = (*fetch_32) (b + offsetof (struct mach_o_header_32, filetype)); in simple_object_mach_o_match()
315 if (filetype != MACH_O_MH_OBJECT) in simple_object_mach_o_match()
913 set_32 (hdr + offsetof (struct mach_o_header_32, filetype), MACH_O_MH_OBJECT); in simple_object_mach_o_write_header()
/dragonfly/usr.sbin/config/
H A Dmkmakefile.c233 int nreqs, first = 1, configdep, isdup, std, filetype, in read_files() local
321 filetype = NORMAL; in read_files()
413 filetype = LOCAL; in read_files()
417 filetype = NODEPEND; in read_files()
494 tp->f_type = filetype; in read_files()
/dragonfly/crypto/libressl/tls/
H A Dtls_config.c40 tls_config_load_file(struct tls_error *error, const char *filetype, in tls_config_load_file() argument
53 filetype, filename); in tls_config_load_file()
58 filetype, filename); in tls_config_load_file()
66 "%s file", filetype); in tls_config_load_file()
72 filetype, filename); in tls_config_load_file()
H A Dtls_internal.h252 int tls_config_load_file(struct tls_error *error, const char *filetype,
/dragonfly/contrib/cvs-1.12/diff/
H A Ddiff.c46 static char const *filetype PARAMS((struct stat const *));
880 filetype (st) in filetype() function
1129 inf[0].name, filetype (&inf[0].stat),
1130 inf[1].name, filetype (&inf[1].stat));
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c176 __LA_MODE_T filetype; member
471 switch (filetype) { in la_verify_filetype()
849 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header()
860 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header()
2530 if (p->filetype == AE_IFDIR) in _archive_write_disk_close()
2542 if (fd == -1 || p->filetype != AE_IFDIR) { in _archive_write_disk_close()
2547 p->filetype) == 0)) { in _archive_write_disk_close()
2553 p->filetype) == 0) { in _archive_write_disk_close()
2562 p->filetype) == 0)) { in _archive_write_disk_close()
2568 p->filetype) == 0) { in _archive_write_disk_close()
[all …]
H A Darchive_write_set_format_mtree.c104 mode_t filetype; member
754 switch (me->filetype) { in get_global_set_keys()
803 me->filetype = archive_entry_filetype(entry); in mtree_entry_new()
822 if (me->filetype == AE_IFDIR) { in mtree_entry_new()
835 } else if (me->filetype == AE_IFREG) { in mtree_entry_new()
949 me->nlink != 1 && me->filetype != AE_IFDIR) in write_mtree_entry()
988 switch (me->filetype) { in write_mtree_entry()
1238 if (mtree->mtree_entry->filetype == AE_IFREG) in archive_write_mtree_data()
2201 np->filetype = file->filetype; in mtree_entry_exchange_same_entry()
H A Darchive_write_set_format_xar.c1157 const char *filetype, *filelink, *fflags; in make_file_entry() local
1224 filetype = "directory"; break; in make_file_entry()
1226 filetype = "symlink"; break; in make_file_entry()
1228 filetype = "character special"; break; in make_file_entry()
1230 filetype = "block special"; break; in make_file_entry()
1232 filetype = "socket"; break; in make_file_entry()
1234 filetype = "fifo"; break; in make_file_entry()
1238 filetype = "hardlink"; in make_file_entry()
1246 filetype = "file"; in make_file_entry()
1249 r = xmlwrite_string_attr(a, writer, "type", filetype, in make_file_entry()
H A Darchive_read_disk_posix.c148 mode_t filetype; member
1034 t->restore_time.filetype = archive_entry_filetype(entry); in next_entry()
2065 if (AE_IFLNK != rt->filetype && utimes(rt->name, times) != 0) in close_and_restore_time()
2135 te->restore_time.filetype = rt->filetype; in tree_push()
/dragonfly/contrib/tcsh-6/
H A Dtw.decls.h130 extern Char filetype (const Char *, const Char *);
H A Dsh.file.c272 filetype(const Char *dir, const Char *file) in filetype() function
330 xputchar(dir ? filetype(dir, items[i]) : ' '); in print_by_column()
H A Dtw.parse.c1138 if (filetype(exp_dir->s, item.s) == '/') in tw_collect_items()
1144 Strbuf_append1(&buf, filetype(exp_dir->s, item.s)); in tw_collect_items()
2017 filetype(const Char *dir, const Char *file) in filetype() function
2200 print_with_color(items[i], w, filetype(dir, items[i])); in print_by_column()
2211 filetype(dir, items[i])); in print_by_column()
/dragonfly/contrib/gdb-7/include/mach-o/
H A Dexternal.h30 unsigned char filetype[4]; /* Type of file. */ member
/dragonfly/usr.bin/gzip/
H A Dgzip.c70 enum filetype { enum
184 static enum filetype file_gettype(u_char *);
1073 static enum filetype
1288 enum filetype method; in file_uncompress()
1589 enum filetype method; in handle_stdin()
/dragonfly/contrib/binutils-2.27/include/mach-o/
H A Dexternal.h29 unsigned char filetype[4]; /* Type of file. */ member

12