Home
last modified time | relevance | path

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

12345678910>>...66

/freebsd/contrib/wireguard-tools/
H A Dipc-freebsd.h61 const void *binary; in kernel_get_device() local
102 binary = nvlist_get_binary(nvl_device, "public-key", &size); in kernel_get_device()
103 if (binary && size == sizeof(dev->public_key)) { in kernel_get_device()
104 memcpy(dev->public_key, binary, sizeof(dev->public_key)); in kernel_get_device()
109 binary = nvlist_get_binary(nvl_device, "private-key", &size); in kernel_get_device()
110 if (binary && size == sizeof(dev->private_key)) { in kernel_get_device()
111 memcpy(dev->private_key, binary, sizeof(dev->private_key)); in kernel_get_device()
130 binary = nvlist_get_binary(nvl_peers[i], "public-key", &size); in kernel_get_device()
131 if (binary && size == sizeof(peer->public_key)) { in kernel_get_device()
132 memcpy(peer->public_key, binary, sizeof(peer->public_key)); in kernel_get_device()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A 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
13 0 string \xD6\xC3\xC4\x00 VCDIFF binary diff
H A Dlammps11 0 string LammpS\ RestartT LAMMPS binary restart file
17 # Atom style binary dump file for the LAMMPS MD code
20 >0x08 string DUMPATOM LAMMPS atom style binary dump
27 >0x08 string DUMPATOM LAMMPS atom style binary dump
32 # Atom style binary dump file for the LAMMPS MD code
35 >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
42 >0x08 string DUMPCUSTOM LAMMPS custom style binary dump
H A 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)
H A 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
205 >4 string 48 48 binary
[all …]
H A Dsmile14 # Bit 2 (mask 0x04): Whether raw binary (unescaped 8-bit) values may be present in content
22 0 string :)\n Smile binary data
28 >3 byte&0x04 0x04 binary raw,
29 >3 byte&0x04 0x00 binary encoded,
H A Dopenfst6 0 long 0x7eb2fdd6 OpenFst binary FST data
13 0 long 0x56515c OpenFst binary FAR data, far type: stlist
16 0 long 0x7eb2f35c OpenFst binary FAR data, far type: sttable
H A Dwebassembly9 # https://webassembly.org/docs/binary-encoding/ is the main
10 # document describing the binary format.
13 0 string \0asm WebAssembly (wasm) binary module
H A Dcafebabe8 # The long at offset 4 in a Mach-O universal binary tells the number of
36 >4 belong 1 Mach-O universal binary with 1 architecture:
37 !:mime application/x-mach-binary
41 >>4 ubelong <20 Mach-O universal binary with %d architectures:
42 !:mime application/x-mach-binary
64 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
/freebsd/libexec/rtld-elf/tests/
H A Dld_library_pathfds.c33 int binary; member
50 expect_missing_library(files.binary, NULL); in ATF_TC_BODY()
64 expect_missing_library(files.binary, pathfds); in ATF_TC_BODY()
77 expect_missing_library(files.binary, pathfds); in ATF_TC_BODY()
91 expect_success(files.binary, pathfds); in ATF_TC_BODY()
106 expect_success(files.binary, pathfds); in ATF_TC_BODY()
121 expect_success(files.binary, pathfds); in ATF_TC_BODY()
136 expect_success(files.binary, pathfds); in ATF_TC_BODY()
163 (dp->binary = openat(dp->testdir, TARGET_ELF_NAME, O_RDONLY)) >= 0); in setup()
H A Dcommon.c34 expect_success(int binary, char *senv) in expect_success() argument
38 try_to_run(binary, 0, env, "the hypotenuse of 3 and 4 is 5\n", ""); in expect_success()
42 expect_missing_library(int binary, char *senv) in expect_missing_library() argument
46 try_to_run(binary, 1, env, "", in expect_missing_library()
52 try_to_run(int binary, int exit_status, char * const *env, in try_to_run() argument
60 fexecve(binary, args, env); in try_to_run()
H A Dcommon.h33 void expect_success(int binary, char *senv);
34 void expect_missing_library(int binary, char *senv);
36 void try_to_run(int binary, int expected_exit_status, char * const *env,
/freebsd/contrib/file/tests/
H A DMakefile.am93 pgp-binary-key-v2-phil.result \
94 pgp-binary-key-v2-phil.testfile \
95 pgp-binary-key-v3-lutz.result \
96 pgp-binary-key-v3-lutz.testfile \
97 pgp-binary-key-v4-dsa.result \
98 pgp-binary-key-v4-dsa.testfile \
99 pgp-binary-key-v4-ecc-no-userid-secret.result \
100 pgp-binary-key-v4-ecc-no-userid-secret.testfile \
101 pgp-binary-key-v4-ecc-secret-key.result \
102 pgp-binary-key-v4-ecc-secret-key.testfile \
[all …]
H A DMakefile.in387 pgp-binary-key-v2-phil.result \
388 pgp-binary-key-v2-phil.testfile \
389 pgp-binary-key-v3-lutz.result \
390 pgp-binary-key-v3-lutz.testfile \
391 pgp-binary-key-v4-dsa.result \
392 pgp-binary-key-v4-dsa.testfile \
393 pgp-binary-key-v4-ecc-no-userid-secret.result \
394 pgp-binary-key-v4-ecc-no-userid-secret.testfile \
395 pgp-binary-key-v4-ecc-secret-key.result \
396 pgp-binary-key-v4-ecc-secret-key.testfile \
[all …]
/freebsd/contrib/dialog/package/debian/
H A Drules119 binary-indep: build install
123 binary-arch: build install
139 binary: binary-indep binary-arch target
140 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd/lib/libc/inet/
H A Dnsap_addr.c41 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
62 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
77 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
97 nib = *binary >> 4; in inet_nsap_ntoa()
99 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp118 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() argument
119 return Dispatch(binary.Left()) && Dispatch(binary.Right()); in Visit()
150 void Visit(BinaryOpNode &binary, Node *&) override;
181 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit() argument
182 Dispatch(binary.Left()); in Visit()
183 Dispatch(binary.Right()); in Visit()
185 switch (binary.GetOpType()) { in Visit()
/freebsd/contrib/kyua/model/
H A Dtest_program.cpp57 fs::path binary; member
86 binary(binary_), in impl()
91 PRE_MSG(!binary.is_absolute(), in impl()
93 "suite '%s'") % binary % root); in impl()
163 return _pimpl->binary; in relative_path()
173 const fs::path full_path = _pimpl->root / _pimpl->binary; in absolute_path()
265 _pimpl->binary == other._pimpl->binary && in operator ==()
/freebsd/lib/libnetgraph/
H A Dmsg.c91 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local
141 binary = (struct ng_mesg *)reply->data; in NgSendAsciiMsg()
142 binary->header.token = atomic_fetch_add(&gMsgId, 1) & INT_MAX; in NgSendAsciiMsg()
143 binary->header.version = NG_VERSION; in NgSendAsciiMsg()
145 path, binary, binary->data, binary->header.arglen) < 0) { in NgSendAsciiMsg()
149 token = binary->header.token; in NgSendAsciiMsg()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp83 Expected<std::unique_ptr<Binary>> binary = createBinary(buffer); in CreateInstance() local
84 if (!binary) { in CreateInstance()
85 LLDB_LOG_ERROR(log, binary.takeError(), in CreateInstance()
86 "Failed to create binary for file ({1}): {0}", in CreateInstance()
95 return new ObjectFileCOFF(unique_dyn_cast<COFFObjectFile>(std::move(*binary)), in CreateInstance()
115 Expected<std::unique_ptr<Binary>> binary = createBinary(buffer); in GetModuleSpecifications() local
116 if (!binary) { in GetModuleSpecifications()
118 LLDB_LOG_ERROR(log, binary.takeError(), in GetModuleSpecifications()
119 "Failed to create binary for file ({1}): {0}", in GetModuleSpecifications()
125 unique_dyn_cast<COFFObjectFile>(std::move(*binary)); in GetModuleSpecifications()
[all...]
/freebsd/sys/dev/cxgb/
H A Dbin2h.pl55 my $binary;
68 my $number_read = read(INPUT, $binary, 4);
69 my ($a, $b, $c, $d) = unpack("C C C C", $binary);
/freebsd/sys/contrib/zstd/
H A D.gitattributes9 *.odt binary
10 *.png binary
16 *.suo binary
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol69 * libavl: The Adelson-Velskii Landis balanced binary tree manipulation
79 openzfs-libnvpair3 (= ${binary:Version}),
80 openzfs-libuutil3 (= ${binary:Version}),
81 openzfs-libzfs6 (= ${binary:Version}),
82 openzfs-libzfsbootenv1 (= ${binary:Version}),
83 openzfs-libzpool6 (= ${binary:Version}),
144 openzfs-zfsutils (= ${binary:Version}),
247 Depends: openzfs-libnvpair3 (= ${binary:Version}),
248 openzfs-libuutil3 (= ${binary:Version}),
249 openzfs-libzfs6 (= ${binary:Version}),
[all …]
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.opt1 --preserve-binary=OCSPTBSRequest
2 --preserve-binary=OCSPResponseData
/freebsd/sys/contrib/zlib/doc/
H A Dtxtvsbin.txt18 labeled as plain text, otherwise it is labeled as binary. A prominent
25 the false positives that may occur when binary files containing large
50 plain text; otherwise, it is categorized as binary. (The boundary case,
70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
91 false positives are more likely to appear in binary files that contain
93 be regarded as binary by general-purpose text detection schemes, because

12345678910>>...66