Home
last modified time | relevance | path

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

12345678910

/freebsd-13.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-13.1/contrib/file/magic/Magdir/
H A Dwordprocessors62 >>>9 byte x Corel WordPerfect: Unknown filetype %d
68 >>>9 byte x Corel Shell: Unknown filetype %d
76 >>>9 byte x Corel Notebook: Unknown filetype %d
81 >>>9 byte x Corel Calculator: Unknown filetype %d
91 >>>9 byte x Corel Calendar: Unknown filetype %d
135 >>>9 byte x Corel Mail: Unknown filetype %d
140 >>>9 byte x Corel Printer: Unknown filetype %d
147 >>>9 byte x Corel Scheduler: Unknown filetype %d
169 >>>9 byte x Corel Terminal: Unknown filetype %d
198 >>>9 byte x GroupWise: Unknown filetype %d
[all …]
H A Dsharc6 # SHARC DSP, MIDI SysEx and RiscOS filetype definitions added by
/freebsd-13.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."
H A Ddevices.cfg1 # vim: filetype=sh
/freebsd-13.1/usr.bin/unzip/
H A Dunzip.c700 mode_t filetype; in extract() local
708 filetype = archive_entry_filetype(e); in extract()
721 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract()
729 if (S_ISDIR(filetype) && j_opt) { in extract()
755 if (S_ISDIR(filetype)) in extract()
768 mode_t filetype; in extract_stdout() local
775 filetype = archive_entry_filetype(e); in extract_stdout()
778 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) { in extract_stdout()
786 if (S_ISDIR(filetype)) { in extract_stdout()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/devices/
H A Ddevices_common.kshlib43 typeset filetype=$1
47 case $filetype in
105 log_fail "'$filetype' is wrong."
/freebsd-13.1/usr.sbin/config/
H A Dmkmakefile.c399 int compile, match, nreqs, std, filetype, not, in read_file() local
460 filetype = NORMAL; in read_file()
549 filetype = LOCAL; in read_file()
553 filetype = NODEPEND; in read_file()
558 filetype = PROFILING; in read_file()
588 if (filetype == PROFILING && profiling == 0) in read_file()
592 tp->f_type = filetype; in read_file()
593 if (filetype == LOCAL) in read_file()
/freebsd-13.1/contrib/apr/docs/
H A Dincomplete_types49 #define filetype HANDLE
51 #define filetype HFILE
53 #define filetype int
57 filetype filedes;
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_fd.c244 cloudabi_remove_conflicting_rights(cloudabi_filetype_t filetype, in cloudabi_remove_conflicting_rights() argument
264 switch (filetype) { in cloudabi_remove_conflicting_rights()
364 cloudabi_filetype_t filetype, cloudabi_rights_t *base, in convert_capabilities() argument
380 cloudabi_remove_conflicting_rights(filetype, base, inheriting); in convert_capabilities()
/freebsd-13.1/contrib/lib9p/pytest/
H A Dp9conn.py950 if filetype is not None:
957 }[filetype]
1362 startdir=None, filetype=None): argument
1380 }[filetype]
1449 if filetype != 'dir':
1490 if filetype == 'dir':
1499 if filetype == 'dir':
1673 if filetype == 'file':
1681 self._rm_recursive(fid, filetype, force)
1687 if filetype == 'dir':
[all …]
/freebsd-13.1/cddl/usr.sbin/dwatch/libexec/
H A Dkill2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
H A Derrno2 # 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-13.1/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c525 if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK) in revert_wc_data()
527 else if (finfo.filetype == APR_DIR) in revert_wc_data()
533 special = (finfo.filetype == APR_LNK); in revert_wc_data()
/freebsd-13.1/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 …]
/freebsd-13.1/tests/sys/cddl/zfs/tests/zil/
H A Dzil.cfg1 # vim: filetype=sh
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/
H A Dzfs_inherit.cfg1 # vim: filetype=sh
/freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs_diff/
H A Dzfs_diff.cfg1 # vim: filetype=sh
/freebsd-13.1/tests/sys/cddl/zfs/tests/mount/
H A Dvars.cfg1 # vim: filetype=sh
/freebsd-13.1/contrib/atf/
H A DAUTHORS30 vim: filetype=text:textwidth=75:expandtab:shiftwidth=2:softtabstop=2
/freebsd-13.1/tests/sys/cddl/zfs/tests/pool_names/
H A Dpool_names.cfg1 # vim: filetype=sh
/freebsd-13.1/tests/sys/cddl/zfs/tests/bootfs/
H A Dbootfs.cfg1 # vim: filetype=sh

12345678910