Searched refs:from (Results 326 - 350 of 2536) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libreadline/arch/sh3el/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-gdb,v 1.4 2011/10/09 02:03:30 christos Exp
3 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libreadline/arch/sparc/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-gdb,v 1.4 2011/10/09 02:03:30 christos Exp
3 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libreadline/arch/sparc64/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-gdb,v 1.4 2011/10/09 02:03:30 christos Exp
3 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libreadline/arch/vax/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-gdb,v 1.4 2011/10/09 02:03:30 christos Exp
3 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/lib/libreadline/arch/x86_64/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-gdb,v 1.2 2007/02/19 18:26:22 chs Exp
3 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_util.c101 XrmValue from, to;
109 from.addr = XGetDefault( XtDisplay(wid), root, resources[i].name );
110 if ( from.addr == NULL || *from.addr == '\0' )
114 from.size = strlen( from.addr );
158 success = XtConvertAndStore( wid, XtRString, &from, kind, &to );
99 XrmValue from, to; local
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/string/
H A Dffs.S46 addi,tr -16,%ret0,%ret0 ; subtract 16 from bitpos
49 addi,tr -8,%ret0,%ret0 ; subtract 8 from bitpos
52 addi,tr -4,%ret0,%ret0 ; subtract 4 from bitpos
55 addi,tr -2,%ret0,%ret0 ; subtract 2 from bitpos
58 addi -1,%ret0,%ret0 ; subtract 1 from bitpos
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/gen/
H A Dsyncicache.c20 * derived from this software without specific prior written permission.
106 __syncicache(void *from, size_t len) argument
119 off = (uintptr_t)from & (linesz - 1);
121 p = (char *)from - off;
131 off = (uintptr_t)from & (linesz - 1);
133 p = (char *)from - off;
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc64/gen/
H A Dsyncicache.c20 * derived from this software without specific prior written permission.
104 __syncicache(void *from, size_t len) argument
117 off = (uintptr_t)from & (linesz - 1);
119 p = (char *)from - off;
129 off = (uintptr_t)from & (linesz - 1);
131 p = (char *)from - off;
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/powerpc/
H A Dsyncicache.c20 * derived from this software without specific prior written permission.
98 __syncicache(void *from, size_t len) argument
111 off = (uintptr_t)from & (linesz - 1);
113 p = (char *)from - off;
123 off = (uintptr_t)from & (linesz - 1);
125 p = (char *)from - off;
/netbsd-6-1-5-RELEASE/games/sail/
H A Ddr_1.c16 * may be used to endorse or promote products derived from this software
139 fightitout(struct ship *from, struct ship *to, int key) argument
149 menfrom = mensent(from, to, crewfrom, &fromcap, &pcfrom, key);
150 mento = mensent(to, from, crewto, &tocap, &pcto, 0);
152 fromcap = from;
157 if (fromcap == from)
158 menfrom = from->specs->crew1
159 + from->specs->crew2
160 + from->specs->crew3;
162 menfrom = from
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_shift.c62 db_recno_t from, to; local
95 for (from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) {
96 if (db_get(sp, from, DBG_FATAL, &p, &len))
99 if (sp->lno == from)
123 if (sp->lno == from)
151 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) {
159 * collection of cursor semantics. If called from vi, the
161 * of the lowest numbered line shifted. If called from e
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drename.c45 simple_copy (const char *from, const char *to) argument
51 fromfd = open (from, O_RDONLY | O_BINARY);
140 smart_rename (const char *from, const char *to, int preserve_dates ATTRIBUTE_UNUSED) argument
149 /* Win32, unlike unix, will not erase `to' in `rename(from, to)' but
155 ret = rename (from, to);
160 unlink (from);
172 ret = rename (from, to);
198 unlink (from);
203 ret = simple_copy (from, to);
209 unlink (from);
[all...]
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dinput.c20 * may be used to endorse or promote products derived from this software
60 struct sockaddr_in from; local
78 fromlen = sizeof(from);
80 (struct sockaddr*)&from, &fromlen);
104 if (aifp->int_addr == from.sin_addr.s_addr)
110 msglim(&bad_name, from.sin_addr.s_addr,
114 && aifp->int_dstaddr!=from.sin_addr.s_addr)
116 && !on_net(from.sin_addr.s_addr,
126 aifp = iflookup(from.sin_addr.s_addr);
131 input(&from, sif
139 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
937 ck_passwd(struct interface *aifp, struct rip *rip, void *lim, naddr from, struct msg_limit *use_authp) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dextattr.c173 extattr_copy_file(const char *from, const char *to, int namespace) argument
182 llen = extattr_list_file(from, namespace, NULL, 0);
198 llen = extattr_list_file(from, namespace, alist, (size_t)llen);
215 vlen = extattr_get_file(from, namespace, aname, NULL, 0);
225 if ((vlen = extattr_get_file(from, namespace, aname, aval, (size_t)vlen)) == -1)
245 extattr_copy_link(const char *from, const char *to, int namespace) argument
254 llen = extattr_list_link(from, namespace, NULL, 0);
270 llen = extattr_list_link(from, namespace, alist, (size_t)llen);
287 vlen = extattr_get_link(from, namespace, aname, NULL, 0);
297 if ((vlen = extattr_get_link(from, namespac
350 cpxattr(const char *from, const char *to) argument
367 lcpxattr(const char *from, const char *to) argument
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/
H A Dadd_n.asm50 cmpult r20,r0,r25 C compute cy from last add
55 cmpult r28,r5,r8 C compute cy from last add
59 $Loop: cmpult r21,r28,r25 C compute cy from last add
61 bis r8,r25,r25 C combine cy from the two adds
67 cmpult r28,r6,r8 C compute cy from last add
68 cmpult r22,r28,r25 C compute cy from last add
70 bis r8,r25,r25 C combine cy from the two adds
74 cmpult r28,r7,r8 C compute cy from last add
75 cmpult r23,r28,r25 C compute cy from last add
77 bis r8,r25,r25 C combine cy from th
[all...]
H A Dsub_n.asm50 cmpult r4,r0,r25 C compute cy from last subtract
55 cmpult r5,r1,r8 C compute cy from last subtract
59 $Loop: cmpult r28,r25,r25 C compute cy from last subtract
61 bis r8,r25,r25 C combine cy from the two subtracts
67 cmpult r6,r2,r8 C compute cy from last subtract
68 cmpult r28,r25,r25 C compute cy from last subtract
70 bis r8,r25,r25 C combine cy from the two subtracts
74 cmpult r7,r3,r8 C compute cy from last subtract
75 cmpult r28,r25,r25 C compute cy from last subtract
77 bis r8,r25,r25 C combine cy from th
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/
H A D12206.cc37 result out(mbstate_t& state, const Char* from, argument
41 return do_out(state, from, from_end, from_next,
44 result in(mbstate_t& state, const char* from, argument
48 return do_in(state, from, from_end, from_next,
54 int length(mbstate_t& state, const char* from, argument
56 { return do_length(state, from, from_end, max); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/
H A D12206.cc38 result out(mbstate_t& state, const Char* from, argument
42 return do_out(state, from, from_end, from_next,
45 result in(mbstate_t& state, const char* from, argument
49 return do_in(state, from, from_end, from_next,
55 int length(mbstate_t& state, const char* from, argument
57 { return do_length(state, from, from_end, max); }
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_def.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
75 static int str_copy(CONF *conf,char *section,char **to, char *from);
503 static int str_copy(CONF *conf, char *section, char **pto, char *from) argument
511 len=strlen(from)+1;
516 if (IS_QUOTE(conf,*from))
518 q= *from;
519 from++;
520 while (!IS_EOF(conf,*from) && (*from !
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/vax/vsa/
H A Dvsbus.c6 * This code is derived from software contributed to Ludd by Bertram Barth.
21 * derived from this software without specific prior written permission
270 * Copy data from/to a user process' space from the DMA area.
276 char *from = fromv, *to = tov; local
281 memcpy(to, from, len);
298 memcpy((void *)pa, from, min(cz, len));
299 from += cz;
306 memcpy((void *)pa, from, min(PAGE_SIZE, len));
307 from
317 char *from = fromv, *to = tov; local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dctrace.c144 struct iaddr from,
153 tip.from = from;
154 tip.from.len = htonl (tip.from.len);
182 tip -> from.len = ntohl (tip -> from.len);
201 tip -> from,
213 struct in_addr from,
228 tip.from
140 trace_inpacket_stash(struct interface_info *interface, struct dhcp_packet *packet, unsigned len, unsigned int from_port, struct iaddr from, struct hardware *hfrom) argument
209 trace_packet_send(struct interface_info *interface, struct packet *packet, struct dhcp_packet *raw, size_t len, struct in_addr from, struct sockaddr_in *to, struct hardware *hto) argument
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/mips/string/
H A Dstrlen.S7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
38 /* RCSID("from: @(#)strlen.s 8.1 (Berkeley) 6/4/93") */
45 lb v0, 0(a0) # get byte from string
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Dctrace.h42 struct iaddr from; member in struct:__anon742
50 struct iaddr from; member in struct:__anon743
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/alpha/
H A Dmsg.md.en19 * or promote products derived from this software without specific prior
44 {If you booted from a floppy, you may now remove the disk.

Completed in 185 milliseconds

<<11121314151617181920>>