Home
last modified time | relevance | path

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

12345678910>>...13

/trueos/usr.bin/stat/
HDstat.c596 int l, small, formats; in format1() local
599 formats = 0; in format1()
629 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
642 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
673 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
682 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
695 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
709 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
740 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX | in format1()
749 formats = FMTF_DECIMAL | FMTF_OCTAL | FMTF_UNSIGNED | FMTF_HEX; in format1()
[all …]
/trueos/usr.bin/tabs/
HDtabs.c60 } formats[] = { variable
123 for (i = 0; i < (int)NELEMS(formats); i++) in main()
124 if (strcmp(formats[i].name, arg + 1) == 0) in main()
126 if (i == NELEMS(formats)) in main()
129 formats[i].stops[j] != 0; j++) in main()
130 stops[nstops++] = formats[i].stops[j]; in main()
/trueos/crypto/heimdal/lib/hx509/
HDks_file.c314 } formats[] = { variable
336 for (j = 0; j < sizeof(formats)/sizeof(formats[0]); j++) { in pem_func()
337 const char *q = formats[j].name; in pem_func()
340 if (formats[j].ai != NULL) in pem_func()
341 ai = (*formats[j].ai)(); in pem_func()
343 ret = (*formats[j].func)(context, NULL, pem_ctx->c, in pem_func()
353 if (j == sizeof(formats)/sizeof(formats[0])) { in pem_func()
449 for (i = 0; i < sizeof(formats)/sizeof(formats[0]); i++) { in file_init_common()
451 if (formats[i].ai != NULL) in file_init_common()
452 ai = (*formats[i].ai)(); in file_init_common()
[all …]
/trueos/contrib/libarchive/libarchive/
HDarchive_read_set_format.c91 slots = sizeof(a->formats) / sizeof(a->formats[0]); in archive_read_set_format()
92 a->format = &(a->formats[0]); in archive_read_set_format()
HDarchive_read.c530 a->format = &(a->formats[slot]); in archive_read_open1()
694 slots = sizeof(a->formats) / sizeof(a->formats[0]); in choose_format()
699 a->format = &(a->formats[0]); in choose_format()
1008 slots = sizeof(a->formats) / sizeof(a->formats[0]); in _archive_read_free()
1010 a->format = &(a->formats[i]); in _archive_read_free()
1011 if (a->formats[i].cleanup) in _archive_read_free()
1012 (a->formats[i].cleanup)(a); in _archive_read_free()
1106 number_slots = sizeof(a->formats) / sizeof(a->formats[0]); in __archive_read_register_format()
1109 if (a->formats[i].bid == bid) in __archive_read_register_format()
1111 if (a->formats[i].bid == NULL) { in __archive_read_register_format()
[all …]
HDarchive_read_set_options.c83 for (i = 0; i < sizeof(a->formats)/sizeof(a->formats[0]); i++) { in archive_set_format_option()
84 format = &a->formats[i]; in archive_set_format_option()
/trueos/contrib/gcc/
HDgengenrtl.c44 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()
/trueos/contrib/mknod/
HDpack_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()
/trueos/usr.bin/mkimg/
HDformat.h41 SET_DECLARE(formats, struct mkimg_format);
42 #define FORMAT_DEFINE(nm) DATA_SET(formats, nm)
/trueos/contrib/file/magic/Magdir/
HDiff15 # audio formats
27 # image formats
46 # other formats
67 # Interactive Fiction related formats
HDarchive3 # archive: file(1) magic for archive formats (see also "msdos" for self-
22 # Yes, the top two "cpio archive" formats *are* supposed to just be "short".
28 # The SVR4 "cpio(4)" hints that there are additional formats, but they
29 # are defined as "short"s; I think all the new formats are
30 # character-header formats and thus are strings, not numbers.
40 # Various archive formats used by various versions of the "ar"
45 # Original UNIX archive formats.
50 # (x86?) using some of those formats; if none existed, feel free
128 # BSD/SVR2-and-later portable archive formats.
170 # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
[all …]
HDamigaos4 # amigaos: file(1) magic for AmigaOS binary formats:
25 # various sound formats from the Amiga
HDblackberry4 # blackberry: file(1) magic for BlackBerry file formats
/trueos/contrib/binutils/bfd/doc/
HDbfdsumm.texi28 @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).
/trueos/contrib/libarchive/
HDREADME49 * libarchive-formats.5 documents the file formats supported by the library
51 popular archive formats, including hard-to-find details about
54 a number of different formats.
88 The library can create archives in any of the following formats:
117 archive formats. The only requirement is that the format be
/trueos/contrib/binutils/ld/
HDREADME14 formats. It can even handle multiple formats at once:
15 Read two input formats and write a third.
/trueos/lib/libc/softfloat/
HDsoftfloat-history.txt14 supported floating-point formats.
27 formats.
HDsoftfloat.txt15 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
/trueos/contrib/groff/contrib/pdfmark/
HDTODO13 Provide documentation in man page and texinfo formats.
53 feature. Script also requires documentation in PDF and texinfo formats.
/trueos/libexec/tftpd/
HDtftpd.c101 struct formats;
109 static struct formats { struct
112 } formats[] = { argument
467 struct formats *pf; in parse_header()
490 for (pf = formats; pf->f_mode; pf++) in parse_header()
/trueos/contrib/binutils/gas/doc/
HDall.texi17 @c Many object formats supported in this config?
20 @c Object formats of interest
/trueos/gnu/usr.bin/binutils/doc/
HDasconfig.texi18 @c Many object formats supported in this config?
21 @c Object formats of interest
/trueos/crypto/openssl/doc/HOWTO/
HDcertificates.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.
/trueos/contrib/groff/
HDMANIFEST56 graphical formats.
59 grap2graph Convert grap diagraps into different graphical formats.
66 pic2graph Convert PIC diagrams into different graphical formats.
149 - Documentation in other formats are located in the `doc' directory,
/trueos/contrib/ntp/scripts/stats/
HDREADME31 The file formats are documented in the README.stats file and in the
33 formats and related data are in the README.timecode file.

12345678910>>...13