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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/crypto/heimdal/tools/
H A Dheimdal-build.sh154 unpack=yes
189 unpack=no
202 if [ X"$unpack" = Xyes ]; then
/freebsd-9.3-release/sys/contrib/dev/acpica/
H A Dacpica_prep.sh47 # unpack
48 echo unpack
/freebsd-9.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb153 t = s.getsockname.unpack("x8 x12 C4")
197 t = s.getsockname.unpack("x8 x12 C4")
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dlib.h188 int unpack(const char *, const char *);
H A Dfile.c339 unpack(const char *pkg, const char *flist) function
/freebsd-9.3-release/usr.bin/mail/
H A Dextern.h240 char **unpack(struct name *);
H A Dsend.c361 namelist = unpack(cat(hp->h_smopts, to));
H A Dnames.c551 unpack(struct name *np) function
559 errx(1, "No names to unpack");
/freebsd-9.3-release/contrib/bmake/
H A DMakefile215 @echo need to unpack mk.tar.gz under ${srcdir} or set MKSRC; false
/freebsd-9.3-release/usr.bin/gzip/
H A Dunpack.c62 * unpack descriptor
90 * Release resource allocated to an unpack descriptor.
311 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function
326 /* If we reached here, the unpack was successful */
H A Dgzip.c257 static off_t unpack(int, int, char *, size_t, off_t *);
1507 size = unpack(fd, zfd, NULL, 0, NULL);
1706 usize = unpack(STDIN_FILENO, STDOUT_FILENO,
2099 #include "unpack.c"
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog905 return unpack ('N', $addr);
909 my @a = unpack ('C*', $addr);
922 my @a = unpack ('C*', $addr);
/freebsd-9.3-release/usr.sbin/pkg_install/add/
H A Dperform.c144 if (unpack(pkg_fullname, extract)) {
205 /* Finally unpack the whole mess. If extract is null we
207 if (extract && unpack(pkg_fullname, NULL)) {
/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dperform.c140 if (unpack(fname, "'+*'")) {
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c2040 PMCMASK(unpack, 0x08),

Completed in 159 milliseconds