Searched refs:from (Results 226 - 250 of 2536) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/sys/
H A Dfork.S13 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/sys/
H A D__vfork14.S20 * may be used to endorse or promote products derived from this software
35 * from: Header: Ovfork.s,v 1.1 91/07/06 13:05:56 torek Exp
57 dec %o1 ! from 1 to 0 in child, 0 to -1 in parent
H A Dfork.S20 * may be used to endorse or promote products derived from this software
35 * from: Header: fork.s,v 1.1 91/07/06 13:05:58 torek Exp
50 dec %o1 ! from 1 to 0 in child, 0 to -1 in parent
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_Ovfork.S20 addi %r4,%r4,-1 # from 1 to 0 in child, 0 to -1 in parent
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dylwrap133 from="$1"
136 if test $from = "y.tab.c"; then
137 from="y_tab.c"
139 if test $from = "y.tab.h"; then
140 from="y_tab.h"
144 if test -f "$from"; then
172 FROM=`echo "$from" | sed \
179 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
180 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc50 result out(state_type& state, const intern_type* from, argument
54 { return do_out(state, from, from_end, from_next,
61 result in(state_type& state, const extern_type* from, argument
65 { return do_in(state, from, from_end, from_next,
74 int length(state_type& state, const extern_type* from, argument
76 { return do_length(state, from, end, max); }
106 virtual int do_length(state_type&, const extern_type* from, argument
109 size_t len = end - from;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A Dylwrap134 from="$1"
137 if test $from = "y.tab.c"; then
138 from="y_tab.c"
140 if test $from = "y.tab.h"; then
141 from="y_tab.h"
145 if test -f "$from"; then
173 FROM=`echo "$from" | sed \
180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dylwrap132 from="$1"
135 if test $from = "y.tab.c"; then
136 from="y_tab.c"
138 if test $from = "y.tab.h"; then
139 from="y_tab.h"
143 if test -f "$from"; then
171 FROM=`echo "$from" | sed \
178 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
179 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Damd64-linux-nat.c42 uses, which come from <sys/reg.h>. */
44 been removed from ptrace.h in the kernel. However, better safe than
147 /* Fetch register REGNUM from the child process. If REGNUM is -1, do
355 /* Get DR_STATUS from only the one LWP of INFERIOR_PTID. */
427 /* This definition comes from prctl.h, but some kernels may not
575 compat_siginfo_from_siginfo (compat_siginfo_t *to, siginfo_t *from)
579 to->si_signo = from->si_signo;
580 to->si_errno = from->si_errno;
581 to->si_code = from->si_code;
585 to->cpt_si_timerid = from
569 compat_siginfo_from_siginfo(compat_siginfo_t *to, siginfo_t *from) argument
625 siginfo_from_compat_siginfo(siginfo_t *to, compat_siginfo_t *from) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dmrtrace.c190 ssize_t trace_mr_read_playback (struct sockaddr_in *from, argument
218 if (left < ((sizeof from -> sin_port) +
219 sizeof (from -> sin_addr))) {
225 if (from)
226 memset (from, 0, sizeof *from);
227 if (from)
228 memcpy (&from -> sin_addr, bufp,
229 sizeof from -> sin_addr);
230 bufp += sizeof from
258 trace_mr_read_record(struct sockaddr_in *from, void *buf, ssize_t rv) argument
291 trace_mr_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, SOCKLEN_T *fromlen) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/engines/rsaref/
H A Drsaref.c51 static int rsaref_private_decrypt(int len, const unsigned char *from,
53 static int rsaref_private_encrypt(int len, const unsigned char *from,
55 static int rsaref_public_encrypt(int len, const unsigned char *from,
57 static int rsaref_public_decrypt(int len, const unsigned char *from,
265 /* Copied from eng_[openssl|dyn].c */
311 static int RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) argument
315 i=BN_num_bytes(from);
323 if (!BN_bn2bin(from,&(to[max-i])))
329 /* unsigned char *from: [max] */
330 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNU argument
342 RSAref_Public_ref2eay(RSArefPublicKey *from, RSA *to) argument
351 RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY *to) argument
360 RSAref_Private_ref2eay(RSArefPrivateKey *from, RSA *to) argument
384 RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY *to) argument
398 rsaref_private_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
416 rsaref_private_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
439 rsaref_public_decrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
457 rsaref_public_encrypt(int len, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/netbsd-6-1-5-RELEASE/share/examples/npf/
H A Dhost-npf.conf42 from $dhcpserver port bootps to $wired_v4 port bootpc
44 from $dhcpserver port bootps to $wired_v4 port bootpc
49 from $backupsrv_v4 to $wired_v4 port $backup_port
51 from $backupsrv_v4 to $wired_v4 port $backup_port
53 from $backupsrv_v6 to $wired_v6 port $backup_port
55 from $backupsrv_v6 to $wired_v6 port $backup_port
64 from $wired_v6
66 from $wired_v4
68 pass out final family inet6 proto tcp from $wired_v6
69 pass out final family inet proto tcp from
[all...]
/netbsd-6-1-5-RELEASE/games/sail/
H A Dmisc.c16 * may be used to endorse or promote products derived from this software
56 range(struct ship *from, struct ship *to) argument
64 stern1r = bow1r = from->file->row;
65 stern1c = bow1c = from->file->col;
72 stern1r += dr[from->file->dir];
73 stern1c += dc[from->file->dir];
83 closestenemy(struct ship *from, int side, int anyship) argument
90 a = capship(from)->nationality;
92 if (sp == from)
98 if (side && gunsbear(from, s
138 gunsbear(struct ship *from, struct ship *to) argument
160 portside(struct ship *from, struct ship *on, int quick) argument
[all...]
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dcommand4.c16 * may be used to endorse or promote products derived from this software
44 take(unsigned int from[]) argument
62 if ((testbit(from, value) || wiz || tempwiz) &&
68 if (testbit(from, value))
71 printf("Zap! Taken from thin air.\n");
72 clearbit(from, value);
79 else if (!testbit(from, value))
101 if (testbit(from, SWORD)) {
103 return (take(from));
105 if (testbit(from, TWO_HANDE
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntptrap230 warn("$0: select: $!\n"),last if $ret < 0; # give up on error return from select
249 $from = recv(S,$buf,$len,0);
250 ;# give up on error return from recv
251 warn("$0: recv: $!\n"), last unless (defined($from));
253 $from = (unpack("Sna4",$from))[$[+2]; # keep host addr only
255 &debug("-Packet from ",&hostname($from));
259 &ntp'handle_packet($buf,$from); # ';
260 &debug(sprintf("%s uses auth_keyid %d",&hostname($from),
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c17 * derived from this software without specific prior written permission.
96 struct sockaddr_storage from, proxy, server, proxy_to_server, s_in; local
170 j = sizeof(from);
172 (struct sockaddr *)&from, &j)) < 0) {
180 msg.msg_name = &from;
181 msg.msg_namelen = sizeof(from);
202 peer = socket(from.ss_family, SOCK_DGRAM, 0);
208 s_in.ss_family = from.ss_family;
209 s_in.ss_len = from.ss_len;
226 if (connect(peer, (struct sockaddr *)&from, fro
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dif_le_ioasic.c195 uint8_t *from = fromv; local
201 *bptr = (*from++ << 8) | (*bptr & 0xff);
207 *bptr = (from[1] << 8) | (from[0] & 0xff);
209 from += 2;
213 *bptr = (uint16_t)*from;
254 uint8_t *from = fromv; local
267 memcpy(bptr + boff, from, xfer);
268 from += xfer;
275 switch ((u_long)from
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcanohost.c51 struct sockaddr_storage from; local
58 fromlen = sizeof(from);
59 memset(&from, 0, sizeof(from));
60 if (getpeername(sock, (struct sockaddr *)&from, &fromlen) < 0) {
65 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop),
69 if (from.ss_family == AF_INET)
77 if (getnameinfo((struct sockaddr *)&from, fromlen, name, sizeof(name),
109 * define arbitrary names for an IP address. Mapping from
115 hints.ai_family = from
334 struct sockaddr_storage from; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ssl.c35 * The word 'cryptographic' can be left out if the rouines from the library
37 * 4. If you include any Windows specific code (or a derivative thereof) from
66 const unsigned char *from, int flen)
101 memcpy(p,from,(unsigned int)flen);
106 const unsigned char *from, int flen, int num)
111 p=from;
65 RSA_padding_add_SSLv23(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
105 RSA_padding_check_SSLv23(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
H A Drsa_x931.c26 * endorse or promote products derived from this software without
30 * 5. Products derived from this software may not be called "OpenSSL"
67 const unsigned char *from, int flen)
73 * nibble and 2 trailer bytes: but 1 hash if is already in 'from'.
99 memcpy(p,from,(unsigned int)flen);
106 const unsigned char *from, int flen, int num)
111 p=from;
66 RSA_padding_add_X931(unsigned char *to, int tlen, const unsigned char *from, int flen) argument
105 RSA_padding_check_X931(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/engines/cluster_labs/
H A Dcluster_labs.h8 typedef int cl_rsa_pub_enc(int flen, const unsigned char *from,
10 typedef int cl_rsa_pub_dec(int flen, const unsigned char *from,
12 typedef int cl_rsa_priv_enc(int flen, const unsigned char *from,
14 typedef int cl_rsa_priv_dec(int flen, const unsigned char *from,
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_md.c18 static int gost_digest_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from);
60 int gost_digest_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from) argument
63 if (to->md_data && from->md_data) {
64 memcpy(to->md_data,from->md_data,sizeof(struct ossl_gost_digest_ctx));
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmklink.pl6 # specifying the "from" directory.
10 # For each of these files, we create in the "from" directory a link
15 # Apart from this, this script should be able to handle even the most
20 my $from = shift;
23 my @from_path = split(/[\\\/]/, $from);
33 # In this loop, @to_path always is a relative path from
36 # At the end, @from_path (as a relative path from the original pwd)
38 # which means that @to_path then is a path from there to the original pwd.
58 unlink "$from/$file";
59 symlink("$to/$file", "$from/
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dfddi.c90 unsigned char *buf, unsigned bufix, struct hardware *from)
96 from -> hbuf [0] = HTYPE_FDDI;
97 from -> hlen = (sizeof fh.fddi_shost) + 1;
98 memcpy (&from -> hbuf [1], fh.fddi_shost, sizeof fh.fddi_shost);
89 decode_fddi_header(struct interface_info *interface, unsigned char *buf, unsigned bufix, struct hardware *from) argument
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A Dipfmeta.pl109 Rules to be processed are read from stdin, output goes to stdout.
162 block in from UNWANTED to any
164 pass in from NOC to WEBSERVERS port = MGMT-PORTS
174 # block in from UNWANTED to any
176 block in from 10.0.0.0/8 to any
178 block in from 127.0.0.0/8 to any
180 block in from 172.16.0.0/12 to any
182 block in from 192.168.0.0/16 to any
184 block in from 224.0.0.0/4 to any
186 # pass in from NO
[all...]

Completed in 309 milliseconds

1234567891011>>