Searched refs:from (Results 176 - 200 of 932) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/nfs/
H A Dkrpc_subr.c25 * may be used to endorse or promote products derived from this software
188 * the address from whence the response came is saved there.
196 struct sockaddr *from; local
217 from = NULL;
251 * because some NFS servers refuse requests from
339 if (from) {
340 free(from, M_SONAME);
341 from = NULL;
350 error = soreceive(so, &from, &auio, &m, NULL, &rcvflg);
423 *from_p = from;
[all...]
/freebsd-10.0-release/contrib/expat/lib/
H A Dxmltok.c327 const char *from; local
334 for (to = *toP, from = *fromP; from != fromLim; from++, to++)
335 *to = *from;
336 *fromP = from;
346 const char *from = *fromP; local
347 while (from != fromLim && to != toLim) {
348 switch (((struct normal_encoding *)enc)->type[(unsigned char)*from]) {
350 *to++ = (unsigned short)(((from[
[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) {
112 if (from <= 999999) {
113 SPRINTF(buf, SIZE(buf), L("%6u "), from);
126 if (db_get(sp, from, DBG_FATAL, &p, &len))
/freebsd-10.0-release/sys/dev/syscons/
H A Dschistory.c16 * derived from this software without specific prior written permission.
58 * each syscons unit, and added and subtracted from the dynamic
82 static void copy_history(sc_vtb_t *from, sc_vtb_t *to);
163 copy_history(sc_vtb_t *from, sc_vtb_t *to) argument
172 lines = sc_vtb_rows(from);
173 cols1 = sc_vtb_cols(from);
176 pos = sc_vtb_tail(from);
178 sc_vtb_append(from, pos, to, cols);
183 pos = sc_vtb_pos(from, pos, cols1);
216 /* restore the screen by copying from th
[all...]
/freebsd-10.0-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd3.h8 * This code is derived from software contributed to Berkeley by
24 * may be used to endorse or promote products derived from this software
100 #define la_fhandle from
130 #define rna_from from
142 #define sla_from from
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c161 fprintf (stderr, "Remote debugging from host %s\n",
337 /* Come here when we get an input interrupt from the remote side. This
400 /* Returns next char from remote GDB. -1 if error. */
429 /* Read a packet from the remote machine, with error checking,
518 convert_int_to_ascii (char *from, char *to, int n) argument
524 ch = *from++;
535 convert_ascii_to_int (char *from, char *to, int n) argument
540 nib1 = fromhex (*from++);
541 nib2 = fromhex (*from++);
651 decode_m_packet (char *from, CORE_ADD argument
673 decode_M_packet(char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr, char *to) argument
[all...]
/freebsd-10.0-release/contrib/libreadline/
H A Dparens.c149 find_matching_open (string, from, closer)
151 int from, closer;
168 for (i = from; i > -1; i--)
/freebsd-10.0-release/contrib/ncurses/ncurses/tty/
H A Dhashmap.c129 update_cost(NCURSES_CH_T * from, NCURSES_CH_T * to) argument
134 for (i = TEXTWIDTH; i > 0; i--, from++, to++)
135 if (!(CharEq(*from, *to)))
159 * Returns true when moving line 'from' to line 'to' seems to be cost
163 cost_effective(const int from, const int to, const bool blank) argument
167 if (from == to)
170 new_from = OLDNUM(from);
172 new_from = from;
180 + update_cost(OLDTEXT(new_from), NEWTEXT(from)))
181 >= ((new_from == from
[all...]
/freebsd-10.0-release/libexec/rpc.sprayd/
H A Dsprayd.c17 * derived from this software without specific prior written permission.
80 struct sockaddr_storage from; local
86 fromlen = sizeof(from);
87 if (getsockname(0, (struct sockaddr *)&from, &fromlen) < 0) {
/freebsd-10.0-release/sys/dev/le/
H A Dif_le_lebuffer.c155 caddr_t from = fromv; local
157 for (; len >= 8; len -= 8, off += 8, from += 8)
158 bus_write_8(lesc->sc_bres, off, be64dec(from));
159 for (; len >= 4; len -= 4, off += 4, from += 4)
160 bus_write_4(lesc->sc_bres, off, be32dec(from));
161 for (; len >= 2; len -= 2, off += 2, from += 2)
162 bus_write_2(lesc->sc_bres, off, be16dec(from));
164 bus_write_1(lesc->sc_bres, off, *from);
190 caddr_t from = fromv; local
192 for (; len >= 2; len -= 2, off += 2, from
[all...]
/freebsd-10.0-release/sys/libkern/
H A Diconv.c166 iconv_lookupcs(const char *to, const char *from, struct iconv_cspair **cspp) argument
172 strcmp(csp->cp_from, from) == 0) {
182 iconv_register_cspair(const char *to, const char *from, argument
190 if (iconv_lookupcs(to, from, NULL) == 0)
196 ucsfrom = strcmp(from, iconv_unicode_string) == 0;
198 csize += strlen(from) + 1;
211 strcpy(cp, from);
237 iconv_open(const char *to, const char *from, void **handle) argument
247 error = iconv_lookupcs(to, from, &csp);
259 error = iconv_lookupcs(cnvname, from,
384 iconv_add(const char *converter, const char *to, const char *from) argument
[all...]
/freebsd-10.0-release/usr.sbin/mailwrapper/
H A Dmailwrapper.c21 * derived from this software without specific prior written permission.
88 char *line, *cp, *from, *to, *ap; local
129 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
137 if (strcmp(from, progname) == 0) {
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dslave.c14 * may be used to endorse or promote products derived from this software
176 * XXX check to see they are from ourself
188 print(msg, &from);
200 print(msg, &from);
220 suppress(&from, msg->tsp_name, fromnet);
265 suppress(&from, msg->tsp_name, fromnet);
287 "date changed by %s from %s",
303 * message gets into the network at that time, perhaps from the newly
308 * in the network from advancing. Normally, the 'LOOP' stuff will detect
320 suppress(&from, ms
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Di387-tdep.h60 /* Read a value of type TYPE from register REGNUM in frame FRAME, and
70 struct type *type, const void *from);
79 /* Fill register REGNUM in REGCACHE with the appropriate value from
94 floating-point or SSE register value from *FXSAVE. This function
101 *FXSAVE with the value from REGCACHE. If REGNUM is -1, do this for
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DRWMutex.inc29 // Taken from WinNT.h
34 // Taken from WinBase.h
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c41 * from the input stream.
228 * but note that they would be lost if we translate to/from termcap. This
306 for (ap = _nc_get_alias_table(TRUE); ap->from; ap++)
307 if (strcmp(ap->from, _nc_curr_token.tk_name) == 0) {
310 ap->from, ap->source);
318 ap->from, ap->source, ap->to);
322 for (ap = _nc_get_alias_table(FALSE); ap->from; ap++)
323 if (strcmp(ap->from, _nc_curr_token.tk_name) == 0) {
326 ap->from, ap->source);
334 ap->from, a
578 const char *from; member in struct:__anon3719
[all...]
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl31 ## Received headers from the point closest to the sender back to the point
45 # parse hostname from From: header
74 my($addr, $from) = @_;
98 The from header on the original e-mail was: $from.
179 /^(from): (.*)/i ) {
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dkdc.h21 * may be used to endorse or promote products derived from this software
105 const char *from,
/freebsd-10.0-release/sys/crypto/aesni/
H A Daesencdec.h107 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) argument
112 tmp = from ^ keysched[0];
121 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) argument
126 tmp = from ^ keysched[0];
/freebsd-10.0-release/sys/kgssapi/
H A Dgssapi_impl.h69 extern void kgss_copy_buffer(const gss_buffer_t from, gss_buffer_t to);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dfloatformat.c65 const void *from);
69 const void *from ATTRIBUTE_UNUSED)
145 const void *from);
148 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
155 const unsigned char *ufrom = (const unsigned char *) from;
177 /* Note that the bits from 16 to 31 are unused. */
185 /* Note that the bits from 0 to 15 are unused. */
259 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
298 /* Convert from FMT to a double.
304 const void *from, doubl
302 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
464 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
560 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dfloatformat.c65 const void *from);
69 const void *from ATTRIBUTE_UNUSED)
145 const void *from);
148 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) argument
155 const unsigned char *ufrom = (const unsigned char *) from;
177 /* Note that the bits from 16 to 31 are unused. */
185 /* Note that the bits from 0 to 15 are unused. */
254 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
300 /* Convert from FMT to a double.
306 const void *from, doubl
304 floatformat_to_double(const struct floatformat *fmt, const void *from, double *to) argument
475 floatformat_from_double(const struct floatformat *fmt, const double *from, void *to) argument
571 floatformat_is_valid(const struct floatformat *fmt, const void *from) argument
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Dbpf.c20 * from this software without specific prior written permission.
117 /* Make sure it's from the right port... */
244 /* Get the required BPF buffer length from the kernel. */
281 struct in_addr from, struct in_addr to)
290 sizeof(from) + sizeof(to);
299 errs += buf_add(buf, &from, sizeof(from));
316 struct in_addr from, to; local
323 sizeof(from) + sizeof(to)) {
329 buf_read(fd, &from, sizeo
280 send_packet_unpriv(int privfd, struct dhcp_packet *raw, size_t len, struct in_addr from, struct in_addr to) argument
367 receive_packet(struct interface_info *interface, unsigned char *buf, size_t len, struct sockaddr_in *from, struct hardware *hfrom) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dddg.h54 from 0 with no gaps. */
61 from FIRST_NOTE until INSN (inclusive of both) are moved together
102 going edges to/from each node. */
134 the closing branch can be dealt with separately from the insns of the
186 int find_nodes_on_paths (sbitmap result, ddg_ptr, sbitmap from, sbitmap to);
187 int longest_simple_path (ddg_ptr, int from, int to, sbitmap via);
/freebsd-10.0-release/contrib/groff/contrib/mm/
H A DMakefile.sim42 @echo Making $@ from $<

Completed in 330 milliseconds

1234567891011>>