Searched refs:unpack (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_f.c32 unpack(const char *dirname, const char *option) function
47 unpack("t0", "--no-preserve-owner");
56 unpack("t1", "--no-preserve-owner -f a*");
58 unpack("t1", "--no-preserve-owner -f 'a*'");
68 unpack("t2", "--no-preserve-owner -f b*");
70 unpack("t2", "--no-preserve-owner -f 'b*'");
/freebsd-11-stable/tools/test/devrandom/
H A Dhammer.urandom20 $k = unpack("S", substr($a, $j, 2));
21 $z = unpack("S", substr($b, $j, 2));
H A Dhammer.random18 $k = unpack("C", substr($a, $j, 1));
H A Dstat.16bit20 $k = unpack("S", substr($a, $j, 2));
H A Dstat.8bit20 $k = unpack("C", substr($a, $j, 1));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.h32 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked,
H A Dstack_trace_compressor.cpp87 size_t unpack(const uint8_t *Packed, size_t PackedSize, uintptr_t *Unpacked, function in namespace:gwp_asan::compression
H A Dguarded_pool_allocator.cpp451 size_t UncompressedLength = compression::unpack(
466 size_t UncompressedLength = compression::unpack(
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap93 ($my_port, $my_addr) = (unpack("S n a4 x8",getsockname(S)))[$[+1,$[+2];
95 unpack("C4",$my_addr), $my_port));
166 &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("
[all...]
H A Dntploopstat130 local($s,$us) = unpack("LL",$tz);
236 unpack("C4",$server_addr));
253 ($my_port, $my_addr) = (unpack("S n a4 x8",getsockname(S)))[$[+1,$[+2];
256 unpack("C4",$my_addr), $my_port);
329 (unpack("SnC4",$ret))[$[+2 .. $[+5], ($etime - $stime)));
340 = unpack($loopinfo_response_fmt,$reply);
356 warn(" \"".unpack("H*",$reply)."\"\n");
367 = unpack($loopinfo_response_fmt_v2,$reply);
/freebsd-11-stable/lib/libutil/
H A Dkinfo_getvmobject.c55 goto unpack;
64 unpack:
/freebsd-11-stable/tests/sys/opencrypto/
H A Ddpkt.py20 pack as _st_pack, unpack as _st_unpack, error as _st_error
52 buf -- packet buffer to unpack
57 self.unpack(args[0])
93 def unpack(self, buf): member in class:Packet
H A Dcryptodev.py139 fop.unpack(s)
187 ses.unpack(s)
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound-querycachedb.py39 timestamp = struct.unpack('!Q', value[-16:-8])[0]
40 expire = struct.unpack('!Q', value[-8:])[0]
/freebsd-11-stable/sys/contrib/dev/acpica/
H A Dacpica_prep.sh48 # unpack
49 echo unpack
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py67 hw = struct.unpack('hh', fcntl.ioctl(fd, termios.TIOCGWINSZ, '1234'))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltablib.c115 ** Pack/unpack
136 static int unpack (lua_State *L) { function
145 return luaL_error(L, "too many results to unpack");
268 {"unpack", unpack},
278 /* _G.unpack = table.unpack */
279 lua_getfield(L, -1, "unpack");
280 lua_setglobal(L, "unpack");
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h161 return UnpackOptionalValue<T>::unpack(
/freebsd-11-stable/usr.bin/mail/
H A Dextern.h240 char **unpack(struct name *);
H A Dsend.c361 namelist = unpack(cat(hp->h_smopts, to));
/freebsd-11-stable/contrib/lua/src/
H A Dltablib.c190 ** Pack/unpack
207 static int unpack (lua_State *L) { function
214 return luaL_error(L, "too many results to unpack");
433 {"unpack", unpack},
444 /* _G.unpack = table.unpack */
445 lua_getfield(L, -1, "unpack");
446 lua_setglobal(L, "unpack");
/freebsd-11-stable/contrib/bmake/
H A DMakefile220 @echo need to unpack mk.tar.gz under ${srcdir} or set MKSRC; false
/freebsd-11-stable/usr.bin/gzip/
H A Dunpack.c1 /* $FreeBSD: stable/11/usr.bin/gzip/unpack.c 330449 2018-03-05 07:26:05Z eadler $ */
2 /* $NetBSD: unpack.c,v 1.3 2017/08/04 07:27:08 mrg Exp $ */
31 * $FreeBSD: stable/11/usr.bin/gzip/unpack.c 330449 2018-03-05 07:26:05Z eadler $
67 * unpack descriptor
95 * Release resource allocated to an unpack descriptor.
324 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function
339 /* If we reached here, the unpack was successful */
H A Dgzip.c299 static off_t unpack(int, int, char *, size_t, off_t *);
1651 size = unpack(fd, zfd, NULL, 0, NULL);
1897 usize = unpack(STDIN_FILENO, STDOUT_FILENO,
2313 #include "unpack.c"
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.win173 !MESSAGE Please check out or download and unpack the Apache Portability Runtime

Completed in 154 milliseconds

12