Searched refs:to (Results 1 - 25 of 1174) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/boot/arm/at91/libat91/
H A Dstrcpy.c32 strcpy(char *to, const char *from) argument
35 *to++ = *from++;
36 *to++ = '\0';
37 return (to);
H A Dmemcmp.c32 p_memcmp(const char *to, const char *from, unsigned size) argument
34 while ((--size) && (*to++ == *from++))
37 return (size || (*to != *from));
H A Dp_string.c5 * Instantiation of basic string operations to prevent inclusion of full
7 * for speed, but rather to show intent.
17 * relating to merchantability or fitness for any purpose is provided. All
32 * number of bytes to value.
44 * int p_memcmp(char *to, char *from, unsigned size)
45 * This global function compares data at to against data at from for
51 p_memcmp(const char *to, const char *from, unsigned size) argument
53 while ((--size) && (*to++ == *from++))
56 return (*to != *from);
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dder_copy.c20 * may be used to endorse or promote products derived from this software
42 heim_general_string *to)
44 *to = strdup(*from);
45 if(*to == NULL)
51 der_copy_integer (const int *from, int *to) argument
53 *to = *from;
58 der_copy_unsigned (const unsigned *from, unsigned *to) argument
60 *to = *from;
65 der_copy_generalized_time (const time_t *from, time_t *to) argument
67 *to
41 der_copy_general_string(const heim_general_string *from, heim_general_string *to) argument
72 der_copy_utctime(const time_t *from, time_t *to) argument
79 der_copy_utf8string(const heim_utf8_string *from, heim_utf8_string *to) argument
85 der_copy_printable_string(const heim_printable_string *from, heim_printable_string *to) argument
98 der_copy_ia5_string(const heim_ia5_string *from, heim_ia5_string *to) argument
105 der_copy_bmp_string(const heim_bmp_string *from, heim_bmp_string *to) argument
116 der_copy_universal_string(const heim_universal_string *from, heim_universal_string *to) argument
128 der_copy_visible_string(const heim_visible_string *from, heim_visible_string *to) argument
135 der_copy_octet_string(const heim_octet_string *from, heim_octet_string *to) argument
146 der_copy_heim_integer(const heim_integer *from, heim_integer *to) argument
158 der_copy_oid(const heim_oid *from, heim_oid *to) argument
170 der_copy_bit_string(const heim_bit_string *from, heim_bit_string *to) argument
[all...]
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dbcopywrap.c13 int bcopywrap(from, to, size)
14 void *from, *to;
17 bcopy((caddr_t)from, (caddr_t)to, size);
H A Dkmemcpywrap.c14 int kmemcpywrap(from, to, size)
15 void *from, *to;
20 ret = kmemcpy((caddr_t)to, (u_long)from, size);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dswab.c18 * may be used to endorse or promote products derived from this software
40 swab (char *from, char *to, int nbytes) argument
43 *(to + 1) = *from;
44 *to = *(from + 1);
45 to += 2;
/freebsd-10.0-release/lib/libc/string/
H A Dstpcpy.c16 * may be used to endorse or promote products derived from this software
41 stpcpy(char * __restrict to, const char * __restrict from) argument
44 for (; (*to = *from); ++from, ++to);
45 return(to);
H A Dstrcpy.c14 * may be used to endorse or promote products derived from this software
39 strcpy(char * __restrict to, const char * __restrict from) argument
41 char *save = to;
43 for (; (*to = *from); ++from, ++to);
H A Dwcpcpy.c16 * may be used to endorse or promote products derived from this software
41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) argument
44 for (; (*to = *from); ++from, ++to);
45 return(to);
/freebsd-10.0-release/sys/libkern/
H A Dstrcpy.c14 * may be used to endorse or promote products derived from this software
36 strcpy(char * __restrict to, const char * __restrict from) argument
38 char *save = to;
40 for (; (*to = *from) != 0; ++from, ++to);
/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dminiobj.h29 #define ALLOC_OBJ(to, type_magic) \
31 (to) = calloc(sizeof *(to), 1); \
32 if ((to) != NULL) \
33 (to)->magic = (type_magic); \
36 #define FREE_OBJ(to) \
38 (to)->magic = (0); \
39 free(to); \
62 #define CAST_OBJ(to, from, type_magic) \
64 (to)
[all...]
/freebsd-10.0-release/contrib/ipfilter/rules/
H A Dexample.34 block in from any to any
6 # pass through packets to and from localhost.
8 pass in from 127.0.0.1/32 to 127.0.0.1/32
10 # allow a variety of individual hosts to send any type of IP packet to any
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to an
[all...]
H A Dexample.54 # allow packets coming from foo to bar through.
6 pass in from 10.1.1.2 to 10.2.1.1
8 # allow any TCP packets from the same subnet as foo is on through to host
11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
16 pass in proto udp from 10.2.2.2 port != 53 to localhost
20 block in proto icmp from any to any icmp-type unreach
25 pass in from any to any with ipopts
H A Dexample.12 # block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
4 block in on le0 proto tcp from 10.1.1.1/32 to any
H A Dexample.22 # block all outgoing TCP packets on le0 from any host to port 23 of
5 block out on le0 proto tcp from any to 10.1.1.3/32 port = 23
H A Dexample.44 block in proto icmp from any to any
H A Dserver3 # 128.1.2.1 (le1), we want to block all IP spoofing attacks. le1 is
4 # connected to the majority of the network, whilst le0 is connected to a
8 pass in quick on le0 from 128.1.40.0/24 to any
9 block in log quick on le0 from any to any
10 block in log quick on le1 from 128.1.1.0/24 to any
11 pass in quick on le1 from any to any
/freebsd-10.0-release/lib/libc/amd64/string/
H A Dstrcpy.c34 strcpy(char * __restrict to, const char * __restrict from) argument
36 __stpcpy(to, from);
37 return(to);
/freebsd-10.0-release/sys/kern/
H A Dtty_outq.c49 * bits for parity marking and such. This mechanism is similar to the
50 * old clists, but only contains the features we need to buffer the
61 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \
62 if (to->to_end == 0) { \
63 tob->tob_next = to->to_firstblock; \
64 to->to_firstblock = tob; \
66 tob->tob_next = to->to_lastblock->tob_next; \
67 to->to_lastblock->tob_next = tob; \
69 to->to_nblocks++; \
72 #define TTYOUTQ_REMOVE_HEAD(to) d
85 ttyoutq_flush(struct ttyoutq *to) argument
93 ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t size) argument
119 ttyoutq_free(struct ttyoutq *to) argument
135 ttyoutq_read(struct ttyoutq *to, void *buf, size_t len) argument
196 ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio) argument
272 ttyoutq_write(struct ttyoutq *to, const void *buf, size_t nbytes) argument
317 ttyoutq_write_nofrag(struct ttyoutq *to, const void *buf, size_t nbytes) argument
[all...]
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dbzero.c20 bzero (void *to, size_t count) argument
22 memset (to, 0, count);
/freebsd-10.0-release/sys/ofed/include/asm/
H A Duaccess.h34 copy_to_user(void *to, const void *from, unsigned long n) argument
36 if (copyout(from, to, n) != 0)
42 copy_from_user(void *to, const void *from, unsigned long n) argument
44 if (copyin(from, to, n) != 0)
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcopy_host_realm.c18 * may be used to endorse or promote products derived from this software
37 * Copy the list of realms from `from' to `to'.
40 * @param from list of realms to copy from.
41 * @param to list of realms to copy to, free list of krb5_free_host_realm().
43 * @return Returns 0 to indicate success. Otherwise an kerberos et
52 krb5_realm **to)
60 *to
50 krb5_copy_host_realm(krb5_context context, const krb5_realm *from, krb5_realm **to) argument
[all...]
/freebsd-10.0-release/contrib/ldns/compat/
H A Dmemmove.c17 uint8_t* to = (uint8_t*) dest; local
19 if (from == to || n == 0)
21 if (to > from && to-from < (int)n) {
22 /* to overlaps with from */
24 /* <to........> */
25 /* copy in reverse, to avoid overwriting from */
28 to[i] = from[i];
31 if (from > to && from-to < (in
[all...]

Completed in 116 milliseconds

1234567891011>>