Home
last modified time | relevance | path

Searched +full:iso +full:- +full:thin +full:- +full:8 +full:x16 (Results 1 – 9 of 9) sorted by relevance

/freebsd/share/syscons/fonts/
H A DINDEX.fonts3 # database for vidfont(8)
12 # german.iso.kbd:de:Deutsch ISO
13 # german.iso.kbd:en:German ISO
15 # If lang empty use 'en' (us-english) as default.
20 # Subject: ISO 8859-1 National Character Set FAQ
22 # Archive-name: internationalization/iso-8859-1-charset
24 # ISO 8859-1 supports the following languages:
30 # ISO 8859-1 also. However, from a standards point of view, ISO 8859-2
33 # ISO 8859-1 is just one part of the ISO-8859 standard, which specifies
35 # 8859-1 Europe, Latin America
[all …]
H A DMakefile1 PACKAGE= syscons-data
3 FILES= armscii8-8x8.fnt armscii8-8x14.fnt armscii8-8x16.fnt \
4 cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
5 cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
6 cp850-8x8.fnt cp850-8x14.fnt cp850-8x16.fnt \
7 cp850-thin-8x8.fnt cp850-thin-8x16.fnt \
8 cp865-8x8.fnt cp865-8x14.fnt cp865-8x16.fnt \
9 cp865-thin-8x8.fnt cp865-thin-8x16.fnt \
10 cp866-8x8.fnt cp866-8x14.fnt cp866-8x16.fnt \
11 cp866b-8x16.fnt cp866c-8x16.fnt \
[all …]
HDiso-thin-8x16.fnt1 begin 644 iso-thin-8x16
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems1 #------------------------------------------------------------------------------
7 >0 ubyte 0x01 12-bit FAT
10 >0 ubyte 0x04 16-bit FAT, less than 32M
12 >0 ubyte 0x06 16-bit FAT, more than 32M
17 >0 ubyte 0x0b 32-bit FAT
18 >0 ubyte 0x0c 32-bit FAT, LBA-mapped
19 >0 ubyte 0x0d 7XXX, LBA-mapped
20 >0 ubyte 0x0e 16-bit FAT, LBA-mapped
21 >0 ubyte 0x0f extended partition, LBA-mapped
23 >0 ubyte 0x11 OS/2 DOS 12-bit FAT
[all …]
H A Darchive1 #------------------------------------------------------------------------------
3 # archive: file(1) magic for archive formats (see also "msdos" for self-
7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c.
11 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current
18 # last 4 header bytes often null but tar\0 in gtarfail2.tar gtarfail.tar-bad
19 # at https://sourceforge.net/projects/s-tar/files/testscripts/
21 # nul, space or ascii digit 0-7 at start of mode
32 >>>>>>>>>0 use tar-nvram
34 #>>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) NAME "%s"
37 >>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp)
[all …]
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc4 # the check-old* and delete-old* targets.
14 OLD_FILES+=usr/share/man/man8/accton.8.gz
15 OLD_FILES+=usr/share/man/man8/sa.8.gz
18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in
19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out
20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out
21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in
22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out
23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in
24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out
[all …]
/freebsd/share/misc/
H A Dpci_vendors5 # Date: 2025-03-09 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
25 # device device_name <-- single tab
26 # subvendor subdevice subsystem_name <-- two tabs
30 # This is a relabelled RTL-8139
31 8139 AT-2500TX V3 Ethernet
41 7a09 PCI-to-PCI Bridge
51 7a19 PCI-to-PCI Bridge
57 7a29 PCI-to-PCI Bridge
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
55 # as needed by software such as screen-oriented editors.
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
54 ** NO_TEST - The branches on this line are not
59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
72 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
147 ** 2015-03-02
185 ** large file support, or if the OS is windows, these should be no-ops.
191 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]