Searched refs:unpack (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/tests/sys/opencrypto/
H A Dcryptodev.py147 fop.unpack(s)
198 ses.unpack(s)
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dprotocol.py55 unpackers in each protocol (see {pack,unpack}_wirestat below).
119 >>> struct.unpack('<IBHIHB', pkt)
251 >>> struct.unpack('<IBH', pkt)
258 To see that this is a valid version packet, let's unpack its bytes.
263 >>> tup = struct.unpack('<IBHIH8B', vpkt)
269 Of course, since you can *pack*, you can also *unpack*. It's
273 Unpack is actually a two step process: first we unpack a header
275 then we unpack the data within the packet. You can invoke the
314 unpack; see below.)
323 >>> plain.unpack(pk
724 def unpack(self, bstring, noerror=False): member in class:_P9Proto
[all...]
H A Dp9conn.py237 size = self.size_coder.unpack(size_field)[0] - self.size_coder.size
594 # with a version, we must unpack *as if* it's a plain
597 resp = self.proto.unpack(pkt)
599 resp = protocol.plain.unpack(pkt)
604 resp = self.proto.unpack(pkt, noerror=True)
/freebsd-13-stable/usr.bin/mail/
H A Dsend.c363 namelist = unpack(cat(hp->h_smopts, to));
H A Dnames.c553 unpack(struct name *np) function
561 errx(1, "No names to unpack");
/freebsd-13-stable/contrib/apr-util/
H A DMakefile.win173 !MESSAGE Please check out or download and unpack the Apache Portability Runtime
/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in301 sz = struct.unpack('hh', data)
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c299 static off_t unpack(int, int, char *, size_t, off_t *);
1650 size = unpack(fd, zfd, NULL, 0, NULL);
1896 usize = unpack(STDIN_FILENO, STDOUT_FILENO,
2314 #include "unpack.c"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua116 local x,y = a(table.unpack{'a', 1})
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h746 RegisterRef unpack(PackedRegisterRef PR) const { function in struct:DataFlowGraph
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py1800 (size, _, err, _, _) = struct.unpack(
1813 ret, None, "Failed to unpack list data")
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp411 return G.unpack(Ref.PR);
/freebsd-13-stable/contrib/subversion/
H A Dconfigure6614 echo "unpack the archive using unzip and rename the resulting"
7383 echo "unpack the archive using unzip and rename the resulting"

Completed in 403 milliseconds

12