Searched refs:from (Results 451 - 475 of 2536) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/libexec/makewhatis/
H A Dmakewhatis.c7 * This code is derived from software contributed to The NetBSD Foundation
322 errx(EXIT_FAILURE, "Unknown info %d returned from fts "
561 catpreprocess(char *from) argument
565 to = from;
566 while (ISSPACE(*from)) from++;
568 while (*from != '\0')
569 if (ISSPACE(*from)) {
570 while (ISSPACE(*++from));
571 if (*from !
699 char *from, *to; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dfilesubr.c28 * Copies "from" to "to".
31 copy_file (const char *from, const char *to) argument
38 TRACE (TRACE_FUNCTION, "copy(%s,%s)", from, to);
45 if ((rsize = islink (from)) > 0)
47 char *source = Xreadlink (from, rsize);
53 if (isdevice (from))
56 if (stat (from, &sb) < 0)
57 error (1, errno, "cannot stat %s", from);
60 error (1, 0, "cannot copy device files on this system (%s)", from);
66 if ((fdin = open (from, O_RDONL
407 rename_file(const char *from, const char *to) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dnames.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
144 const char *from, const char *to, void *arg);
157 const char *from, const char *to, void *x), void *arg)
166 const char *from, const char *to, void *x), void *arg)
178 const char *from, const char *to, void *arg);
191 const char *from, const char *to, void *x), void *arg)
200 const char *from, const char *to, void *x), void *arg)
156 EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
165 EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
190 EVP_MD_do_all(void (*fn)(const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
199 EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
/netbsd-6-1-5-RELEASE/sys/arch/pmax/ibus/
H A Dif_le_ibus.c108 uint8_t *from = fromv; local
114 *bptr = (*from++ << 8) | (*bptr & 0xff);
120 *bptr = (from[1] << 8) | (from[0] & 0xff);
122 from += 2;
126 *bptr = (uint16_t)*from;
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dvocab.c9 * Gillogly. This code is derived from software contributed to Berkeley
21 * may be used to endorse or promote products derived from this software
74 int from; local
77 from = place[object];
79 from = fixed[object - 100];
80 if (from > 0 && from <= 300)
81 carry(object, from);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dira-emit.c55 ira_allocno_t from, to; member in struct:move
83 create_move (ira_allocno_t to, ira_allocno_t from) argument
91 move->from = from;
127 if (list1->from != list2->from || list1->to != list2->to)
138 ALLOCNO_NUM (list->from), ALLOCNO_REGNO (list->from),
232 fprintf (ira_dump_file, " Creating newreg=%i from oldreg=%i\n",
283 /* Return true if there is an entry to given loop not from it
651 ira_allocno_t to, from, new_allocno; local
916 ira_allocno_t to, from, a; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_nist.c26 * endorse or promote products derived from this software without
30 * 5. Products derived from this software may not be called "OpenSSL"
311 #define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0;
317 #define bn_cp_32_naked(to, n, from, m) (((n)&1)?(to[(n)/2]|=((m)&1)?(from[(m)/2]&BN_MASK2h):(from[(m)/2]<<32))\
318 :(to[(n)/2] =((m)&1)?(from[(m)/2]>>32):(from[(m)/2]&BN_MASK2l)))
320 #define bn_cp_32(to,n,from,
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Draw.c114 size_t send_packet (interface, packet, raw, len, from, to, hto)
119 struct in_addr from;
129 assemble_udp_ip_header (interface, buf, &bufp, from.s_addr,
H A Dsocket.c247 ssize_t send_packet (interface, packet, raw, len, from, to, hto)
252 struct in_addr from;
281 ssize_t receive_packet (interface, buf, len, from, hfrom)
285 struct sockaddr_in *from;
288 SOCKLEN_T flen = sizeof *from;
296 (struct sockaddr *)from, &flen);
314 struct sockaddr_in from; local
315 SOCKLEN_T flen = sizeof from;
324 (struct sockaddr *)&from, &flen);
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h10 * This code is derived from software contributed to Berkeley by
26 * may be used to endorse or promote products derived from this software
67 #define la_fhandle from
96 #define rna_from from
108 #define sla_from from
H A Dnfs_prot_netbsd1_3.h10 * This code is derived from software contributed to Berkeley by
26 * may be used to endorse or promote products derived from this software
79 #define la_fhandle from
108 #define rna_from from
120 #define sla_from from
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntry.cpp47 LDAPEntry& LDAPEntry::operator=(const LDAPEntry& from){ argument
48 m_dn = from.m_dn;
50 m_attrs = new LDAPAttributeList( *(from.m_attrs));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dneon-cond-bad-inc.s42 .macro cvt to from dot="."
44 vcvteq\dot\to\dot\from d0,d1
45 vcvteq\dot\to\dot\from q0,q1
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dthumb_blx_in_range.s4 # Because bit 1 of the branch target comes from the branch instruction
5 # address, the branch range from PC (branch instruction address + 4) is
7 # ((1<<24) - 4) from THUMB2.
/netbsd-6-1-5-RELEASE/libexec/rpc.rstatd/
H A Drstatd.c20 * may be used to endorse or promote products derived from this software
55 int from_inetd = 1; /* started from inetd ? */
71 struct sockaddr_storage from; local
82 fromlen = sizeof(from);
83 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0)
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dutil.c59 move_file(const char *from, const char *to) argument
69 say("Moving %s to stdout.\n", from);
71 fromfd = open(from, O_RDONLY);
73 pfatal("internal error, can't reopen %s", from);
81 say("Can't backup %s, output is in %s: %s\n", to, from,
87 say("Moving %s to %s.\n", from, to);
89 if (rename(from, to) < 0) {
90 if (errno != EXDEV || copy_file(from, to) < 0) {
92 to, from, strerror(errno));
171 copy_file(const char *from, cons argument
[all...]
/netbsd-6-1-5-RELEASE/sys/netatalk/
H A Dddp_input.c140 struct sockaddr_at from, to; local
152 memset((void *) & from, 0, sizeof(struct sockaddr_at));
169 from.sat_addr.s_net = ATADDR_ANYNET;
170 from.sat_addr.s_node = elh->el_snode;
171 from.sat_port = ddps.dsh_sport;
201 from.sat_addr.s_net = ddpe.deh_snet;
202 from.sat_addr.s_node = ddpe.deh_snode;
203 from.sat_port = ddpe.deh_sport;
300 from.sat_len = sizeof(struct sockaddr_at);
301 from
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/admin/
H A Dcopy.c20 * may be used to endorse or promote products derived from this software
58 const char *from = argv[0]; local
61 ret = krb5_kt_resolve (context, from, &src_keytab);
63 krb5_warn (context, ret, "resolving src keytab `%s'", from);
81 fprintf(stderr, "copying %s to %s\n", from, to);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dextra.c22 * may be used to endorse or promote products derived from this software
102 copy_heim_any(const heim_any *from, heim_any *to) argument
104 return der_copy_octet_string(from, to);
134 copy_heim_any_set(const heim_any_set *from, heim_any_set *to) argument
136 return der_copy_octet_string(from, to);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/idn/
H A Ddelimitermap.h12 * license is obtained from Japan Network Information Center ("JPNIC"),
30 * derived from this Software without specific prior written approval of
108 * Map local delimiters in `from' to `.'.
118 idn_delimitermap_map(idn_delimitermap_t ctx, const unsigned long *from,
H A Ducsset.h12 * license is obtained from Japan Network Information Center ("JPNIC"),
30 * derived from this Software without specific prior written approval of
104 * Add a range of code points (from 'from' to 'to', inclusive) to the set.
105 * 'from' must not be greater than 'to'.
117 idn_ucsset_addrange(idn_ucsset_t ctx, unsigned long from, unsigned long to);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dapp.c42 /* Whether we are scrubbing in m68k MRI mode. This is different from
145 may appears in an operand. This will prevent the scrubber from
358 char *from; local
416 (from < fromend \
417 ? * (unsigned char *) (from++) \
420 from = input_buffer, \
421 fromend = from + fromlen, \
424 : * (unsigned char *) (from++))))
428 #define UNGET(uch) (*--from = (uch))
450 from
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libiberty/arch/alpha/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 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/binutils/lib/libiberty/arch/arm/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 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/binutils/lib/libiberty/arch/armeb/
H A Ddefs.mk2 # Generated from: NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp
3 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp

Completed in 304 milliseconds

<<11121314151617181920>>