| /freebsd-12-stable/usr.bin/stat/ |
| D | stat.c | 625 int l, small, formats; in format1() local 628 formats = 0; in format1() 658 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 671 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1() 702 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 711 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1() 723 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 736 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 767 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1() 776 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1() [all …]
|
| /freebsd-12-stable/usr.bin/tabs/ |
| D | tabs.c | 62 } formats[] = { variable 125 for (i = 0; i < (int)NELEMS(formats); i++) in main() 126 if (strcmp(formats[i].name, arg + 1) == 0) in main() 128 if (i == NELEMS(formats)) in main() 131 formats[i].stops[j] != 0; j++) in main() 132 stops[nstops++] = formats[i].stops[j]; in main()
|
| /freebsd-12-stable/crypto/heimdal/lib/hx509/ |
| D | ks_file.c | 321 } 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-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read.c | 529 a->format = &(a->formats[slot]); in archive_read_open1() 702 slots = sizeof(a->formats) / sizeof(a->formats[0]); in choose_format() 707 a->format = &(a->formats[0]); in choose_format() 1091 slots = sizeof(a->formats) / sizeof(a->formats[0]); in _archive_read_free() 1093 a->format = &(a->formats[i]); in _archive_read_free() 1094 if (a->formats[i].cleanup) in _archive_read_free() 1095 (a->formats[i].cleanup)(a); in _archive_read_free() 1201 number_slots = sizeof(a->formats) / sizeof(a->formats[0]); in __archive_read_register_format() 1204 if (a->formats[i].bid == bid) in __archive_read_register_format() 1206 if (a->formats[i].bid == NULL) { in __archive_read_register_format() [all …]
|
| D | archive_read_set_format.c | 103 slots = sizeof(a->formats) / sizeof(a->formats[0]); in archive_read_set_format() 104 a->format = &(a->formats[0]); in archive_read_set_format()
|
| D | archive_pack_dev.c | 293 } formats[] = { variable 331 format = bsearch(name, formats, in pack_find() 332 sizeof(formats)/sizeof(formats[0]), in pack_find() 333 sizeof(formats[0]), compare_format); in pack_find()
|
| D | archive_read_set_options.c | 82 for (i = 0; i < sizeof(a->formats)/sizeof(a->formats[0]); i++) { in archive_set_format_option() 83 struct archive_format_descriptor *format = &a->formats[i]; in archive_set_format_option()
|
| /freebsd-12-stable/contrib/libarchive/ |
| D | README.md | 4 can read and write streaming archives in a variety of formats. It 60 * libarchive-formats.5 documents the file formats supported by the library 62 popular archive formats, including hard-to-find details about 66 a number of different formats. 74 Currently, the library automatically detects and reads the following formats: 108 The library can create archives in any of the following formats: 155 of an archive are not directly supported. For some formats, 165 archive formats. The only requirement is that the format be 172 * The same API is used for all formats; it should be very 174 any of libarchive's archiving formats. [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | gengenrtl.c | 44 static const char *formats[NUM_RTX_CODE]; variable 177 for (f = formats; *f; f++) in find_formats() 303 for (fmt = formats; *fmt; ++fmt) in genheader() 330 for (fmt = formats; *fmt != 0; fmt++) in gencode()
|
| /freebsd-12-stable/contrib/mknod/ |
| D | pack_dev.c | 247 } formats[] = { variable 284 format = bsearch(name, formats, in pack_find() 285 sizeof(formats)/sizeof(formats[0]), in pack_find() 286 sizeof(formats[0]), compare_format); in pack_find()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/ |
| D | SBTypeCategory.i | 166 formats = [] 168 formats.append(self.GetFormatAtIndex(idx)) 169 return formats 204 …formats = property(get_formats_array, None, doc='''A read only property that returns a list() of l…
|
| /freebsd-12-stable/sys/contrib/zstd/lib/ |
| D | README.md | 16 and decoding support for legacy formats >= v0.4.0. 49 - `lib/legacy` : source code to decompress legacy zstd formats, starting from `v0.1.0`. 54 For example, `ZSTD_LEGACY_SUPPORT=2` means : "support legacy formats >= v0.2.0". 55 `ZSTD_LEGACY_SUPPORT=3` means : "support legacy formats >= v0.3.0", and so on. 58 Also, `ZSTD_LEGACY_SUPPORT=0` means "do __not__ support legacy formats". 63 Note : `lib/legacy` only supports _decoding_ legacy formats.
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | iff | 15 # audio formats 27 # image formats 49 # other formats 75 # Interactive Fiction related formats
|
| D | statistics | 19 # not Stata files. Stata files for Stata 13 and newer (formats 117, 118, 33 # Unfortunately the previous formats (created by Stata before 13, which 40 # https://www.loc.gov/preservation/digital/formats/fdd/fdd000471.shtml
|
| D | ber | 4 # ber: file(1) magic for several BER formats used in the mobile 7 # The file formats are standardized by the GSMA (GSM association). 9 # rules (BER) is the used encoding. The formats are used for exchanging
|
| D | dataone | 8 # file formats: https://cn.dataone.org/cn/v2/formats
|
| /freebsd-12-stable/contrib/binutils/bfd/doc/ |
| D | bfdsumm.texi | 28 @emph{Information can be lost during output.} The output formats 48 internal canonical form of the external formats is not exhaustive; there 49 are structures in input formats for which there is no direct 52 between external to internal and back to external formats. 67 @code{b.out}. When a mixture of formats is linked, the information is 108 operate on a collection of symbols of wildly different formats without 131 input formats. For instance, Oasys provides a byte relocation format. 138 Object formats can contain, for debugging purposes, some form of mapping 147 between formats (COFF, IEEE and Oasys).
|
| /freebsd-12-stable/sys/contrib/zstd/programs/ |
| D | README.md | 6 …ments; includes dictionary builder, benchmark, and support for 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. 73 - `zcat` : will decompress and output target file using any of the supported formats. `gzcat` and `…
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | README | 14 formats. It can even handle multiple formats at once: 15 Read two input formats and write a third.
|
| /freebsd-12-stable/lib/libc/softfloat/ |
| D | softfloat-history.txt | 14 supported floating-point formats. 27 formats.
|
| D | softfloat.txt | 15 formats are supported: single precision, double precision, extended double 34 Support for the extended double-precision and quadruple-precision formats 114 -- Conversions among all the floating-point formats, and also between 115 integers (32-bit and 64-bit) and any of the floating-point formats. 118 for all floating-point formats. 125 point formats can hold integer values, of course.) 199 All conversions among the floating-point formats are supported, as are all 221 integers to double precision and larger formats are also exact, and likewise
|
| /freebsd-12-stable/libexec/tftpd/ |
| D | tftpd.c | 107 struct formats; 115 static struct formats { struct 118 } formats[] = { variable 488 struct formats *pf; in parse_header() 511 for (pf = formats; pf->f_mode; pf++) in parse_header()
|
| /freebsd-12-stable/crypto/openssl/doc/HOWTO/ |
| D | certificates.txt | 60 <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.
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| D | all.texi | 17 @c Many object formats supported in this config? 20 @c Object formats of interest
|
| D | asconfig.texi | 18 @c Many object formats supported in this config? 21 @c Object formats of interest
|