Searched refs:to (Results 701 - 725 of 1175) sorted by relevance

<<21222324252627282930>>

/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_xenix.h92 char to_l_[PADL_(char *)]; char * to; char to_r_[PADR_(char *)]; member in struct:ibcs2_rename_args
/freebsd-9.3-release/sys/netinet/
H A Dtcp_sack.c15 * may be used to endorse or promote products derived from this software
52 * may be used to endorse or promote products derived from this software
344 * Process cumulative ACK and the TCP SACK option to update the scoreboard.
345 * tp->snd_holes is an ordered list of holes (oldest to newest, in terms of
349 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
367 * Append received valid SACK blocks to sack_blocks[], but only if we
370 if (to->to_flags & TOF_SACK) {
371 for (i = 0; i < to->to_nsacks; i++) {
372 bcopy((to->to_sacks + i * TCPOLEN_SACK),
408 * Empty scoreboard. Need to initializ
[all...]
H A Dtoecore.c252 * function without having to check whether the TOE driver supplied one
274 * Register an active TOE device with the system. This allows it to receive
301 * caller's responsibility to ensure that the TOE device is quiesced prior to
326 toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th, argument
334 tcp_offload_syncache_add(inc, to, th, inp, &lso, tod, todctx);
338 toe_syncache_expand(struct in_conninfo *inc, struct tcpopt *to, argument
344 return (syncache_expand(inc, to, th, lsop, NULL));
348 * General purpose check to see if a 4-tuple is in use by the kernel. If a TCP
419 * this entry is going to b
[all...]
/freebsd-9.3-release/sys/sys/
H A Dresourcevar.h14 * may be used to endorse or promote products derived from this software
85 * Per uid resource consumption. This structure is used to track
119 int chgsbsize(struct uidinfo *uip, u_int *hiwat, u_int to,
/freebsd-9.3-release/tools/build/make_check/
H A DMakefile6 # This *must* cause make(1) to detect a recursive variable, and fail as such.
70 # switches to using the "non-right" one, it breaks things worse than a little
93 # make(1) claims to only evaluate a conditional as far as is necessary
94 # to determine its value; that was not always the case.
137 .error "" reduced to "
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.c175 syslog(LOG_NOTICE, "fail to reject\n");
529 * line state to battery charging or not, but this is a bit lazier to do.
608 struct timeval to; local
610 to.tv_sec = BATT_CHK_INTV;
611 to.tv_usec = 0;
615 if ((res=select(fdmax + 1, &rfds, 0, 0, &to)) < 0) {
621 if (res == 0) { /* time to check the battery */
/freebsd-9.3-release/usr.sbin/bsdconfig/startup/
H A Drcdelete56 # Inherit SHOW_DESC value if set, otherwise default to 1
77 # Create the dialog(1) main menu. Separated from dialog_menu_main (used to
78 # display the menu) to speed up execution (we only call this function when
83 # Show infobox for modes that take a while to calculate/display
242 # Get the user's blessing to delete one or more variables. Returns success if
254 # If asked to delete only one variable, simply ask and return
259 # Not reached unless requested to delete multiple variables
261 # Generate a menu to cleanly display the variables to be deleted
397 *) # Anything else is a variable to edi
[all...]
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dauto42 "An installation step has been aborted. Would you like to restart the installation or exit the installer?" 0 0
71 --checklist \"Choose optional system components to install:\" \
88 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "No installation files were found on the boot volume. The next few screens will allow you to configure networking so that they can be downloaded from the Internet." 0 0
122 --menu "How would you like to partition your disk?" \
133 echo "Use this shell to set up partitions for the new system. When finished, mount the system at $BSDINSTALL_CHROOT and place an fstab file for the new system at $PATH_FSTAB. Then type 'exit'. You can also enter the partition editor at any time by entering 'bsdinstall partedit'."
138 # Give partedit the path to our logfile so it can append
157 # Download to a directory in the new system as scratch space
162 # Try to use any existing distfiles
188 "Would you like to add users to th
[all...]
/freebsd-9.3-release/contrib/ntp/ntpq/
H A DMakefile.am73 @: do-nothing action to avoid default SCCS get, .h built with .c
105 @: do-nothing action to avoid default SCCS get, .menu built with .texi
/freebsd-9.3-release/contrib/ntp/util/
H A DMakefile.am73 @: do-nothing action to avoid default SCCS get, .h built with .c
105 @: do-nothing action to avoid default SCCS get, .menu built with .texi
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A DMakefile.am80 @: do-nothing action to avoid default SCCS get, .h built with .c
112 @: do-nothing action to avoid default SCCS get, .menu built with .texi
142 # I ran nl_in.c (attached, to be installed into ntpdc) through
/freebsd-9.3-release/contrib/ntp/scripts/
H A DMakefile.am119 @: do-nothing action to avoid default SCCS get, .menu built with .texi
165 @: do-nothing action to avoid default SCCS get, .menu built with .texi
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_lib.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.
76 static int load_iv(char **fromp, unsigned char *to, int num);
111 "phrase is too short, needs to be at least %d chars\n",
209 /* Allow normal certs to be read as trusted certs */
500 static int load_iv(char **fromp, unsigned char *to, int num) argument
507 to[i] = 0;
521 to[
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dsmime.c26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
104 char *to = NULL, *from = NULL, *subject = NULL; local
222 } else if (!strcmp(*args, "-to")) {
225 to = *args;
382 "-binary don't translate message to text\n");
399 BIO_printf(bio_err, "-to addr to address\n");
625 BIO_printf(bio_err, "Error writing signers to %s\n", signerfile);
633 if (to)
634 BIO_printf(out, "To: %s\n", to);
[all...]
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A Dtunala.h4 * informative to you, but it's only here as a scratchpad for ideas about how
7 * modified this code to your satisfaction, and the result is that all hell
11 * stupid for anyone to assume that it is solid and/or tested enough when
13 * With thanks to Cryptographic Appliances, Inc.
24 * We don't have autoconf, we have to set all of these unless a tweaked
25 * Makefile tells us not to ...
84 * state-machine. It's basically a FIFO with respect to the "adddata" &
102 * converted to using dynamic allocation, this would be required - so should
103 * be called to protect against an explosion of memory leaks later if the
108 /* Basic functions to manipulat
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dspnego_asn1.pl5 # Permission to use, copy, modify, and/or distribute this software for any
20 # Heimdal ASN.1 compiler, which this script then whacks a bit to make
22 # want to require our users to have a copy of the compiler, so we ship
23 # the output of this script, but we need to keep the script around in
24 # any case to cope with future changes to the SPNEGO ASN.1 code, so we
28 # through indent, fix up symbols and whack everything to be static.
29 # We use indent for two reasons: (1) to whack the Heimdal compiler's
30 # output into something closer to IS
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dparse.c20 along with this program; if not, write to the Free Software
69 macro a non-zero value tells GDB's expression parser to check for
168 /* This page contains the functions for adding data to the struct expression
171 /* Add one element to the end of the expression. */
257 /* Add a string constant to the end of the expression.
262 to hold it, and then writing another expression element that contains
266 end of the string. Note that this also allows gdb to handle
274 many expression elements are required to hold the string constant, of
285 /* Compute the number of expression elements required to hold the string
287 at each end to recor
[all...]
/freebsd-9.3-release/contrib/less/
H A Dless.h117 * (before options are parsed which might tell us what charset to use).
181 #define memcpy(to,from,len) bcopy((from),(to),(len))
212 * Upper bound on the string length of an integer converted to string.
257 * Set a file descriptor to binary mode.
287 * The structure used to represent a "screen position".
359 #define CC_QUIT 1 /* Char was a request to abort current cmd */
360 #define CC_ERROR 2 /* Char could not be accepted due to error */
365 /* Special char bit-flags used to tell put_line() to d
[all...]
/freebsd-9.3-release/contrib/llvm/tools/lli/
H A Dlli.cpp79 "debug-ir", cl::desc("Generate debug information to allow debugging IR."),
84 // memory manager with IPC to execute using this functionality.
95 cl::desc("Specify the filename of the process to launch "
115 cl::desc("Architecture to generate assembly for (see --version)"));
138 cl::desc("Extra modules to be loaded"),
204 // In debug builds, make this default to true.
211 cl::desc("Emit debug information to debugger"),
216 EmitJitDebugInfoToDisk("jit-emit-debug-to-disk",
218 cl::desc("Emit debug info objfiles to disk"),
233 // generated 'main' function to allo
[all...]
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf8 # By using this file, you agree to the terms and conditions set
45 # need to set this before any file actions are encountered in the cf file
49 # need to set this now before any LDAP maps are defined
57 # need to set this before any LDAP lookups are done (including classes)
83 # Resolve map (to check if a host exists in check_mail)
103 # class M: domains that should be converted to $M
104 # class N: domains that should not be converted to $M
124 # strip message body to 7 bits on input?
145 # avoid connecting to "expensive" mailers on initial submission?
208 # send to m
[all...]
/freebsd-9.3-release/contrib/traceroute/
H A Dtraceroute.c14 * the University nor the names of its contributors may be used to endorse
35 * traceroute host - trace the route ip packets follow going to "host".
37 * Attempt to trace the route an ip packet would follow to some
39 * packets with a small ttl (time to live) then listening for an
42 * unreachable" (which means we got to "host") or hit a max (which
43 * defaults to net.inet.ip.ttl hops & can be changed with the -m flag).
53 * host to process them so the destination port is set to an
60 * traceroute to ni
475 register struct sockaddr_in *to = (struct sockaddr_in *)&whereto; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c4 * edits the input file according to a
28 If not, write to the Free Software Foundation,
31 Report problems and direct all questions to:
53 * Convert C- and Pascal-style comment starts to ` *' in comment leader.
55 * (rcswriteopen): Use fdSafer to get safer file descriptor.
61 * (aflush): Move to rcslex.c.
83 * Add setmode parameter to chnamemod. addsymbol now reports changes.
87 * Move the warning about link breaking to where they're actually being broken.
118 * Fix bug when getting revisions to files ending in incomplete lines.
123 * Don't append "checked in with -k by " to log
1574 chnamemod( FILE **fromp, char const *from, char const *to, int set_mode, mode_t mode, time_t mtime ) argument
[all...]
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x6 * to license or distribute it to anyone else except as part of a product or
14 * part of Sun Microsystems, Inc. to assist in its use, correction,
170 filename name; /* name (up to NFS_MAXNAMLEN bytes) */
196 * Arguments to remote read
221 * Arguments to remote write
227 unsigned totalcount; /* total write count (to this offset)*/
238 diropargs to;
243 diropargs to;
248 nfspath to;
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c7 * This code is derived from software contributed to The NetBSD Foundation
68 /* to see what these variables mean */
88 int history_base = 1; /* probably never subject to change */
130 * This is set to character indicating type of completion being done by
138 * completions, we ask user if they are sure to really display the list.
144 * in the parsed text when it is passed to the completion function.
145 * Shell uses this to help determine what kind of completing to do.
150 * This is the character appended to the completed words if at the end of
287 * See if we don't really want to ru
626 static char *from = NULL, *to = NULL; local
2195 rl_kill_text(int from, int to) argument
[all...]
/freebsd-9.3-release/libexec/rtld-elf/powerpc/
H A Drtld_start.S15 * 3. The name of the author may not be used to endorse or promote products
51 * - perform small forward branch to put PC into link reg
52 * - use link-time constants to determine offset to the
53 * _DYNAMIC section and the GOT. Add these to the PC to
54 * convert to absolute addresses.
55 * - sync icache to allow execution of the SVR4 ABI-specified
57 * - Use this instruction to determine the GOT absolute address
60 * value to determin
[all...]

Completed in 355 milliseconds

<<21222324252627282930>>