Searched refs:formats (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.2-release/usr.bin/mkimg/
H A Dformat.h41 SET_DECLARE(formats, struct mkimg_format);
42 #define FORMAT_DEFINE(nm) DATA_SET(formats, nm)
H A Dformat.c61 SET_FOREACH(iter, formats) {
H A Dmkimg.c57 { "formats", no_argument, NULL, LONGOPT_FORMATS },
84 fprintf(stderr, " formats:\n");
85 SET_FOREACH(f_iter, formats) {
92 SET_FOREACH(f_iter, formats) {
147 fprintf(stderr, "\t--formats\t- list image formats\n");
504 usage("multiple formats given");
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_set_format.c91 slots = sizeof(a->formats) / sizeof(a->formats[0]);
92 a->format = &(a->formats[0]);
H A Darchive_read_set_options.c83 for (i = 0; i < sizeof(a->formats)/sizeof(a->formats[0]); i++) {
84 format = &a->formats[i];
H A Darchive_read.c530 a->format = &(a->formats[slot]);
694 slots = sizeof(a->formats) / sizeof(a->formats[0]);
699 a->format = &(a->formats[0]);
720 "No formats registered");
1008 slots = sizeof(a->formats) / sizeof(a->formats[0]);
1010 a->format = &(a->formats[i]);
1011 if (a->formats[i].cleanup)
1012 (a->formats[
[all...]
H A Darchive_read_private.h165 * Used by formats/filters to determine the amount of data
210 } formats[16]; member in struct:archive_read
/freebsd-10.2-release/usr.bin/tabs/
H A Dtabs.c56 /* Predefined formats, taken from IEEE Std 1003.1-2001. */
60 } formats[] = { variable in typeref:struct:__anon12236
123 for (i = 0; i < (int)NELEMS(formats); i++)
124 if (strcmp(formats[i].name, arg + 1) == 0)
126 if (i == NELEMS(formats))
129 formats[i].stops[j] != 0; j++)
130 stops[nstops++] = formats[i].stops[j];
/freebsd-10.2-release/contrib/gcc/
H A Dgengenrtl.c44 static const char *formats[NUM_RTX_CODE]; variable
129 the list of formats we write routines to create. */
178 for (f = formats; *f; f++)
304 for (fmt = formats; *fmt; ++fmt)
331 for (fmt = formats; *fmt != 0; fmt++)
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dks_file.c314 } formats[] = { variable in typeref:struct:pem_formats
336 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) {
337 const char *q = formats[j].name;
340 if (formats[j].ai != NULL)
341 ai = (*formats[j].ai)();
343 ret = (*formats[j].func)(context, NULL, pem_ctx->c,
353 if (j == sizeof(formats)/sizeof(formats[0])) {
449 for (i = 0; i < sizeof(formats)/sizeo
[all...]
/freebsd-10.2-release/contrib/mknod/
H A Dpack_dev.c242 /* list of formats and pack functions */
247 } formats[] = { variable in typeref:struct:format
284 format = bsearch(name, formats,
285 sizeof(formats)/sizeof(formats[0]),
286 sizeof(formats[0]), compare_format);
/freebsd-10.2-release/usr.bin/stat/
H A Dstat.c415 * Some simple one-character "formats".
443 * similar to printf(3) formats up to a point, and are of
596 int l, small, formats; local
599 formats = 0;
629 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX |
642 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX;
673 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX |
682 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX;
695 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX |
709 formats
[all...]
/freebsd-10.2-release/contrib/libarchive/tar/
H A Dcreation_set.c92 static const struct suffix_code_t formats[] = { local
105 return get_suffix_code(formats, suffix);
/freebsd-10.2-release/libexec/tftpd/
H A Dtftpd.c101 struct formats;
109 static struct formats { struct
112 } formats[] = { variable in typeref:struct:formats
467 struct formats *pf;
490 for (pf = formats; pf->f_mode; pf++)
/freebsd-10.2-release/sys/powerpc/pseries/
H A Dphyp_vscsi.c158 uint8_t formats; member in struct:srp_cmd
632 cmd->formats = (2 << 4);
635 cmd->formats = 2;
668 cmd->formats = (1 << 4);
671 cmd->formats = 1;
697 cmd->formats = 0;
/freebsd-10.2-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c308 static const char *formats[] = { variable
403 snprintf(pwbuf, sizeof pwbuf, formats[i],
409 snprintf(pwbuf, sizeof pwbuf, formats[i],
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dp-lang.c250 Some object/debugging file formats (DWARF version 1, COFF, etc) do not
252 DWARF version 2, etc) do define fundamental types. For the formats which
260 not support this. Also, only some debugging formats allow the
/freebsd-10.2-release/share/mk/
H A Dbsd.doc.mk25 # PRINTERDEVICE Indicates which output formats will be generated
H A Dbsd.info.mk19 # FORMATS Indicates which output formats will be generated
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dnm.c89 /* Support for different output formats. */
109 static struct output_fns formats[] = variable in typeref:struct:output_fns
128 /* Indices in `formats'. */
135 static struct output_fns *format = &formats[FORMAT_DEFAULT];
161 /* Print formats for printing a symbol value. */
166 /* Print formats for printing stab info. */
303 format = &formats[i];
644 /* Sort the symbols by size. ELF provides a size but for other formats
/freebsd-10.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex391 \subsection{Input and output formats}
396 formats:
411 formats:
430 version. For example, formats before 0x10 require each node to have
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_crtc.h640 * @format_types: array of formats supported by this plane
641 * @format_count: number of formats supported
867 const uint32_t *formats, uint32_t format_count,
971 char *formats[]);
/freebsd-10.2-release/contrib/bmake/mk/
H A Dlib.mk55 # are built for different platforms and object formats.
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Ddsp.c1282 p->formats = (rdch? chn_getformats(rdch) : 0xffffffff) &
1285 p->formats |= (dsp_get_flags(i_dev) & SD_F_SIMPLEX)? 0 : AFMT_FULLDUPLEX;
1952 * @note Changing formats resets the buffer counters, which differs
2655 * Collect formats supported @b natively by the
/freebsd-10.2-release/sys/sys/
H A Dsoundcard.h144 * The following constants define supported audio formats. The
148 * needs different formats on capture & playback channels.
153 * o 8 bits for 8-bit formats, mu-law and A-law,
154 * o 16 bits for the 16-bit formats, and
155 * o 32 bits for the 24/32-bit formats.
175 * 32-bit formats below used for 24-bit audio data where the data is stored
225 * with different formats in the playback and capture
237 * that formats are not that many, and not all combinations are possible.
290 * and formats, a bitmap of available mixers is returned, and values
293 * If formats, mixer
298 u_long formats; member in struct:_snd_capabilities
[all...]

Completed in 162 milliseconds

12