Searched refs:to (Results 501 - 525 of 1174) sorted by relevance

<<21222324252627282930>>

/freebsd-10.0-release/contrib/tzcode/zic/
H A Dprivate.h12 * This makes it easier when we need to update one but not the other.
13 * I have removed all of the ifdef spaghetti which is not relevant to
23 ** Do NOT copy it to any system include directory.
121 you may need to compile with "-DHAVE_STDINT_H".
229 ** The default is to use gettext if available, and use MSGID otherwise.
/freebsd-10.0-release/contrib/unbound/util/data/
H A Ddname.h20 * be used to endorse or promote products derived from this software without
39 * This file contains functions to deal with domain names (dnames).
49 /** max number of compression ptrs to follow */
63 * @param len: dname is not allowed to exceed this length (i.e. of allocation).
73 * @param pkt: the packet, used to follow compression pointers. Position
81 * have to be lowercased, comparison routine does this.
92 * Dnames have to be valid format.
93 * @param d1: dname to compare
94 * @param d2: dname to compare
103 * @param pkt: packet to rea
[all...]
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile8 @echo Nothing to be made.
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dstore_fd.c18 * may be used to endorse or promote products derived from this software
102 #error Dont know how to deal with fd that may or may not be a socket.
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_locl.h25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
101 int (*param_copy)(EVP_PKEY *to, const EVP_PKEY *from);
128 /* Method to handle CRL access.
131 * This method allows general CRL operations to be redirected to more
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl15 # and compilers. The code was observed to provide +65-35% improvement
17 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code
39 $alo="r10"; # sl, gcc uses it to keep @GOT
46 #### argument block layout relative to &tp[num-1], a.k.a. $num
77 add $num,sp,$num @ $num to point at &tp[num-1]
117 sub $ap,$ap,$tj @ "rewind" ap to &ap[1]
119 sub $np,$np,$tj @ "rewind" np to &np[1]
165 add $num,$num,#4 @ $num to point at &tp[num]
169 sub $np,$np,$aj @ "rewind" $np to &np[0]
204 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compil
[all...]
/freebsd-10.0-release/crypto/openssl/util/
H A Dselftest.pl61 if (/\*\) (.{0,55})/ && !/applies to/) {
/freebsd-10.0-release/sbin/restore/
H A Dutilities.c14 * may be used to endorse or promote products derived from this software
83 * Change a name to a unique temporary name.
123 renameit(char *from, char *to) argument
125 if (!Nflag && rename(from, to) < 0) {
126 fprintf(stderr, "warning: cannot rename %s to %s: %s\n",
127 from, to, strerror(errno));
130 vprintf(stdout, "rename %s to %s\n", from, to);
201 /* if we want to unlink first, do it now so *link() won't fail */
281 * find lowest number file (above "start") that needs to b
[all...]
/freebsd-10.0-release/sys/boot/arm/at91/libat91/
H A Darm_init.S17 * relating to merchantability or fitness for any purpose is provided. All
90 mov sp, r1 @ ; Move the stack to SDRAM
103 /* the following section is used to store boot commands in */
/freebsd-10.0-release/sys/i386/include/
H A Dmd_var.h14 * may be used to endorse or promote products derived from this software
83 void bcopyb(const void *from, void *to, size_t len);
/freebsd-10.0-release/sys/mips/mips/
H A Dfp.S6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
93 * Floating point registers are modified according to instruction.
669 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
728 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
792 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
886 bne v0, MIPS_FPU_ROUND_RM, 1f # round to -infinity?
1044 sltu a3, zero, a3 # reduce t8,a3 to just t8
1097 li v0, SFRAC_BITS+3 # number of bits to divide
1106 sll t2, t2, v0 # shift result to fina
[all...]
H A Dsupport.S6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
34 * Permission to use, copy, modify, and distribute this software and
54 * Copyright (c) 1997 Jonathan Stone (hereinafter referred to as the author)
69 * 4. The name of the author may not be used to endorse or promote products
108 * See if access to addr with a len type instruction causes a machine check.
226 * copyin(from, to, len)
228 * caddr_t *to; (kernel destination address)
251 * Copy specified amount of data from kernel to the user space
252 * copyout(from, to, le
[all...]
/freebsd-10.0-release/tools/regression/usr.bin/lastcomm/
H A Dvalues.sh16 echo "You need to be root to run this test."
81 echo If your system runs with accounting enabled you probably need to run:
/freebsd-10.0-release/usr.bin/tsort/
H A Dtsort.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
60 * white space (spaces, tabs, and/or newlines); strings are written to
70 * reporting seems to be more accurate in this version (the AT&T tsort
84 NODE **n_prevp; /* pointer to previous node's n_next */
86 NODE **n_arcs; /* array of arcs to other nodes */
89 int n_refcnt; /* # of arcs pointing to this node */
187 /* double the size of oldbuf and return a pointer to the new buffer. */
197 * add an arc from node s1 to node s2 in the graph. If s1 or s2 are not in
234 /* Find a node in the graph (insert if not found) and return a pointer to i
378 find_cycle(NODE *from, NODE *to, int longest_len, int depth) argument
[all...]
/freebsd-10.0-release/contrib/unbound/iterator/
H A Diterator.c20 * be used to endorse or promote products derived from this software without
133 * Transition to the next state. This can be used to advance a currently
134 * processing event. It cannot be used to reactivate a forEvent.
137 * @param nextstate The state to transition to.
139 * actual process*State() methods. (Transitioning to the next state
145 /* If transitioning to a "response" state, make sure that there is a
149 log_err("transitioning to response state sans "
158 * Transition an event to it
269 prepend_is_duplicate(struct ub_packed_rrset_key** sets, size_t to, struct ub_packed_rrset_key* dup) argument
1871 find_NS(struct reply_info* rep, size_t from, size_t to) argument
2456 struct dns_msg* to = foriq->response; local
[all...]
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dmep.sc3 # NOP - four byte opcode for no-op (defaults to 0)
38 # SHLIB_TEXT_START_ADDR - if set, add to SIZEOF_HEADERS to set
40 # INPUT_FILES - INPUT command of files to always include
47 # OTHER_END_SYMBOLS - symbols to place right at the end of the script.
49 # so that .got can be in the RELRO area. It should be set to
156 /* gcc uses crtbegin.o to find the start of
161 linker won't look for a file to match a
168 /* We don't want to include the .ctor section from
326 /* Adjust the address for the data segment. We want to adjus
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dax-gdb.c19 along with this program; if not, write to the Free Software
42 looks at the GDB expressions and calls everything else to generate
45 I'm beginning to wonder whether it wouldn't be nicer to internally
49 easier, too. But at the moment, I think we should be willing to
60 /* There's a standard order to the arguments of these functions:
62 struct agent_expr * --- agent expression buffer to generate code into
95 struct type *from, struct type *to);
96 static int is_nontrivial_conversion (struct type *from, struct type *to);
150 not specifically variable references. GDB uses OP_VAR_VALUE to
775 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
805 is_nontrivial_conversion(struct type *from, struct type *to) argument
[all...]
H A Dp-lang.c17 along with this program; if not, write to the Free Software
39 This function is used by p-valprint.c code to allow better string display.
41 to get the length and the data of the string
99 In_quotes is reset to 0 if a char is written with #4 notation */
155 had to stop before printing LENGTH characters, or if FORCE_ELLIPSES. */
166 /* If the string was not truncated due to `set print elements', and
181 to see whether it is repeated. */
259 agreement as to how useful this feature is. In particular, gcc does
261 distinction to be passed on to
[all...]
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_print.c95 recno_t from, to; local
103 for (from = fp->lno, to = tp->lno; from <= to; ++from) {
200 * Local routine to dump characters to the screen.
/freebsd-10.0-release/contrib/openpam/
H A Dcompile22 # As a special exception to the GNU General Public License, if you
28 # bugs to <bug-automake@gnu.org> or send patches to
35 # there to prevent tools from complaining about whitespace usage.
41 # Convert a $build file to $host form and store it in $file
51 # lazily determine how to convert abs files
129 # Adjust compile command to suit cl
143 # configure might choose to run compile as 'compile cc -o foo foo.c'.
247 If you are trying to build a whole package this is not the
248 right script to ru
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Dpacket.c19 * of its contributors may be used to endorse or promote products derived
112 u_int32_t to, unsigned int port, unsigned char *data, int len)
127 ip.ip_dst.s_addr = to;
134 * which is used for unicasts expects the ip_len field to be in host
135 * byte order. In both cases, the checksum has to be correct, so this
136 * is as good a place as any to turn the bytes around again.
138 if (to != INADDR_BROADCAST)
213 * we're not supposed to do a checksum.
111 assemble_udp_ip_header(unsigned char *buf, int *bufix, u_int32_t from, u_int32_t to, unsigned int port, unsigned char *data, int len) argument
/freebsd-10.0-release/sbin/routed/
H A Doutput.c14 * may be used to endorse or promote products derived from this software
50 struct sockaddr_in to; member in struct:__anon5835
63 #define WS_ST_AG 0x004 /* ok to aggregate subnets */
64 #define WS_ST_SUPER_AG 0x008 /* ok to aggregate networks */
65 #define WS_ST_QUERY 0x010 /* responding to a query */
98 struct sockaddr_in *dst, /* send to here */
145 msg = "Send pt-to-pt";
185 trace_rip(msg, "to", &osin, ifp, buf, size);
205 /* Find the first key for a packet to send.
256 /* (start to) instal
[all...]
/freebsd-10.0-release/share/mk/
H A Dbsd.cpu.mk26 # Handle aliases (not documented in make.conf to avoid user confusion
74 # Logic to set up correct gcc optimization flag. This must be included
75 # after /etc/make.conf so it can react to the local value of CPUTYPE
98 #XXX: gcc doesn't seem to like -mcpu=xscale, and dies while rebuilding itself
141 # unordered list to make it easy for client makefiles to test for the
/freebsd-10.0-release/sys/sys/
H A Diconv.h155 int iconv_open(const char *to, const char *from, void **handle);
165 int iconv_add(const char *converter, const char *to, const char *from);
177 int (*open)(const char *to, const char *from, void **handle);
/freebsd-10.0-release/tools/test/netfibs/
H A Dreflector.sh6 # This software was developed by Bjoern Zeeb under contract to
37 # Set IFACE to the real interface you want to run the test on.
40 # Control port we use to exchange messages between nodes to sync. tests, etc.
67 # Function to avoid prelist races adding and deleting prefixes too quickly.
116 # Setup our side and wait for the peer to tell us that it is ready.
135 print_debug "Waiting 4 seconds for things to settle"
138 # Wait for the remote to connect and start things.
567 # # Send OOB well known to wor
[all...]

Completed in 300 milliseconds

<<21222324252627282930>>