| /src/tools/regression/poll/ |
| H A D | pipepoll.c | 19 static int filetype; variable 50 filetype == FT_PIPE ? "Pipe" : in report_state() 51 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO", in report_state() 95 if (filetype == FT_FIFO) { in child() 103 if (filetype == FT_FIFO) { in child() 113 if (filetype != FT_FIFO) { in child() 192 if (filetype == FT_FIFO) { in child() 225 if (filetype == FT_FIFO) { in parent() 249 if (filetype != FT_FIFO) in parent() 285 for (filetype = 0; filetype < FT_END; filetype++) { in main() [all …]
|
| H A D | pipeselect.c | 26 static int filetype; variable 42 filetype == FT_PIPE ? "Pipe" : in report() 43 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO", in report() 66 if (filetype == FT_FIFO) { in child() 74 if (filetype == FT_FIFO) { in child() 97 if (filetype != FT_FIFO) { in child() 179 if (filetype == FT_FIFO) { in child() 222 if (filetype == FT_FIFO) { in parent() 246 if (filetype != FT_FIFO) in parent() 282 for (filetype = 0; filetype < FT_END; filetype++) { in main() [all …]
|
| /src/tests/sys/cddl/zfs/tests/devices/ |
| H A D | devices_common.kshlib | 37 typeset filetype=$1 40 case $filetype in 100 log_fail "'$filetype' is wrong."
|
| /src/contrib/libarchive/unzip/ |
| H A D | bsdunzip.c | 766 mode_t filetype; in extract() local 774 filetype = archive_entry_filetype(e); in extract() 787 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract() 795 if (S_ISDIR(filetype) && j_opt) { in extract() 821 if (S_ISDIR(filetype)) in extract() 834 mode_t filetype; in extract_stdout() local 841 filetype = archive_entry_filetype(e); in extract_stdout() 844 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract_stdout() 852 if (S_ISDIR(filetype)) { in extract_stdout()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/ |
| H A D | devices_common.kshlib | 44 typeset filetype=$1 48 case $filetype in 106 log_fail "'$filetype' is wrong."
|
| /src/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 166 # Note: filetype 26 for VRS and filetype 36 for WPD apparently is wrong 219 >>>9 byte x Corel WordPerfect: Unknown filetype %d 225 >>>9 byte x Corel Shell: Unknown filetype %d 233 >>>9 byte x Corel Notebook: Unknown filetype %d 238 >>>9 byte x Corel Calculator: Unknown filetype %d 242 >>>9 byte x Corel File Manager: Unknown filetype %d 248 >>>9 byte x Corel Calendar: Unknown filetype %d 256 >>>9 byte x Corel Program Editor/Ed Editor: Unknown filetype %d 263 >>>9 byte x Corel Macro Editor: Unknown filetype %d 267 >>>9 byte x Corel Plan Perfect: Unknown filetype %d [all …]
|
| H A D | sharc | 6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by
|
| /src/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 926 def create(self, fid, name, perm, mode, filetype=None, extension=b''): argument 950 if filetype is not None: 957 }[filetype] 1362 startdir=None, filetype=None): argument 1380 }[filetype] 1440 qid, iounit = self._uxcreate(filetype, fid, components[0], 1449 if filetype != 'dir': 1479 def _uxcreate(self, filetype, fid, name, oflags, omode_byte, perm, gid): argument 1490 if filetype == 'dir': 1499 if filetype == 'dir': [all …]
|
| /src/usr.sbin/config/ |
| H A D | mkmakefile.cc | 391 int compile, match, nreqs, std, filetype, negate, in read_file() local 464 filetype = NORMAL; in read_file() 553 filetype = LOCAL; in read_file() 557 filetype = NODEPEND; in read_file() 590 tp->f_type = filetype; in read_file() 591 if (filetype == LOCAL) in read_file()
|
| /src/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 130 header.filetype = data.GetU32(&offset); in ParseMachOHeader() 267 uint32_t filetype = data.GetU32(&offset); in MagicBytesMatch() local 268 return filetype == MH_FILESET; in MagicBytesMatch()
|
| /src/cddl/usr.sbin/dwatch/libexec/ |
| H A D | errno | 2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
|
| H A D | kill | 2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
|
| H A D | nanosleep | 2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
|
| H A D | open | 2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_posix.c | 175 __LA_MODE_T filetype; member 470 la_verify_filetype(mode_t mode, __LA_MODE_T filetype) { in la_verify_filetype() argument 473 switch (filetype) { in la_verify_filetype() 858 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header() 869 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header() 903 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header() 916 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header() 931 fe->filetype = archive_entry_filetype(entry); in _archive_write_disk_header() 2552 if (p->filetype == AE_IFDIR) in _archive_write_disk_close() 2564 if (fd == -1 || p->filetype != AE_IFDIR) { in _archive_write_disk_close() [all …]
|
| H A D | archive_write_set_format_mtree.c | 104 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() 997 me->nlink != 1 && me->filetype != AE_IFDIR) in write_mtree_entry() 1036 switch (me->filetype) { in write_mtree_entry() 1286 if (mtree->mtree_entry->filetype == AE_IFREG) in archive_write_mtree_data() 2280 np->filetype = file->filetype; in mtree_entry_exchange_same_entry()
|
| /src/tests/sys/cddl/zfs/tests/pool_names/ |
| H A D | pool_names.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/large_files/ |
| H A D | large_files.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zfs_property/ |
| H A D | zfs_property.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/ |
| H A D | zfs_diff.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_offline/ |
| H A D | zpool_offline.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/ctime/ |
| H A D | ctime.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/cli_user/zpool_iostat/ |
| H A D | zpool_iostat.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/refquota/ |
| H A D | refquota.cfg | 1 # vim: filetype=sh
|
| /src/tests/sys/cddl/zfs/tests/threadsappend/ |
| H A D | threadsappend.cfg | 1 # vim: filetype=sh
|