Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/freebsd/usr.bin/tabs/
H A Dtabs.c59 } 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/usr.bin/stat/
H A Dstat.c624 int l, small, formats; in format1() local
627 formats = 0; in format1()
665 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
705 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
771 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
779 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
830 formats = FMTF_STRING; in format1()
852 formats = FMTF_STRING; in format1()
899 formats = FMTF_STRING; in format1()
908 formats = FMTF_STRING; in format1()
[all …]
/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/libarchive/libarchive/
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()
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()
1206 a->formats[i].bid = bid; in __archive_read_register_format()
[all …]
H A Darchive_read_set_format.c102 slots = sizeof(a->formats) / sizeof(a->formats[0]); in archive_read_set_format()
103 a->format = &(a->formats[0]); in archive_read_set_format()
H A Darchive_pack_dev.c286 } formats[] = { variable
324 format = bsearch(name, formats, in pack_find()
325 sizeof(formats)/sizeof(formats[0]), in pack_find()
326 sizeof(formats[0]), compare_format); in pack_find()
H A Darchive_read_set_options.c81 for (i = 0; i < sizeof(a->formats)/sizeof(a->formats[0]); i++) { in archive_set_format_option()
82 struct archive_format_descriptor *format = &a->formats[i]; in archive_set_format_option()
/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 accomodate for even more specialized data formats, since a variety of
20 data formats and layouts is used to drive LVDS displays.
H A Damlogic,meson-dw-hdmi.yaml37 selects either the ENCI encoder for the 576i or 480i formats or the ENCP
38 encoder for all the other formats including interlaced HD formats.
/freebsd/contrib/mknod/
H A Dpack_dev.c247 } 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/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i47 formats = []
49 formats.append(self.GetFormatAtIndex(idx))
50 return formats
85formats = property(get_formats_array, None, doc='''A read only property that returns a list() of l…
/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/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.
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. The only requirement is that the format be
173 * The same API is used for all formats; it should be very
175 any of libarchive's archiving formats.
179 formats.
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Diff15 # audio formats
27 # image formats
49 # other formats
75 # Interactive Fiction related formats
H A Dstatistics19 # 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
H A Dber4 # 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
H A Ddataone8 # file formats: https://cn.dataone.org/cn/v2/formats
H A Dblackberry4 # blackberry: file(1) magic for BlackBerry file formats
/freebsd/sys/contrib/device-tree/Bindings/display/tilcdc/
H A Dtilcdc.txt24 BGR888, and XBGR8888 color formats.
27 formats.
30 RGB888 and XRGB8888 formats. However, depending on wiring, the red
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-history.txt13 supported floating-point formats.
26 formats.
/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c92 uint32_t formats; member
376 sndstat_create_diinfo_nv(uint32_t min_rate, uint32_t max_rate, uint32_t formats, in sndstat_create_diinfo_nv() argument
386 nvlist_add_number(nv, SNDST_DSPS_INFO_FORMATS, formats); in sndstat_create_diinfo_nv()
498 ud->info_play.formats); in sndstat_build_userland_nvlist()
500 ud->info_play.max_rate, ud->info_play.formats, in sndstat_build_userland_nvlist()
513 ud->info_rec.formats); in sndstat_build_userland_nvlist()
515 ud->info_rec.max_rate, ud->info_rec.formats, in sndstat_build_userland_nvlist()
759 uint32_t *max_rate, uint32_t *formats, uint32_t *min_chn, in sndstat_get_diinfo_nv() argument
764 *formats = nvlist_get_number(nv, SNDST_DSPS_INFO_FORMATS); in sndstat_get_diinfo_nv()
836 ud->info_play.formats = pfmts; in sndstat_dsp_unpack_nvlist()
[all …]
/freebsd/libexec/tftpd/
H A Dtftpd.c95 struct formats;
103 static struct formats { struct
106 } formats[] = { variable
454 struct formats *pf; in parse_header()
478 for (pf = formats; pf->f_mode; pf++) in parse_header()
/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/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>>...13