Searched +full:iso +full:- +full:8 +full:x16 +full:. +full:thin (Results 1 – 8 of 8) sorted by relevance
/freebsd/share/syscons/fonts/ |
H A D | INDEX.fonts | 3 # 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. 18 # /usr/share/locale, /usr/X11/lib/X11/locale/locale.alias 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: 27 # Spanish and Swedish. 30 # ISO 8859-1 also. However, from a standards point of view, ISO 8859-2 [all …]
|
H A D | Makefile | 1 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 …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | filesystems | 1 #------------------------------------------------------------------------------ 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 13 >0 ubyte 0x07 OS/2 HPFS, NTFS, QNX2, Adv. UNIX 14 >0 ubyte 0x08 AIX or os, or etc. 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 [all …]
|
H A D | archive | 1 #------------------------------------------------------------------------------ 3 # archive: file(1) magic for archive formats (see also "msdos" for self- 6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc. 7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c. 10 # URL: https://en.wikipedia.org/wiki/Tar_(computing) 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 [all …]
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 3 # This file adds support for the WITHOUT_* and WITH_* knobs in src.conf(5) to 4 # the check-old* and delete-old* targets. 6 # Blocks should be in sort(1) order by primary option. 9 .if ${MK_ACCT} == no 10 OLD_FILES+=etc/rc.d/accounting 11 OLD_FILES+=etc/periodic/daily/310.accounting 14 OLD_FILES+=usr/share/man/man8/accton.8.gz 15 OLD_FILES+=usr/share/man/man8/sa.8.gz 16 OLD_FILES+=usr/tests/usr.sbin/sa/Kyuafile 17 OLD_FILES+=usr/tests/usr.sbin/sa/legacy_test [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 4 # Version: 2025.03.09 5 # Date: 2025-03-09 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 10 # New data are always welcome, especially if they are accurate. If you have 11 # anything to contribute, please follow the instructions at the web site. 14 # (version 2 or higher) or the 3-clause BSD License. 17 # only covers the aggregation and formatting. The copyright is held by 18 # Martin Mares and Albert Pool. 21 # Vendors, devices and subsystems. Please keep sorted. 25 # device device_name <-- single tab [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 3 # This version of terminfo.src is distributed with ncurses and is maintained 4 # by Thomas E. Dickey (TD). 7 # bug-ncurses@gnu.org 12 # The original header is preserved below for reference. It is noted that there 15 # unless there is also a change in content. 19 # under the ncurses MIT-style license. That was the effect of the agreement 20 # which the principal authors of ncurses made in 1998. However, since much of 23 # there is no explicit copyright notice on the file itself. 28 # correcting the data but not the accompanying annotations. 31 # which reflect creative effort. Furthermore, the structure of entries to [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 3 ** version 3.46.1. By combining all the individual C code files into this 5 ** unit. This allows many compilers to do optimizations that would not be 6 ** possible if the files were compiled separately. Performance improvements 8 ** translation unit. 10 ** This file is all you need to compile SQLite. To use SQLite in other 11 ** programs, you need this file and the "sqlite3.h" header file that defines 12 ** the programming interface to the SQLite library. (If you do not have 13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within 14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start 15 ** of the embedded sqlite3.h header file.) Additional code files may be needed [all …]
|