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

12

/freebsd-10.1-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 },
82 fprintf(stderr, " formats:\n");
83 SET_FOREACH(f_iter, formats) {
90 SET_FOREACH(f_iter, formats) {
145 fprintf(stderr, "\t--formats\t- list image formats\n");
449 usage("multiple formats given");
/freebsd-10.1-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.1-release/usr.bin/tabs/
H A Dtabs.c56 /* Predefined formats, taken from IEEE Std 1003.1-2001. */
60 } formats[] = { variable in typeref:struct:__anon11857
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.1-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.1-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.1-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.1-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.1-release/release/amd64/
H A Dmk-vmimage.sh30 # mk-vmimage.sh: Create virtual machine disk images in various formats.
148 # tell what virtual machine disk image formats are available.
156 if ! mkimg --formats 2>/dev/null | grep -q ${FORMAT}; then
/freebsd-10.1-release/release/i386/
H A Dmk-vmimage.sh30 # mk-vmimage.sh: Create virtual machine disk images in various formats.
148 # tell what virtual machine disk image formats are available.
156 if ! mkimg --formats 2>/dev/null | grep -q ${FORMAT}; then
/freebsd-10.1-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.1-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.1-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.1-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.1-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.1-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.1-release/sys/dev/drm2/
H A Ddrm_crtc.h564 * @format_types: array of formats supported by this plane
565 * @format_count: number of formats supported
747 const uint32_t *formats, uint32_t format_count,
837 char *formats[]);
/freebsd-10.1-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.1-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.1-release/contrib/bmake/mk/
H A Dlib.mk55 # are built for different platforms and object formats.

Completed in 335 milliseconds

12