Searched refs:from (Results 251 - 275 of 958) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/crypto/openssh/
H A Ddigest-openssl.c99 ssh_digest_copy_state(struct ssh_digest_ctx *from, struct ssh_digest_ctx *to) argument
102 if (!EVP_MD_CTX_copy_ex(&to->mdctx, &from->mdctx))
/freebsd-10.1-release/tools/regression/acltools/
H A Daclfuzzer.sh175 from=`rnd_path`
177 run_command "mv -f $from $to"
/freebsd-10.1-release/tools/regression/geom_uzip/etalon/
H A Detalon.txt8 (from Through the Looking-Glass and What Alice Found There, 1872)
/freebsd-10.1-release/usr.bin/calendar/calendars/
H A Dcalendar.usholiday21 04/28* Arbor Day, USA (varies from state to state)
29 09/SunSecond Grandparent's Day in USA (2nd Sunday of September; varies from state to state)
/freebsd-10.1-release/usr.sbin/ppp/
H A Dserver.c122 log_Printf(LogALERT, "Rejected client connection from %s:%u"
129 log_Printf(LogPHASE, "Connected to client from %s:%u\n",
137 log_Printf(LogALERT, "Rejected client connection from %s:%u"
144 log_Printf(LogPHASE, "Connected to client from %s:%u\n",
164 strncpy(p->src.from, s->cfg.sockname, sizeof p->src.from - 1);
165 p->src.from[sizeof p->src.from - 1] = '\0';
169 snprintf(p->src.from, sizeof p->src.from, "
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
97 # If no `-o' option was seen then we might have been invoked from a
/freebsd-10.1-release/contrib/ntp/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
97 # If no `-o' option was seen then we might have been invoked from a
/freebsd-10.1-release/crypto/openssl/apps/
H A Dopenssl.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
79 * endorse or promote products derived from this software without
83 * 5. Products derived from this software may not be called "OpenSSL"
629 const char *from, const char *to, void *arg)
634 if (!from)
635 from = "<undefined>";
638 BIO_printf(arg, "%s => %s\n", from, to);
648 const char *from, const char *to, void *arg)
653 if (!from)
628 list_cipher_fn(const EVP_CIPHER *c, const char *from, const char *to, void *arg) argument
647 list_md_fn(const EVP_MD *m, const char *from, const char *to, void *arg) argument
[all...]
H A Ds_socket.c37 * The word 'cryptographic' can be left out if the rouines from the library
39 * 4. If you include any Windows specific code (or a derivative thereof) from
390 static struct sockaddr_in from; local
401 memset((char *)&from, 0, sizeof(from));
402 len = sizeof(from);
409 ret = accept(acc_sock, (struct sockaddr *)&from, (void *)&len);
442 h1 = gethostbyaddr((char *)&from.sin_addr.s_addr,
443 sizeof(from.sin_addr.s_addr), AF_INET);
445 h1 = gethostbyaddr((char *)&from
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/rsa/
H A Drsa.h35 * 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
87 int (*rsa_pub_enc) (int flen, const unsigned char *from,
89 int (*rsa_pub_dec) (int flen, const unsigned char *from,
91 int (*rsa_priv_enc) (int flen, const unsigned char *from,
93 int (*rsa_priv_dec) (int flen, const unsigned char *from,
311 int RSA_public_encrypt(int flen, const unsigned char *from,
313 int RSA_private_encrypt(int flen, const unsigned char *from,
315 int RSA_public_decrypt(int flen, const unsigned char *from,
317 int RSA_private_decrypt(int flen, const unsigned char *from,
[all...]
H A Drsa_eay.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
79 * endorse or promote products derived from this software without
83 * 5. Products derived from this software may not be called "OpenSSL"
120 static int RSA_eay_public_encrypt(int flen, const unsigned char *from,
122 static int RSA_eay_private_encrypt(int flen, const unsigned char *from,
124 static int RSA_eay_public_decrypt(int flen, const unsigned char *from,
126 static int RSA_eay_private_decrypt(int flen, const unsigned char *from,
155 static int RSA_eay_public_encrypt(int flen, const unsigned char *from, argument
195 i = RSA_padding_add_PKCS1_type_2(buf, num, from, fle
348 RSA_eay_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
483 RSA_eay_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
617 RSA_eay_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_mont.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
79 * endorse or promote products derived from this software without
83 * 5. Products derived from this software may not be called "OpenSSL"
162 /* reduce from aRR to aR */
502 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) argument
504 if (to == from)
507 if (!BN_copy(&(to->RR), &(from->RR)))
509 if (!BN_copy(&(to->N), &(from->N)))
511 if (!BN_copy(&(to->Ni), &(from
[all...]
/freebsd-10.1-release/sbin/routed/rtquery/
H A Drtquery.c14 * may be used to endorse or promote products derived from this software
379 struct sockaddr_in from; local
434 fromlen = sizeof(from);
437 (struct sockaddr *)&from, &fromlen);
449 if (sp->addr.s_addr == from.sin_addr.s_addr)
459 sp->addr = from.sin_addr;
465 rip_input(&from, cc);
483 * or we have heard from all hosts
599 rip_input(struct sockaddr_in *from, argument
618 printf("%s:", inet_ntoa(from
[all...]
/freebsd-10.1-release/sys/dev/le/
H A Dlance.c7 * This code is derived from software contributed to The NetBSD Foundation
37 * This code is derived from software contributed to Berkeley by
49 * may be used to endorse or promote products derived from this software
338 * Routine to copy from mbuf chain to transmit buffer in
635 lance_copytobuf_contig(struct lance_softc *sc, void *from, int boff, int len) argument
642 memcpy(buf + boff, from, len);
684 caddr_t from = fromv;
690 *bptr = (*from++ << 8) | (*bptr & 0xff);
696 *bptr = (from[1] << 8) | (from[
[all...]
/freebsd-10.1-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt83 * Moved MPI2_VERSION_UNION from mpi2_ioc.h.
90 * Moved LUN field defines from mpi2_init.h.
95 * Removed DevHandle field from
157 * 10-02-08 02.00.09 Changed MPI2_RAID_PGAD_CONFIGNUM_MASK from 0x0000FFFF
177 * Removed multiplexing information from SAS IO Unit pages.
179 * Removed Zone Address Resolved bit from PhyInfo and from
246 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
270 * 08-31-07 02.00.03 Removed SystemReplyQueueDepth field from the IOCInit
303 * a U16 (from
[all...]
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dctrl_iface.c52 struct sockaddr_un *from,
60 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un));
66 (u8 *) from->sun_path,
73 struct sockaddr_un *from,
81 os_memcmp(from->sun_path, dst->addr.sun_path,
90 (u8 *) from->sun_path,
103 struct sockaddr_un *from,
114 os_memcmp(from->sun_path, dst->addr.sun_path,
118 "level", (u8 *) from->sun_path, fromlen -
826 struct sockaddr_un from; local
51 hostapd_ctrl_iface_attach(struct hostapd_data *hapd, struct sockaddr_un *from, socklen_t fromlen) argument
72 hostapd_ctrl_iface_detach(struct hostapd_data *hapd, struct sockaddr_un *from, socklen_t fromlen) argument
102 hostapd_ctrl_iface_level(struct hostapd_data *hapd, struct sockaddr_un *from, socklen_t fromlen, char *level) argument
1217 struct sockaddr_un from; local
[all...]
/freebsd-10.1-release/contrib/binutils/gas/
H A Dinput-scrub.c77 /* The index into an sb structure we are reading from. -1 if none. */
80 /* If we are reading from an sb structure, this is it. */
236 /* Start reading input from a new file.
250 /* Include a file from the current file. Save our state, cause it to
261 /* Start getting input from an sb structure. This is used when
265 input_scrub_include_sb (sb *from, char *position, int is_expansion)
282 if (from->len >= 1 && from->ptr[0] != '\n')
287 sb_scrub_and_add_sb (&from_sb, from);
263 input_scrub_include_sb(sb *from, char *position, int is_expansion) argument
/freebsd-10.1-release/contrib/byacc/package/
H A Dmingw-byacc.spec17 specification from a file and generates an LR(1) parser for it. The
60 - cloned from byacc.spec
/freebsd-10.1-release/lib/libnetgraph/
H A Dsock.c209 * Read a packet from a data socket
216 struct sockaddr_ng *const from = (struct sockaddr_ng *) frombuf; local
221 rtn = recvfrom(ds, buf, len, 0, (struct sockaddr *) from, &fromlen);
232 strlcpy(hook, from->sg_data, NG_HOOKSIZ);
236 NGLOGX("READ %s from hook \"%s\" (%d bytes)",
237 rtn ? "PACKET" : "EOF", from->sg_data, rtn);
/freebsd-10.1-release/sys/amd64/include/pc/
H A Dbios.h92 size_t offset; /* offset from anchor (may be negative) */
97 u_int from; /* shouldn't be below 0xe0000 */ member in struct:bios_oem_range
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h52 int zfsctl_rename_snapshot(const char *from, const char *to);
/freebsd-10.1-release/sys/dev/mxge/
H A Dif_mxge_var.h13 contributors may be used to endorse or promote products derived from
356 volatile uintptr_t *from; local
360 from = from_v;
362 *to = *from;
364 from++;
/freebsd-10.1-release/sys/powerpc/powerpc/
H A Dplatform.c86 memr_merge(struct mem_region *from, struct mem_region *to) argument
89 end = ulmax(to->mr_start + to->mr_size, from->mr_start + from->mr_size);
90 to->mr_start = ulmin(from->mr_start, to->mr_start);
/freebsd-10.1-release/usr.bin/sed/
H A Ddefs.h6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
80 char from[MB_LEN_MAX]; member in struct:s_tr::trmulti
/freebsd-10.1-release/usr.bin/svn/lib/libapr_util/
H A Dapr_ldap.h19 * apr_ldap.h is generated from apr_ldap.h.in by configure -- do not edit apr_ldap.h
106 * LDAP_DEFAULT_LIMIT is preferred as it allows inheritance from whatever the SDK
137 #error Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.

Completed in 342 milliseconds

<<11121314151617181920>>