Home
last modified time | relevance | path

Searched full:formats (Results 1 – 25 of 1275) sorted by relevance

12345678910>>...51

/freebsd/contrib/libarchive/
H A DREADME.md4 can read and write streaming archives in a variety of formats. It
61 * libarchive-formats.5 documents the file formats supported by the library
63 popular archive formats, including hard-to-find details about
67 a number of different formats.
73 ## Supported Formats
75 Currently, the library automatically detects and reads the following formats:
109 The library can create archives in any of the following formats:
156 of an archive are not directly supported. For some formats,
166 archive formats
[all...]
/freebsd/contrib/libarchive/libarchive/
H A Dlibarchive.335 archives in various formats such as tar and cpio.
61 most common cpio archive formats,
95 and decompresses them transparently. Decompression of some formats
133 eliminates essentially all of the limitations of historic tar formats
212 Users familiar with historic formats should be aware that the newer
279 Some archive formats support information that is not supported by
289 is supported by all formats.
290 For example, cpio formats do not support nanosecond timestamps;
291 old tar formats do not support large device numbers.
H A Dlibarchive-formats.526 .Dt LIBARCHIVE-FORMATS 5
29 .Nm libarchive-formats
30 .Nd archive formats supported by the libarchive library
34 library reads and writes a variety of streaming archive formats.
35 Generally speaking, all of these archive formats consist of a series of
45 Applications that use libarchive specify which formats they wish
47 functions to enable all supported formats.
48 .Ss Tar Formats
56 formats as well as v7 tar format and a subset of the legacy GNU tar format.
58 All tar formats stor
[all...]
H A Darchive_write_format.3117 The library can write a variety of common archive formats.
159 More details on the formats supported by libarchive can be found in the
160 .Xr libarchive-formats 5
183 .Xr libarchive-formats 5 ,
H A Dlibarchive_internals.337 make it easy to add new archive and compression formats.
230 The read formats have a similar lifecycle to the decompression handlers:
235 Formats bid by invoking the
244 Most formats only require a few hundred bytes of look ahead;
251 For formats such as tar or cpio, reading and parsing the header is
253 For formats that store all header data at the beginning of the file,
298 Since it does not handle multiple formats or compression, it
H A Darchive_read.c528 a->format = &(a->formats[slot]); in archive_read_open1()
701 slots = sizeof(a->formats) / sizeof(a->formats[0]); in choose_format()
706 a->format = &(a->formats[0]); in choose_format()
727 "No formats registered"); in choose_format()
1090 slots = sizeof(a->formats) / sizeof(a->formats[0]); in _archive_read_free()
1092 a->format = &(a->formats[i]); in _archive_read_free()
1093 if (a->formats[i].cleanup) in _archive_read_free()
1094 (a->formats[i].cleanup)(a); in _archive_read_free()
1200 number_slots = sizeof(a->formats) / sizeof(a->formats[0]); in __archive_read_register_format()
1203 if (a->formats[i].bid == bid) in __archive_read_register_format()
[all …]
H A Darchive_entry_linkify.358 Hardlinks are handled in different ways by the archive formats.
110 For the simple archive formats
117 For tar like archive formats,
137 For new cpio like archive formats a value for
/freebsd/usr.bin/printf/
H A Dprintf.143 utility formats and prints its arguments, after the first, under control
125 formats, this option has no effect.
128 formats the precision of the number is increased to force the first
141 formats, the result will always contain a decimal point, even if no
143 results of those formats if a digit follows the decimal point).
148 formats, trailing zeros are not removed from the result as they
156 a sign placed before the number when using signed formats.
183 formats, or the maximum number of bytes to be printed
189 The uppercase formats differ from their lowercase counterparts only in
356 behavior of converting arguments of numeric formats not beginning
[all …]
/freebsd/share/mk/
H A Dbsd.info.mk18 # FORMATS Indicates which output formats will be generated
80 FORMATS?= info
119 .for _f in ${FORMATS}
165 .if !empty(FORMATS:Mps) || !empty(FORMATS:Mdvi) || !empty(FORMATS:Mlatin1)
172 .if !empty(FORMATS:Mhtml)
182 .if !empty(FORMATS:Mhtml)
/freebsd/usr.bin/mkimg/
H A Dmkimg.148 .Fl -formats | Fl -schemes | Fl -version
67 Most formats require seekable output, except of raw disk image.
187 The list of supported output formats is printed when the
188 .Fl -formats
202 .Sh DISK FORMATS
205 utility supports a number of output file formats.
214 The QCOW file formats are natively supported by QEMU and Xen.
238 Microsoft's "Virtual Hard Disk" file formats.
260 Microsoft's "Virtual Hard Disk v2" file formats, the
278 Not all virtualization solutions support all file formats, but often those
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_file.c321 } formats[] = { variable
343 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { in pem_func()
344 const char *q = formats[j].name; in pem_func()
347 if (formats[j].ai != NULL) in pem_func()
348 ai = (*formats[j].ai)(); in pem_func()
350 ret = (*formats[j].func)(context, NULL, pem_ctx->c, in pem_func()
360 if (j == sizeof(formats)/sizeof(formats[0])) { in pem_func()
456 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) { in file_init_common()
458 if (formats[i].ai != NULL) in file_init_common()
459 ai = (*formats[i].ai)(); in file_init_common()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i46 '''An accessor function that returns a list() that contains all formats in a lldb.SBCategory object.'''
47 formats = []
49 formats.append(self.GetFormatAtIndex(idx))
50 return formats
85 formats = property(get_formats_array, None, doc='''A read only property that returns a list() of lldb.SBTypeFormat objects contained in this category''')
86 format = property(get_formats_access_object, None, doc=r'''A read only property that returns an object that you can use to look for formats by index or type name.''')
/freebsd/usr.bin/stat/
H A Dstat.c445 * Some simple one-character "formats". in output()
473 * similar to printf(3) formats up to a point, and are of in output()
624 int l, small, formats; in format1() local
627 formats = 0; in format1()
652 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
665 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
696 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
705 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
717 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
730 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
[all …]
/freebsd/usr.bin/sort/tests/
H A Dsort_monthsort_test.sh40 # No need to test the rest of the formats (%b and %OB) as %b is a
49 atf_set "descr" "Test the -M flag with all possible Greek month formats"
54 # abbreviation/full-name and standalone formats are different.
115 atf_set "descr" "Test the -M flag with mixed Greek month formats"
/freebsd/sbin/ipf/ipsend/
H A Dipresend.125 number of different file formats as input, including saved snoop/tcpdump
49 The input file is to be text output from etherfind. The text formats which
80 The input file is to be text output from tcpdump. The text formats which
101 Not all of the input formats are sufficiently capable of introducing a
/freebsd/tests/sys/sound/
H A Dpcm_read_write.c11 * various sample formats supported. In particular, the test cases establish
37 /* 8 bit sample formats. */
43 /* 16 bit sample formats. */
53 /* 24 bit sample formats. */
63 /* 32 bit sample formats. */
73 /* u-law and A-law sample formats. */
111 /* Lookup tables to read u-law and A-law sample formats. */
250 /* Lookup tables to write u-law and A-law sample formats. */
381 "Read and verify different pcm sample formats."); in ATF_TC_HEAD()
424 "Write and verify different pcm sample formats."); in ATF_TC_HEAD()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dlvds.yaml18 It supports reversing the bit order on the formats defined there in order
19 to accommodate for even more specialized data formats, since a variety of
20 data formats and layouts is used to drive LVDS displays.
/freebsd/usr.bin/tabs/
H A Dtabs.c55 /* Predefined formats, taken from IEEE Std 1003.1-2001. */
59 } formats[] = { variable
122 for (i = 0; i < (int)NELEMS(formats); i++) in main()
123 if (strcmp(formats[i].name, arg + 1) == 0) in main()
125 if (i == NELEMS(formats)) in main()
128 formats[i].stops[j] != 0; j++) in main()
129 stops[nstops++] = formats[i].stops[j]; in main()
/freebsd/contrib/libarchive/cpio/
H A Dbsdcpio.1110 Supported formats include:
129 .Xr libarchive-formats 5
131 formats currently supported by the underlying
380 .Xr libarchive-formats 5 ,
389 The cpio, ustar, and pax interchange file formats are defined by
417 Older cpio formats limit the user and group numbers to
419 The cpio archive formats cannot support files over 4 gigabytes,
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Drenesas,fdp1.txt6 YCbCr/YUV formats and RGB formats. Only YCbCr/YUV formats are supported as
H A Drenesas,fdp1.yaml15 between YCbCr/YUV formats and RGB formats. Only YCbCr/YUV formats are
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md6 …rguments; includes dictionary builder, benchmark, and supports decompression of legacy zstd formats
7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats
8 …mized for minimal size; no dictionary builder, no benchmark, and no support for legacy zstd formats
26 By default, `zstd` supports decoding legacy formats >= v0.4.0 (`ZSTD_LEGACY_SUPPORT=4`).
28 `ZSTD_LEGACY_SUPPORT=1` means "support all formats >= v0.1.0".
29 `ZSTD_LEGACY_SUPPORT=2` means "support all formats >= v0.2.0", and so on.
32 Note : `zstd` only supports decoding older formats, and cannot generate any legacy format.
44 - __HAVE_LZMA__ : `zstd` can compress and decompress files in `.xz` and `.lzma` formats.
54 - __HAVE_LZ4__ : `zstd` can compress and decompress files in `.lz4` formats.
98 - `zcat` : will decompress and output target file using any of the supported formats. `gzcat` and `…
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h26 /// The first byte identifiers of MessagePack object formats.
57 /// The maximum value or size encodable in "Fix" variants of formats.
66 /// The exact size encodable in "Fix" variants of formats.
76 /// The minimum value or size encodable in "Fix" variants of formats.
/freebsd/contrib/ntp/html/
H A Dwarp.html20 <li class="inline"><a href="#scale">2. NTP Timescale and Data Formats</a></li>
33 <h4 id="scale">2. NTP Timescale and Data Formats</h4>
39 <p>Figure 1. NTP Data Formats</p>
41formats, a 64-bit <em>timestamp</em> format and a 128-bit <em>datestamp</em> format. The datestamp…
/freebsd/crypto/openssl/doc/HOWTO/
H A Dcertificates.txt60 <formats.txt?>). In some cases, -outform does not let you output the
94 convert between some (most?) formats.
97 certificate and your key to various formats, most often also putting
99 another HOWTO <formats.txt?>, I will just mention the simplest case.

12345678910>>...51