Searched refs:to (Results 251 - 275 of 1174) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/sys/netinet/khelp/
H A Dh_ertt.c125 /* Flags to indicate how marked_packet_rtt should handle this txsi. */
127 #define OLD_TXSI 0x02 /* TXSI is old according to timestamps. */
133 * closest if this will yield an inaccurate result due to delayed acking or
143 * If we can't measure this one properly due to delayed acking adjust
144 * byte counters and flag to measure next txsi. Note that since the
145 * marked packet's transmitted bytes are measured we need to subtract the
167 * Reset the ERTT_MEASUREMENT_IN_PROGRESS flag to indicate to
172 * Set ERTT_NEW_MEASUREMENT to tell the congestion control
179 /* Temporarily disable TSO to ai
201 struct tcpopt *to; local
435 struct tcpopt *to; local
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dgendirdeps.mk34 # RELDIR is the relative path from ${SRCTOP} to ${_CURDIR}
40 # symlink to another filesystem.
63 # remember what to make
66 # We do _not_ want to read our own output!
112 # we can afford to do this all the time.
139 # so we need to give it what it expects
140 # and tell it not to add machine qualifiers
150 # we canonicalize them to keep things simple
163 # we are not going to update anything
193 # DIRDEPS represent things that had to hav
[all...]
H A Dsys.mk7 # Permission to copy, redistribute or otherwise
12 # Please send copies of changes and bug-fixes to:
32 # Sometimes we want to turn on debugging in just one or two places
37 # use DEBUG_MAKE_FLAGS0 to apply only to .MAKE.LEVEL 0
40 # we use indirection, to simplify the tests below, and incase
67 # :L says to use the variable's name as its value - ie. literal
82 # convert a path to a valid shell variable
85 # convert path to absolute
92 # absoulte path to wha
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DSignals.inc46 /// InterruptFunction - The function to call if ctrl-c is pressed.
115 // Restore all of the signal handlers to how they were before we showed up.
131 // We rely on a std::string implementation for which repeated calls to
133 // strings to try to ensure this is safe.
142 // If this is not a regular file, ignore it. We want to prevent removal of
156 // Restore the signal behavior to default, so that the program actually
191 // On S/390, certain signals are delivered with PSW Address pointing to
220 // We want to call 'c_str()' on every std::string in this vector so that if
223 // have to cal
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc35 // specifiers on to the MSVCRT entirely, and the CRT understands the ll
39 // not support push and pop for diagnostics, so we have to manually turn it
46 // DebugHlp APIs. So we will have to load them manually. The structures and
158 // InterruptFunction - The function to call if ctrl-c is pressed.
168 // Windows creates a new thread to execute the console handler when an event
185 // Set *Return to the retry code for the return value of _CrtDbgReport:
204 // FIXME: Is there a way to just crash? Perhaps throw to the unhandled
210 // FIXME: Is there a way to just crash? Perhaps throw to th
[all...]
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dbuildvirtuser15 # may be used to endorse or promote products derived from this software
47 right. An empty left column translates to the default for that domain.
53 The -f option forces the database to be rebuilt regardless of whether
56 The -t option instructs the program to build a text file instead of a
61 In order to function properly, sendmail must be configured to use these
67 If a new domain is added (i.e., by adding a new file to
69 to take affect.
204 rename($newvirt, $virt) || die "Could not rename $newvirt to $virt: $!\n";
214 rename($newvirthosts, $virthosts) || die "Could not rename $newvirthosts to
[all...]
/freebsd-10.0-release/sys/conf/
H A Dkern.mk29 # enough to error out the whole kernel build. Display them anyway, so there is
30 # some incentive to fix them eventually.
36 # to be disabled. WARNING: format checking is disabled in this case.
44 # On i386, do not align the stack to 16-byte boundaries. Otherwise GCC 2.95
45 # and above adds code to the entry and exit point of every function to align the
46 # stack to 16-byte boundaries -- thus wasting approximately 12 bytes of stack
87 # anywhere in the 64-bit address space. We also tell GCC to use floating
89 # operations which it has a tendency to do.
120 # For PowerPC we tell gcc to us
[all...]
/freebsd-10.0-release/sys/dev/syscons/
H A Dschistory.c15 * 3. The name of the author may not be used to endorse or promote products
82 static void copy_history(sc_vtb_t *from, sc_vtb_t *to);
90 * syscons unconditionally allocates buffers up to
93 * subject to extra_history_size.
99 int delta; /* lines to put back */
111 /* calculate the amount of lines to put back to extra_history_size */
120 /* lines up to min_lines are always allowed. */
163 copy_history(sc_vtb_t *from, sc_vtb_t *to) argument
174 cols2 = sc_vtb_cols(to);
[all...]
H A Dscvtb.c188 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) argument
194 sc_vtb_pointer(vtb2, to),
198 sc_vtb_pointer(vtb2, to),
203 (void *)sc_vtb_pointer(vtb2, to),
253 sc_vtb_move(sc_vtb_t *vtb, int from, int to, int count) argument
257 if (to + count > vtb->vtb_size)
258 count = vtb->vtb_size - to;
264 sc_vtb_pointer(vtb, to), count*sizeof(u_int16_t));
268 (void *)sc_vtb_pointer(vtb, to), count*sizeof(u_int16_t));
/freebsd-10.0-release/contrib/apr/
H A Dapr-config.in2 # Licensed to the Apache Software Foundation (ASF) under one or more
5 # The ASF licenses this file to You under the Apache License, Version 2.0
11 # Unless required by applicable law or agreed to in writing, software
18 # APR script designed to allow easy command line access to APR configuration
57 --prefix[=DIR] change prefix to DIR
66 --libs print additional libraries to link against
69 --link-ld print link switch(es) for linking to APR
70 --link-libtool print the libtool inputs for linking to APR
72 --apr-la-file print the path to th
[all...]
/freebsd-10.0-release/contrib/ee/
H A Dcreate.make168 Don't know where to find curses, you'll need to modify
169 source code to be able to build!
195 Don't know where to find curses, you'll need to modify
196 source code to be able to build!
251 # time to write the makefile
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the
10 # Free Software Foundation gives you unlimited permission to link the
11 # compiled version of this file with other programs, and to distribute
23 # along with this program; see the file COPYING. If not, write to
28 # compiled with GCC to produce an executable, this does not cause
29 # the resulting executable to be covered by the GNU General Public License.
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Dsol-cn.asm11 # In addition to the permissions in the GNU General Public License, the
12 # Free Software Foundation gives you unlimited permission to link the
13 # compiled version of this file with other programs, and to distribute
25 # along with this program; see the file COPYING. If not, write to
30 # compiled with GCC to produce an executable, this does not cause
31 # the resulting executable to be covered by the GNU General Public License.
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm11 ! In addition to the permissions in the GNU General Public License, the
12 ! Free Software Foundation gives you unlimited permission to link the
13 ! compiled version of this file with other programs, and to distribute
25 ! along with this program; see the file COPYING. If not, write to
30 ! compiled with GCC to produce an executable, this does not cause
31 ! the resulting executable to be covered by the GNU General Public License.
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh21 # along with this program; if not, write to the Free Software
29 -j <makejobs> Run <makejobs> in parallel. Passed to make.
33 -e <regexp> Regular expression for selecting the targets to build.
68 # Number of builds to fire off in parallel.
108 # Convert these to absolute directory paths.
118 # Version of make to use
124 # Where to look for the list of targets to test
158 # fail? If the test is true, and we don't want to keep going, print
179 # Usage: log <level> <logfile>. Write standard input to <logfil
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dserver.h18 along with this program; if not, write to the Free Software
139 void convert_ascii_to_int (char *from, char *to, int n);
140 void convert_int_to_ascii (char *from, char *to, int n);
148 unsigned int *len_ptr, char *to);
171 /* Maximum number of bytes to read/write at once. The value here
172 is chosen to fill up a packet (the headers account for the 32). */
175 /* Buffer sizes for transferring memory, registers, etc. Round up PBUFSIZ to
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dhashmap.c4 * Permission is hereby granted, free of charge, to any person obtaining a *
6 * "Software"), to deal in the Software without restriction, including *
7 * without limitation the rights to use, copy, modify, merge, publish, *
9 * copies of the Software, and to permit persons to whom the Software is *
10 * furnished to do so, subject to the following conditions: *
24 * holders shall not be used in advertising or otherwise to promote the *
43 This code attempts to recognize pairs of old and new lines in the physical
45 placed in the oldindex member of the virtual screen line, to b
129 update_cost(NCURSES_CH_T * from, NCURSES_CH_T * to) argument
142 update_cost_from_blank(NCURSES_CH_T * to) argument
163 cost_effective(const int from, const int to, const bool blank) argument
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A DREADME5 Permission to use, copy, modify, and distribute this software and
12 to distribution of the software without specific, written prior
32 to bwk@cs.princeton.edu. Thanks.
56 This produces an executable a.out; you will eventually want to
57 move this to some place like /usr/bin/awk.
63 proctab.c so you do not need to run maketab.
73 missing95.c contains versions that can be used to get started
76 file makefile.win gives hints on how to proceed; if you run
87 This is also said to compile on Macintosh OS 9 systems, using the
89 to who
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Drelocate.c5 * Licensed to the Apache Software Foundation (ASF) under one
9 * to you under the Apache License, Version 2.0 (the
15 * Unless required by applicable law or agreed to in writing,
85 const char *to,
151 new_url = to;
153 new_url = apr_pstrcat(scratch_pool, to, old_url + from_len, (char *)NULL);
164 "(does not point to target)" ), new_url);
80 svn_wc_relocate4(svn_wc_context_t *wc_ctx, const char *local_abspath, const char *from, const char *to, svn_wc_relocation_validator3_t validator, void *validator_baton, apr_pool_t *scratch_pool) argument
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_name.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
113 * form and caches encodings so we have to process the internal form and convert
114 * to the external form.
198 /* Convert internal representation to X509_NAME structure */
306 * In it all strings are converted to UTF8, leading, trailing and
307 * multiple spaces collapsed, converted to lower case and the leading
398 unsigned char *to, *fro local
[all...]
/freebsd-10.0-release/lib/libc/db/recno/
H A Drec_delete.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
54 * dbp: pointer to access method
55 * key: key to delete
109 * nrec: record to delete
141 * idx: index on current page to delete
153 void *to; local
158 * them to be added being deleted. Pages made empty by deletion are
165 to = rl = GETRLEAF(h, idx);
175 memmove(from + nbytes, from, (char *)to
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Dbpf.c19 * of its contributors may be used to endorse or promote products derived
64 * Opens a packet filter for each interface and adds it to the select
86 /* Set the BPF device to point at this interface. */
88 error("Can't attach interface %s to bpf device %s: %m",
121 /* Make sure it is to the right ports ... */
184 * XXX: Changes to the filter program may require changes to the
185 * constant offsets used in if_register_send to patch the BPF program!
203 /* Make sure it's to the right port... */
238 * comes in, rather than waiting for the input buffer to fil
280 send_packet_unpriv(int privfd, struct dhcp_packet *raw, size_t len, struct in_addr from, struct in_addr to) argument
316 struct in_addr from, to; local
[all...]
/freebsd-10.0-release/sys/dev/le/
H A Dif_le_lebuffer.c64 struct am7990_softc sc_am7990; /* glue to MI code */
139 * It turns out that using bus_space(9) to access the buffers and the
142 * accessed using 8-bit up to 64-bit operations while the buffers can
146 * indicates to set LE_C3_BSWP also for these cards), so we need
147 * to manually byte swap access to the buffers, i.e. the accesses
171 caddr_t to = tov; local
173 for (; len >= 8; len -= 8, off += 8, to += 8)
174 be64enc(to,
176 for (; len >= 4; len -= 4, off += 4, to
202 caddr_t to = tov; local
[all...]
/freebsd-10.0-release/sys/libkern/
H A Diconv.c166 iconv_lookupcs(const char *to, const char *from, struct iconv_cspair **cspp) argument
171 if (strcmp(csp->cp_to, to) == 0 &&
182 iconv_register_cspair(const char *to, const char *from, argument
190 if (iconv_lookupcs(to, from, NULL) == 0)
193 ucsto = strcmp(to, iconv_unicode_string) == 0;
195 csize += strlen(to) + 1;
205 strcpy(cp, to);
234 * to avoid unnesessary memory allocation.
237 iconv_open(const char *to, const char *from, void **handle) argument
247 error = iconv_lookupcs(to, fro
384 iconv_add(const char *converter, const char *to, const char *from) argument
[all...]
/freebsd-10.0-release/usr.bin/mail/
H A Dsend.c14 * may be used to endorse or promote products derived from this software
44 * Mail to others.
48 * Send message described by the passed pointer to the
52 * prefix is a string to prepend to each output line.
90 * there to worry about
112 * In other words, nothing to do.
247 mail(struct name *to, struct name *cc, struct name *bcc, struct name *smopts, argument
252 head.h_to = to;
265 * Send mail to
295 struct name *to, *nsto; local
[all...]

Completed in 247 milliseconds

<<11121314151617181920>>