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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/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*'");
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntptrap91 ($my_port, $my_addr) = (unpack("S n a4 x8",getsockname(S)))[$[+1,$[+2];
93 unpack("C4",$my_addr), $my_port));
164 &debug(sprintf("hostname(%d.%d.%d.%d) = \"%s\"",unpack("C4",$addr),$name))
167 &debug(sprintf("Failed to get name for %d.%d.%d.%d",unpack("C4",$addr)));
168 return sprintf("[%d.%d.%d.%d]",unpack("C4",$addr));
196 ($addr,$assoc,$op) = unpack("a4SC",($req = shift(@Requests)));
200 &set_timeout("retry-".unpack("H*",$req),time+$BASE_TIMEOUT,
201 sprintf("&retry(\"%s\");",unpack("H*",$req)));
253 $from = (unpack("Sna4",$from))[$[+2]; # keep host addr only
267 &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);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Doptparse.lua45 local arg = {unpack(arg)}
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Doptparse.lua45 local arg = {unpack(arg)}
/netbsd-6-1-5-RELEASE/libexec/httpd/lua/
H A Doptparse.lua45 local arg = {unpack(arg)}
/netbsd-6-1-5-RELEASE/usr.bin/gzip/
H A Dunpack.c1 /* $FreeBSD: head/usr.bin/gzip/unpack.c 194579 2009-06-21 09:39:43Z delphij $ */
2 /* $NetBSD: unpack.c,v 1.1 2009/10/11 07:07:54 mrg Exp $ */
63 * unpack descriptor
91 * Release resource allocated to an unpack descriptor.
312 unpack(int in, int out, char *pre, size_t prelen, off_t *bytes_in) function
320 /* If we reached here, the unpack was successful */
H A Dgzip.c236 static off_t unpack(int, int, char *, size_t, off_t *);
1478 size = unpack(fd, zfd, NULL, 0, NULL);
1690 usize = unpack(STDIN_FILENO, STDOUT_FILENO,
2074 #include "unpack.c"
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dextern.h227 const char ** unpack(struct name *);
H A Dnames.c528 unpack(struct name *np) function
536 errx(EXIT_FAILURE, "No names to unpack");
H A Dsend.c764 namelist = unpack(cat(hp->h_smopts, to));
H A Dcmd3.c580 smargs = unpack(hdr.h_to);
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A Dplog905 return unpack ('N', $addr);
909 my @a = unpack ('C*', $addr);
922 my @a = unpack ('C*', $addr);
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mi.en108 {Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
1026 message Install_pkgsrc {Fetch and unpack pkgsrc}
1034 message get_pkgsrc {Fetch and unpack pkgsrc for building from source}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c16482 rtx (*unpack)(rtx, rtx, rtx);
16489 unpack = gen_vec_interleave_highv16qi;
16491 unpack = gen_vec_interleave_lowv16qi;
16495 unpack = gen_vec_interleave_highv8hi;
16497 unpack = gen_vec_interleave_lowv8hi;
16501 unpack = gen_vec_interleave_highv4si;
16503 unpack = gen_vec_interleave_lowv4si;
16517 emit_insn (unpack (dest, operands[1], se));
16527 rtx (*unpack)(rtx, rtx);
16534 unpack
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sh/
H A Dlib1funcs.asm2604 LOCAL(ct_ret_wide): /* Call the function, so that we can unpack its

Completed in 178 milliseconds