Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/mirbsd/src/usr.bin/file/magdir/
Dxdelta6 0 string %XDELTA% XDelta binary patch file 0.14
7 0 string %XDZ000% XDelta binary patch file 0.18
8 0 string %XDZ001% XDelta binary patch file 0.20
9 0 string %XDZ002% XDelta binary patch file 1.0
10 0 string %XDZ003% XDelta binary patch file 1.0.4
11 0 string %XDZ004% XDelta binary patch file 1.1
Dhp27 # 0 beshort 200 hp200 (68010) BSD binary
28 # 0 beshort 300 hp300 (68020+68881) BSD binary
29 # 0 beshort 0x20c hp200/300 HP-UX binary
30 # 0 beshort 0x20d hp400 (68030) HP-UX binary
31 # 0 beshort 0x20e hp400 (68040?) HP-UX binary
32 # 0 beshort 0x20b PA-RISC1.0 HP-UX binary
33 # 0 beshort 0x210 PA-RISC1.1 HP-UX binary
34 # 0 beshort 0x211 PA-RISC1.2 HP-UX binary
35 # 0 beshort 0x214 PA-RISC2.0 HP-UX binary
183 0 string HPHP48- HP48 binary
[all …]
Doctave4 # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org>
5 0 string Octave-1-L Octave binary data (little endian)
6 0 string Octave-1-B Octave binary data (big endian)
Dmathematica39 #0 string (*This\ is\ a\ Mathematica\ binary\ dump\ file.\ It\ can\ be\ loaded\ with\ Get.*) Mathem…
40 0 string (*This\ is\ a\ Mathematica\ binary\ Mathematica binary file
Dsoftquad12 0 string \<!SQ\ A/E> A/E SGML Document binary
14 0 string \<!SQ\ STS> A/E SGML binary styles file
20 0 short 0125252 SoftQuad DESC or font file binary
Dnews10 0 belong 0x137A2950 scalable OpenFont binary
11 0 belong 0x137A2951 encrypted scalable OpenFont binary
Dhuman68k4 # human68k: file(1) magic for Human68k (X680x0 DOS) binary formats
20 #0 belong 0xd1000000 Human68k ar binary archive
Dgrace6 # ACE/gr binary
7 …0\000\0000\000\000\0000\000\000\0002\000\000\0000\000\000\0000\000\000\0003 old ACE/gr binary file
Duuencode20 0 string $\012ship ship'd binary text
28 11 string must\ be\ converted\ with\ BinHex BinHex binary text
/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dpex-common.h91 int (*open_read) (struct pex_obj *, const char *name, int binary);
94 int (*open_write) (struct pex_obj *, const char *name, int binary);
116 int (*pipe) (struct pex_obj *, int *p, int binary);
120 FILE * (*fdopenr) (struct pex_obj *, int fd, int binary);
Dpex-unix.c308 int binary ATTRIBUTE_UNUSED) in pex_unix_open_read()
317 int binary ATTRIBUTE_UNUSED) in pex_unix_open_write()
484 int binary ATTRIBUTE_UNUSED) in pex_unix_pipe()
493 int binary ATTRIBUTE_UNUSED) in pex_unix_fdopenr()
/mirbsd/src/gnu/usr.bin/perl/
DREADME.dos233 binary, and so are simpler to build and install.
235 XS-type modules do require re-linking the perl binary, because part of
237 perl binary to be executed. This is required because perl under DJGPP
241 Because XS modules require re-linking of the perl binary, you need both
242 the perl binary distribution and the perl source distribution to build
244 perl binary from the source distribution so that all of the components
245 of the perl binary are available for the required link step.
286 binary is needed to build, install or use non-XS modules.
303 that the new perl binary which you must build for an XS-type module will
304 build correctly. The second extra instruction re-builds the perl binary
[all …]
Dmakeaperl.SH31 makeaperl - create a new perl binary from static extensions
41 binary with the name C<perl> in the current directory. Intermediate
44 that is used internally to call C<make>. The new perl binary will consist
47 linked into the new binary. If you do not specify a library, makeaperl
53 C<-o> switch a name for the perl binary (default C<perl>). The C<-t>
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dbinary.c365 BFD_JUMP_TABLE_GENERIC (binary),
369 BFD_JUMP_TABLE_SYMBOLS (binary),
370 BFD_JUMP_TABLE_RELOCS (binary),
371 BFD_JUMP_TABLE_WRITE (binary),
372 BFD_JUMP_TABLE_LINK (binary),
/mirbsd/src/gnu/usr.sbin/sendmail/
DLICENSE11 modified or derived work) in source and binary forms is permitted only if
33 3. Redistributions in binary form must reproduce the Copyright Notice,
36 provided with the distribution. For the purposes of binary distribution
52 (b) Redistribution and use in source and binary forms, with or without
59 (ii) Redistributions in binary form must reproduce the above
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dutil9 Illegal binary digit ignored
12 Integer overflow in binary number
48 Illegal binary digit '9' ignored at - line 3.
56 Integer overflow in binary number at - line 3.
/mirbsd/src/lib/libssl/src/doc/apps/
Dasn1octetstream.pod20 The B<asn1octetstream> command encapsulates arbitrary binary data in ASN.1 octet strings
40 output stream, write the binary data content of it.
45 input stream, read arbitrary binary data (up to 2 GiB - 1 Byte)
Ddgst.pod14 [B<-binary>]
53 =item B<-binary>
55 output the digest or signature in binary form.
/mirbsd/src/usr.sbin/popa3d/
DLICENSE2 re-distribution in source and/or binary form, with or without
9 binary-only form.
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlnumber.pod8 $n = 0b1110011; # binary integer
39 "short" representation when converted to a binary fraction. For example,
40 0.9 cannot be represented by a native float, since the binary fraction
46 limitation, the exponent of the binary number is also restricted when it
48 point values can store numbers with up to 53 binary digits, and with binary
72 a finite decimal expansion or a "short" binary expansion.
146 The binary operators C<+> C<-> C<*> C</> C<%> C<==> C<!=> C<E<gt>> C<E<lt>>
/mirbsd/src/libexec/cpp/
Dcpy.y14 %binary EQ NE
15 %binary '<' '>' LE GE
/mirbsd/src/lib/libssl/src/doc/ssl/
Dd2i_SSL_SESSION.pod17 session, stored as binary data at location B<pp> with length B<length>, into
30 a binary ASN1 representation.
46 large enough to hold the binary representation of the session. There is no
/mirbsd/src/lib/libncurses/src/
DREADME51 library interfaces are not binary-compatible with the non-wide-character
79 fast-loading binary description blocks under /usr/lib/terminfo. These binary
82 either /etc/termcap or the compiled binary terminfo blocks, but prefers the
95 tic -- terminfo source to binary compiler
96 infocmp -- terminfo binary to source decompiler/comparator
/mirbsd/src/bin/ed/
DPOSIX59 1) Though ed is not a stream editor, it can be used to edit binary files.
60 To assist in binary editing, when a file containing at least one ASCII
63 prior to writing prevents appending a newline to a binary file.
73 Similarly, to remove a newline from the end of binary `file':
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dldexp.c275 exp_fold_tree_1 (tree->binary.lhs); in fold_binary()
285 segment_name = tree->binary.rhs->name.name; in fold_binary()
300 exp_fold_tree_1 (tree->binary.rhs); in fold_binary()
804 value.binary.lhs = lhs; in exp_binop()
805 value.binary.rhs = rhs; in exp_binop()
811 new = stat_alloc (sizeof (new->binary)); in exp_binop()
812 memcpy (new, &value, sizeof (new->binary)); in exp_binop()
949 exp_print_tree (tree->binary.lhs); in exp_print_tree()
951 exp_print_tree (tree->binary.rhs); in exp_print_tree()

12345678910>>...16