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

1234567891011>>

/freebsd-10.0-release/contrib/ldns/
H A Dbuffer.c168 ldns_buffer_copy(ldns_buffer* result, ldns_buffer* from) argument
170 size_t tocopy = ldns_buffer_limit(from);
175 ldns_buffer_write(result, ldns_buffer_begin(from), tocopy);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h19 * may be used to endorse or promote products derived from this software
48 ssize_t swrap_recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen);
102 #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen)
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-file.c270 struct sockaddr_storage from; local
277 fromlen = sizeof from;
279 (struct sockaddr *)&from, &fromlen);
/freebsd-10.0-release/sys/boot/arm/at91/bootiic/
H A Dloader_prompt.c182 // "c <to> <from> <size in bytes>"
184 char *to, *from; local
189 from = (char *)p_ASCIIToHex(argv[2]);
191 memcpy(to, from, size);
365 * inputFunction pointer is NULL, the loader input will be serviced from
/freebsd-10.0-release/usr.bin/iconv/
H A Diconv.c51 {"from-code", required_argument, NULL, 'f'},
72 do_conv(FILE *fp, const char *from, const char *to, bool silent, argument
80 if ((cd = iconv_open(to, from)) == (iconv_t)-1)
81 err(EXIT_FAILURE, "iconv_open(%s, %s)", to, from);
187 /* from */
/freebsd-10.0-release/contrib/libreadline/
H A Dkill.c166 rl_kill_text (from, to)
167 int from, to;
172 if (from == to)
178 text = rl_copy_text (from, to);
180 /* Delete the copied text from the line. */
181 rl_delete_text (from, to);
183 _rl_copy_to_kill_ring (text, from < to);
246 /* Kill from here to the end of the line. If DIRECTION is negative, kill
313 /* This does what C-w does in Unix. We can't prevent people from
388 killing from wher
[all...]
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dfile.c287 char from[FILENAME_MAX]; local
291 strncpy(from, fname, FILENAME_MAX);
293 snprintf(from, FILENAME_MAX, "%s/%s", dir, fname);
297 if (rename(from, to) == -1) {
298 if (vsystem("/bin/mv %s %s", from, to)) {
300 errx(2, "%s: could not move '%s' to '%s'", __func__, from, to);
306 * Copy a hierarchy (possibly from dir) to the current directory, or
307 * if "to" is TRUE, from the current directory to a location someplace
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcall.c96 from a pointer-to-derived to pointer-to-base is being performed. */
98 /* The type of the expression resulting from the conversion. */
102 arranged from outermost to innermost, the NEXT conversion will
357 BASETYPE_PATH, if non-NULL, contains a chain from the type of INSTANCE
397 sequence from the type returned by FN to the desired destination
453 /* Allocate N bytes of memory from the conversion obstack. The memory
505 build_conv (conversion_kind code, tree type, conversion *from) argument
508 conversion_rank rank = CONVERSION_RANK (from);
515 t->u.next = from;
536 t->user_conv_p = (code == ck_user || from
587 standard_conversion(tree to, tree from, tree expr, bool c_cast_p, int flags) argument
1093 tree from = rfrom; local
1253 implicit_conversion(tree to, tree from, tree expr, bool c_cast_p, int flags) argument
5973 tree from = non_reference (from_type1); local
6410 can_convert(tree to, tree from) argument
6418 can_convert_arg(tree to, tree from, tree arg, int flags) argument
6440 can_convert_arg_bad(tree to, tree from, tree arg) argument
[all...]
/freebsd-10.0-release/bin/ed/
H A Dundo.c41 push_undo_stack(int type, long from, long to) argument
59 ustack[u_p].h = get_addressed_line_node(from);
/freebsd-10.0-release/contrib/bmake/mk/
H A Dscripts.mk18 # how we get script name from src
/freebsd-10.0-release/contrib/file/
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.0-release/contrib/libpcap/bpf/net/
H A Dbpf_filter.c5 * This code is derived from the Stanford/CMU enet packet filter,
23 * may be used to endorse or promote products derived from this software
551 u_int i, from; local
637 * an 8-bit offset, and the from address is <=
646 * For userland, we don't know that the from
648 * from <= len, and, except on a 64-bit system,
656 from = i + 1;
660 if (from + p->k < from || from
[all...]
/freebsd-10.0-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.0-release/contrib/ntp/sntp/
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.0-release/contrib/ofed/libibcm/config/
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.0-release/contrib/ofed/librdmacm/config/
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.0-release/contrib/sendmail/src/
H A Denvelope.c62 ** from which envelope memory is allocated, and
229 ** Extract state information from dregs of send list.
312 /* don't free, allocated from e_rpool */
329 "Message will be deleted from queue\n");
408 /* don't free, allocated from e_rpool */
643 ** from which envelope memory is allocated, and
932 ** SETSENDER -- set the person who this message is from
938 ** from a network server).
953 ** from -- the person we would like to believe this message
954 ** is from, a
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.func.c18 * may be used to endorse or promote products derived from this software
88 * Only take lex'es from position 'from' to position 'to' inclusive
95 /* PWP: this is a combination of the old sprlex() and the expand_lex from
99 expand_lex(const struct wordent *sp0, int from, int to) argument
113 if ((i >= from) && (i <= to)) { /* if in range */
153 * The array size here is derived from
926 * Cloned from cwd_cmd().
1147 * Perhaps we should use the yesexpr from the
1406 * we can find users from thei
[all...]
/freebsd-10.0-release/crypto/heimdal/
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.0-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"
661 const char *from, const char *to, void *arg)
667 if (!from)
668 from = "<undefined>";
671 BIO_printf(arg, "%s => %s\n", from, to);
681 const char *from, const char *to, void *arg)
687 if (!from)
660 list_cipher_fn(const EVP_CIPHER *c, const char *from, const char *to, void *arg) argument
680 list_md_fn(const EVP_MD *m, const char *from, const char *to, void *arg) argument
[all...]
H A Ds_socket.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
387 static struct sockaddr_in from; local
397 memset((char *)&from,0,sizeof(from));
398 len=sizeof(from);
404 ret=accept(acc_sock,(struct sockaddr *)&from,(void *)&len);
436 h1=gethostbyaddr((char *)&from.sin_addr.s_addr,
437 sizeof(from.sin_addr.s_addr),AF_INET);
439 h1=gethostbyaddr((char *)&from
[all...]
/freebsd-10.0-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"
163 /* reduce from aRR to aR */
465 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) argument
467 if (to == from) return(to);
469 if (!BN_copy(&(to->RR),&(from->RR))) return NULL;
470 if (!BN_copy(&(to->N),&(from->N))) return NULL;
471 if (!BN_copy(&(to->Ni),&(from
[all...]
/freebsd-10.0-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
88 int (*rsa_pub_enc)(int flen,const unsigned char *from,
91 int (*rsa_pub_dec)(int flen,const unsigned char *from,
94 int (*rsa_priv_enc)(int flen,const unsigned char *from,
97 int (*rsa_priv_dec)(int flen,const unsigned char *from,
296 int RSA_public_encrypt(int flen, const unsigned char *from,
298 int RSA_private_encrypt(int flen, const unsigned char *from,
300 int RSA_public_decrypt(int flen, const unsigned char *from,
302 int RSA_private_decrypt(int flen, const unsigned char *from,
[all...]
/freebsd-10.0-release/tools/regression/acltools/
H A Daclfuzzer.sh175 from=`rnd_path`
177 run_command "mv -f $from $to"
/freebsd-10.0-release/tools/regression/geom_uzip/etalon/
H A Detalon.txt8 (from Through the Looking-Glass and What Alice Found There, 1872)

Completed in 291 milliseconds

1234567891011>>