Home
last modified time | relevance | path

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

12345678910

/freebsd-12.1/tools/regression/poll/
H A Dpipepoll.c20 static int filetype; variable
51 filetype == FT_PIPE ? "Pipe" : in report_state()
96 if (filetype == FT_FIFO) { in child()
104 if (filetype == FT_FIFO) { in child()
114 if (filetype != FT_FIFO) { in child()
193 if (filetype == FT_FIFO) { in child()
226 if (filetype == FT_FIFO) { in parent()
250 if (filetype != FT_FIFO) in parent()
286 for (filetype = 0; filetype < FT_END; filetype++) { in main()
287 switch (filetype) { in main()
[all …]
H A Dpipeselect.c27 static int filetype; variable
43 filetype == FT_PIPE ? "Pipe" : in report()
67 if (filetype == FT_FIFO) { in child()
75 if (filetype == FT_FIFO) { in child()
98 if (filetype != FT_FIFO) { in child()
180 if (filetype == FT_FIFO) { in child()
223 if (filetype == FT_FIFO) { in parent()
247 if (filetype != FT_FIFO) in parent()
283 for (filetype = 0; filetype < FT_END; filetype++) { in main()
284 switch (filetype) { in main()
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dwordprocessors47 >>>9 byte x Corel WordPerfect: Unknown filetype %d
53 >>>9 byte x Corel Shell: Unknown filetype %d
61 >>>9 byte x Corel Notebook: Unknown filetype %d
66 >>>9 byte x Corel Calculator: Unknown filetype %d
76 >>>9 byte x Corel Calendar: Unknown filetype %d
120 >>>9 byte x Corel Mail: Unknown filetype %d
125 >>>9 byte x Corel Printer: Unknown filetype %d
132 >>>9 byte x Corel Scheduler: Unknown filetype %d
154 >>>9 byte x Corel Terminal: Unknown filetype %d
183 >>>9 byte x GroupWise: Unknown filetype %d
[all …]
H A Dsharc6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by
/freebsd-12.1/usr.bin/unzip/
H A Dunzip.c685 mode_t filetype; in extract() local
689 filetype = archive_entry_filetype(e); in extract()
702 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract()
710 if (S_ISDIR(filetype) && j_opt) { in extract()
736 if (S_ISDIR(filetype)) in extract()
749 mode_t filetype; in extract_stdout() local
752 filetype = archive_entry_filetype(e); in extract_stdout()
755 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract_stdout()
763 if (S_ISDIR(filetype)) { in extract_stdout()
/freebsd-12.1/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_common.kshlib42 typeset filetype=$1
45 case $filetype in
105 log_fail "'$filetype' is wrong."
/freebsd-12.1/usr.sbin/config/
H A Dmkmakefile.c399 int compile, match, nreqs, std, filetype, not, in read_file() local
458 filetype = NORMAL; in read_file()
543 filetype = LOCAL; in read_file()
547 filetype = NODEPEND; in read_file()
552 filetype = PROFILING; in read_file()
582 if (filetype == PROFILING && profiling == 0) in read_file()
586 tp->f_type = filetype; in read_file()
587 if (filetype == LOCAL) in read_file()
/freebsd-12.1/contrib/apr/docs/
H A Dincomplete_types49 #define filetype HANDLE
51 #define filetype HFILE
53 #define filetype int
57 filetype filedes;
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_fd.c243 cloudabi_remove_conflicting_rights(cloudabi_filetype_t filetype, in cloudabi_remove_conflicting_rights() argument
263 switch (filetype) { in cloudabi_remove_conflicting_rights()
363 cloudabi_filetype_t filetype, cloudabi_rights_t *base, in convert_capabilities() argument
379 cloudabi_remove_conflicting_rights(filetype, base, inheriting); in convert_capabilities()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.inc32 cl::desc("When used with filetype=obj, "
38 "When used with filetype=obj, "
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c501 if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK) in revert_wc_data()
503 else if (finfo.filetype == APR_DIR) in revert_wc_data()
509 special = (finfo.filetype == APR_LNK); in revert_wc_data()
/freebsd-12.1/cddl/usr.sbin/dwatch/libexec/
H A Derrno2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dkill2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dnanosleep2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Dopen2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c120 mode_t filetype; member
770 switch (me->filetype) { in get_global_set_keys()
819 me->filetype = archive_entry_filetype(entry); in mtree_entry_new()
838 if (me->filetype == AE_IFDIR) { in mtree_entry_new()
851 } else if (me->filetype == AE_IFREG) { in mtree_entry_new()
965 me->nlink != 1 && me->filetype != AE_IFDIR) in write_mtree_entry()
1004 switch (me->filetype) { in write_mtree_entry()
1254 if (mtree->mtree_entry->filetype == AE_IFREG) in archive_write_mtree_data()
2212 np->filetype = file->filetype; in mtree_entry_exchange_same_entry()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp297 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand()
305 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand()
315 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand()
324 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand()
349 Obj.getHeader().filetype != MachO::MH_DSYM && in parseSegmentLoadCommand()
750 if (Obj.getHeader().filetype != MachO::MH_DYLIB && in checkDylibIdCommand()
1275 if (getHeader().filetype != MachO::MH_CORE || in MachOObjectFile()
1621 if ((getHeader().filetype == MachO::MH_DYLIB || in MachOObjectFile()
2076 assert((getHeader().filetype == MachO::MH_OBJECT || in getRelocationOffset()
4387 if (getHeader().filetype == MachO::MH_OBJECT) { in getRelocation()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cc162 hdr->filetype == MH_DYLINKER) { in get_dyld_image_header()
305 data_.current_filetype = hdr->filetype; in Next()
/freebsd-12.1/tests/sys/cddl/zfs/tests/mount/
H A Dvars.cfg1 # vim: filetype=sh
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff.cfg1 # vim: filetype=sh
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/
H A Dzfs_inherit.cfg1 # vim: filetype=sh
/freebsd-12.1/tests/sys/cddl/zfs/tests/zil/
H A Dzil.cfg1 # vim: filetype=sh
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c187 if (this_entry.filetype == APR_REG) /* regular file */ in hotcopy_io_copy_dir_recursively()
192 else if (this_entry.filetype == APR_LNK) /* symlink */ in hotcopy_io_copy_dir_recursively()
202 else if (this_entry.filetype == APR_DIR) /* recurse */ in hotcopy_io_copy_dir_recursively()
/freebsd-12.1/contrib/tcsh/
H A Dsh.file.c65 static int filetype (const Char *, const Char *);
276 filetype(const Char *dir, const Char *file) in filetype() function
334 xputchar(dir ? filetype(dir, items[i]) : ' '); in print_by_column()
/freebsd-12.1/tests/sys/cddl/zfs/tests/nestedfs/
H A Dnestedfs.cfg1 # vim: filetype=sh

12345678910