Searched defs:to (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/string/
H A Dstrcpy.c16 * may be used to endorse or promote products derived from this software
35 strcpy(char *to, const char *from) argument
37 char *save = to;
39 for (; (*to = *from) != '\0'; ++from, ++to);
/bionic/libc/upstream-freebsd/lib/libc/string/
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);
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_connbytes.h5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
39 aligned_u64 to; member in struct:xt_connbytes_info::__anon405
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
40 * This code is derived from software contributed to Berkeley by
56 * may be used to endorse or promote products derived from this software
105 * parse structure, passed up and down to avoid global variables and
117 # define NPAREN 10 /* we need to remember () 1-9 for back refs */
144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit);
176 static char nuls[10]; /* place to point scanner in event of error */
565 * taken as an ordinary character and then revised to be an anchor. The
568 * The amount of lookahead needed to avoi
1132 repeat( struct parse *p, sopno start, int from, int to, size_t reclimit) argument
[all...]
/bionic/libc/kernel/common/linux/
H A Dif_link.h5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
205 __u32 to; member in struct:ifla_vlan_qos_mapping

Completed in 3313 milliseconds