Home
last modified time | relevance | path

Searched refs:unpack (Results 1 – 25 of 216) sorted by relevance

123456789

/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/
H A Dntptrap166 &debug(sprintf("hostname(%d.%d.%d.%d) = \"%s\"",unpack("C4",$addr),$name))
169 &debug(sprintf("Failed to get name for %d.%d.%d.%d",unpack("C4",$addr)));
170 return sprintf("[%d.%d.%d.%d]",unpack("C4",$addr));
198 ($addr,$assoc,$op) = unpack("a4SC",($req = shift(@Requests)));
202 &set_timeout("retry-".unpack("H*",$req),time+$BASE_TIMEOUT,
203 sprintf("&retry(\"%s\");",unpack("H*",$req)));
255 $from = (unpack("Sna4",$from))[$[+2]; # keep host addr only
269 &clear_timeout("retry-".unpack("H*",pack("a4SC",$from,$associd,$op))) unless $op == 7;
280 &clear_timeout("retry-".unpack("H*",pack("a4SC",$from,$associd,$op)));
334 unpack("x4SC",$tag)));
[all …]
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dlibfuzzer.c61 if ((p = unpack(buf, n)) == NULL) { in save_seed()
177 if ((p = unpack(data, size)) == NULL) in LLVMFuzzerTestOneInput()
211 if ((p = unpack(data, size)) == NULL) { in LLVMFuzzerCustomMutator()
H A Dmutator_aux.h68 struct param *unpack(const uint8_t *, size_t);
H A Dfuzz_netlink.c25 unpack(const uint8_t *ptr, size_t len) in unpack() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-gisel-cov.py47 backend, = struct.unpack("%ds" % len(backend), backend)
52 rule_id, = struct.unpack("Q", data[:8])
/netbsd-src/external/mpl/bind/dist/bin/tests/system/pipelined/ans5/
H A Dans.py148 qid = struct.unpack(">H", data[:2])[0]
155 qid = struct.unpack(">H", data[:2])[0]
165 qid = struct.unpack(">H", data[:2])[0]
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dunbound-querycachedb.py39 timestamp = struct.unpack('!Q', value[-16:-8])[0]
40 expire = struct.unpack('!Q', value[-8:])[0]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitfields.h131 static T unpack(T StorageValue) { return StorageValue; } in unpack() function
147 static T unpack(T StorageValue) {
180 return C::unpack(StorageValue);
/netbsd-src/external/gpl3/binutils.old/dist/zlib/os400/
H A DREADME4003 1) Download and unpack the zlib tarball to some IFS directory.
7 else you have to unpack first to some directory on a system supporting it,
/netbsd-src/external/gpl3/binutils/dist/zlib/os400/
H A DREADME4003 1) Download and unpack the zlib tarball to some IFS directory.
7 else you have to unpack first to some directory on a system supporting it,
/netbsd-src/external/gpl3/gdb/dist/zlib/os400/
H A DREADME4003 1) Download and unpack the zlib tarball to some IFS directory.
7 else you have to unpack first to some directory on a system supporting it,
/netbsd-src/external/bsd/libuuid_ul/lib/libuuid_ul/
H A Dsrcs.mk11 unpack.c \
/netbsd-src/external/mit/xorg/lib/libdrm_nouveau/
H A DMakefile31 unpack.h
/netbsd-src/external/bsd/am-utils/dist/scripts/
H A Dlostaltmail.in607 join ('.',unpack('C4',$addr))) if ($debug);
611 printf("Sockaddr: %s\n", join (' ',unpack('C14',$sockaddr))) if ($debug);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dfipskey.h.in24 {- join(', ', map { "0x$_" } unpack("(A2)*", $config{FIPSKEY})) -}
/netbsd-src/external/apache2/llvm/dist/clang/utils/hmaptool/
H A Dhmaptool46 num_buckets, max_value_len) = struct.unpack(header_fmt, data)
67 buckets = [struct.unpack(bucket_fmt,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dsancov.py52 magic_words = struct.unpack('II', magic_bytes);
118 pid, module_length, blob_size = struct.unpack('iII', header)
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py114 def unpack(archive, location, log = EmptyLogger()): function
162 unpack(archive, location, log = log)
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py114 def unpack(archive, location, log = EmptyLogger()): function
162 unpack(archive, location, log = log)
/netbsd-src/external/gpl3/gdb.old/dist/gdb/config/djgpp/
H A DREADME68 some more work to unpack. First, you MUST use the `djunpack' batch
76 and then invoke it to unpack the distribution. Here's how:
90 `djtar' doesn't support bzip2 decompression, you need to unpack it as
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A DREADME68 some more work to unpack. First, you MUST use the `djunpack' batch
76 and then invoke it to unpack the distribution. Here's how:
90 `djtar' doesn't support bzip2 decompression, you need to unpack it as
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Doptparse.lua45 local arg = {table.unpack(arg)}
/netbsd-src/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Doptparse.lua45 local arg = {unpack(arg)}
/netbsd-src/libexec/httpd/lua/
H A Doptparse.lua45 local arg = {table.unpack(arg)}
/netbsd-src/distrib/sets/lists/xcomp/
H A Dmd.evbarm9 ./usr/X11R7/include/libdrm/nouveau/nvif/unpack.h xcomp-libdrm-include xorg

123456789