Searched defs:from (Results 1 - 7 of 7) 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
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);
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_connbytes.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
37 aligned_u64 from; member in struct:xt_connbytes_info::__anon405
/bionic/libc/netbsd/resolv/
H A Dres_send.c21 * may be used to endorse or promote products derived from this software
1057 struct sockaddr_storage from; local
1158 fromlen = sizeof(from);
1160 (struct sockaddr *)(void *)&from, &fromlen);
1180 * response from old query, ignore it.
1194 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) {
1196 * response from wrong server? ignore it.
1249 /* don't retry if called from dig */
/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
144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit);
628 pos = HERE(); /* repetion op, if any, covers from here */
1128 == static void repeat(struct parse *p, sopno start, int from, int to,
1134 sopno start, /* operand from here to end of strip */
1135 int from, /* repeated from thi
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.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
204 __u32 from; member in struct:ifla_vlan_qos_mapping
H A Dcdrom.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
186 unsigned from; member in struct:cdrom_blk

Completed in 2159 milliseconds