Searched refs:from (Results 76 - 100 of 932) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcharset.c122 /* A translation from one character set to another. */
128 /* This structure describes functions going from the FROM character
131 const char *from, *to;
136 behavior will be correct for many from/to pairs, reducing the
139 /* TARGET_CHAR is in the `from' charset.
145 /* HOST_CHAR is in the `from' charset.
152 int (*convert_char) (void *baton, int from, int *to);
234 lookup_translation (const char *from, const char *to)
239 if (! strcmp (from, t->from)
129 const char *from, *to; member in struct:translation
231 lookup_translation(const char *from, const char *to) argument
366 struct charset *from, *to; member in struct:cached_iconv
376 check_iconv_cache(struct cached_iconv *ci, struct charset *from, struct charset *to) argument
420 char from; local
484 check_iconv_cache(struct cached_iconv *ci, struct charset *from, struct charset *to) argument
833 table_convert_char(void *baton, int from, int *to) argument
849 table_translation(const char *from, const char *to, int *table, const char *(*c_target_char_has_backslash_escape) (void *baton, int target_char), void *c_target_char_has_backslash_escape_baton, int (*c_parse_backslash) (void *baton, int host_char, int *target_char), void *c_parse_backslash_baton) argument
876 simple_table_translation(const char *from, const char *to, int *table) argument
1195 struct { char *from; char *to; int *table; } tlist[] = { member in struct:__anon1226
[all...]
/freebsd-10.0-release/usr.bin/tr/
H A Dcmap.c65 * Add a mapping from "from" to "to" to the map.
68 cmap_add(struct cmap *cm, wint_t from, wint_t to) argument
78 cmn->cmn_from = from;
82 cm->cm_min = cm->cm_max = from;
86 cmn = cm->cm_root = cmap_splay(cm->cm_root, from);
88 if (cmn->cmn_from == from) {
96 ncmn->cmn_from = from;
98 if (from < cmn->cmn_from) {
107 if (from < c
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Dunwind.c161 unw_copyin_from_frame(struct trapframe *tf, uint64_t from) argument
166 if (from == UWX_REG_AR_PFS)
168 else if (from == UWX_REG_PREDS)
170 else if (from == UWX_REG_AR_RNAT)
172 else if (from == UWX_REG_AR_UNAT)
174 else if (from >= UWX_REG_GR(0) && from <= UWX_REG_GR(127)) {
175 reg = from - UWX_REG_GR(0);
190 } else if (from >= UWX_REG_BR(0) && from <
208 unw_copyin_from_pcb(struct pcb *pcb, uint64_t from) argument
251 unw_cb_copyin(int req, char *to, uint64_t from, int len, intptr_t tok) argument
[all...]
/freebsd-10.0-release/contrib/ntp/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...]
/freebsd-10.0-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c16 * derived from this software without specific prior written permission.
85 struct sockaddr_storage from, proxy, server, proxy_to_server, s_in; local
150 j = sizeof(from);
152 (struct sockaddr *)&from, &j)) < 0) {
160 msg.msg_name = &from;
161 msg.msg_namelen = sizeof(from);
175 peer = socket(from.ss_family, SOCK_DGRAM, 0);
181 s_in.ss_family = from.ss_family;
182 s_in.ss_len = from.ss_len;
199 if (connect(peer, (struct sockaddr *)&from, fro
[all...]
/freebsd-10.0-release/contrib/ipfilter/rules/
H A Dtcpstate5 pass out quick on le0 proto tcp from any to any flags S/SAFR keep state
11 pass out quick on le0 proto udp from any to any port = 53 keep state
/freebsd-10.0-release/crypto/openssl/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
/freebsd-10.0-release/crypto/openssl/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));
/freebsd-10.0-release/crypto/openssl/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...]
/freebsd-10.0-release/lib/libc/powerpc/gen/
H A Dsyncicache.c18 * derived from this software without specific prior written permission.
77 __syncicache(void *from, int len) argument
87 off = (u_int)from & (cacheline_size - 1);
89 p = (char *)from - off;
96 p = (char *)from - off;
/freebsd-10.0-release/lib/libc/powerpc64/gen/
H A Dsyncicache.c18 * derived from this software without specific prior written permission.
77 __syncicache(void *from, int len) argument
87 off = (uintptr_t)from & (cacheline_size - 1);
89 p = (char *)from - off;
96 p = (char *)from - off;
/freebsd-10.0-release/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h40 #define ddi_copyin(from, to, size, flag) \
41 (copyin((from), (to), (size)), 0)
42 #define ddi_copyout(from, to, size, flag) \
43 (copyout((from), (to), (size)), 0)
/freebsd-10.0-release/tools/tools/mid/
H A Dmid-index13 local($from,$from2);
33 $from = substr($from2, 0, 5);
35 # warn "xxx" . $from . "yyy\n";
36 if ($from eq "From " || $from2 eq "\nFrom ") {
38 if ($from eq "From ") {
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap.h16 * may be used to endorse or promote products derived from this software
86 void sap_input(struct sockaddr *from, int size);
98 void sap_add(struct sap_info *si, struct sockaddr *from);
101 struct sockaddr *from);
104 struct sockaddr *from);
H A Dsap_tables.c16 * may be used to endorse or promote products derived from this software
116 * where the request came from, NULL is returned.
152 sap_add(struct sap_info *si, struct sockaddr *from) argument
160 FIXLEN(from);
166 nsap->source = *from;
168 nsap->ifp = if_ifwithnet(from);
187 struct sockaddr *from)
191 FIXLEN(from);
207 * from the clone list and free it.
229 if (equal(&osap->source, from)) {
185 sap_change(struct sap_entry *sap, struct sap_info *si, struct sockaddr *from) argument
269 sap_add_clone(struct sap_entry *sap, struct sap_info *clone, struct sockaddr *from) argument
[all...]
/freebsd-10.0-release/sys/crypto/aesni/
H A Daesni.h83 size_t len, const uint8_t *from, uint8_t *to,
88 size_t len, const uint8_t *from, uint8_t *to);
90 size_t len, const uint8_t *from, uint8_t *to);
94 const uint8_t *from, uint8_t *to, const uint8_t iv[AES_BLOCK_LEN]);
97 const uint8_t *from, uint8_t *to, const uint8_t iv[AES_BLOCK_LEN]);
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.c17 * derived from this software without specific prior written permission.
140 session_op_from_32(const struct session_op32 *from, struct session_op *to) argument
143 CP(*from, *to, cipher);
144 CP(*from, *to, mac);
145 CP(*from, *to, keylen);
146 PTRIN_CP(*from, *to, key);
147 CP(*from, *to, mackeylen);
148 PTRIN_CP(*from, *to, mackey);
149 CP(*from, *to, ses);
153 session2_op_from_32(const struct session2_op32 *from, struc argument
162 session_op_to_32(const struct session_op *from, struct session_op32 *to) argument
175 session2_op_to_32(const struct session2_op *from, struct session2_op32 *to) argument
184 crypt_op_from_32(const struct crypt_op32 *from, struct crypt_op *to) argument
198 crypt_op_to_32(const struct crypt_op *from, struct crypt_op32 *to) argument
212 crparam_from_32(const struct crparam32 *from, struct crparam *to) argument
220 crparam_to_32(const struct crparam *from, struct crparam32 *to) argument
228 crypt_kop_from_32(const struct crypt_kop32 *from, struct crypt_kop *to) argument
242 crypt_kop_to_32(const struct crypt_kop *from, struct crypt_kop32 *to) argument
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drename.c51 simple_copy (const char *from, const char *to) argument
57 fromfd = open (from, O_RDONLY | O_BINARY);
146 smart_rename (const char *from, const char *to, int preserve_dates ATTRIBUTE_UNUSED) argument
155 /* Win32, unlike unix, will not erase `to' in `rename(from, to)' but
161 ret = rename (from, to);
166 unlink (from);
178 ret = rename (from, to);
204 unlink (from);
209 ret = simple_copy (from, to);
215 unlink (from);
[all...]
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_shift.c61 recno_t from, to; local
94 for (from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) {
95 if (db_get(sp, from, DBG_FATAL, &p, &len))
98 if (sp->lno == from)
122 if (sp->lno == from)
147 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) {
155 * collection of cursor semantics. If called from vi, the
157 * of the lowest numbered line shifted. If called from e
[all...]
/freebsd-10.0-release/sbin/routed/
H A Dinput.c14 * may be used to endorse or promote products derived from this software
56 struct sockaddr_in from; local
74 fromlen = sizeof(from);
76 (struct sockaddr*)&from, &fromlen);
100 if (aifp->int_addr == from.sin_addr.s_addr)
106 msglim(&bad_name, from.sin_addr.s_addr,
110 && aifp->int_dstaddr!=from.sin_addr.s_addr)
112 && !on_net(from.sin_addr.s_addr,
122 aifp = iflookup(from.sin_addr.s_addr);
127 input(&from, sif
135 input(struct sockaddr_in *from, struct interface *sifp, struct interface *aifp, struct rip *rip, int cc) argument
925 ck_passwd(struct interface *aifp, struct rip *rip, void *lim, naddr from, struct msg_limit *use_authp) argument
[all...]
/freebsd-10.0-release/sys/pc98/cbus/
H A Dscgdcrndr.c113 gdc_txtdraw(scr_stat *scp, int from, int count, int flip) argument
119 if (from + count > scp->xsize*scp->ysize)
120 count = scp->xsize*scp->ysize - from;
123 for (p = sc_vtb_pointer(&scp->scr, from); count-- > 0; ++from) {
124 c = sc_vtb_getc(&scp->vtb, from);
125 a = sc_vtb_geta(&scp->vtb, from);
135 sc_vtb_copy(&scp->vtb, from, &scp->scr, from, count);
/freebsd-10.0-release/tools/regression/netatalk/simple_send/
H A Dsimple_send.c67 socket_between(struct sockaddr_at *from, struct sockaddr_at *to) argument
75 if (from != NULL) {
76 if (bind(s, (struct sockaddr *)from, sizeof(*from)) != 0)
78 ntohs(from->sat_addr.s_net), from->sat_addr.s_node,
/freebsd-10.0-release/crypto/openssl/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...]
/freebsd-10.0-release/tools/test/netfibs/
H A Dreflect.c70 /* Nuke the \n from echo | netcat. */
151 struct sockaddr_in6 from; local
156 fromlen = sizeof(from);
157 l = recvfrom(s, buf, sizeof(buf), 0, (struct sockaddr *)&from,
161 rc = connect(s, (struct sockaddr *)&from, fromlen);
163 if (inet_ntop(PF_INET6, &from, buf, sizeof(buf)) == NULL)
169 error = reflect_conn(s, buf, sizeof(buf), l, (struct sockaddr *)&from,
174 fromlen = sizeof(from);
175 bzero(&from, fromlen);
176 from
[all...]

Completed in 178 milliseconds

1234567891011>>