Searched defs:from (Results 1 - 10 of 10) sorted by relevance

/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/upstream-openbsd/lib/libc/string/
H A Dstpcpy.c16 * may be used to endorse or promote products derived from this software
40 stpcpy(char *to, const char *from) argument
42 for (; (*to = *from) != '\0'; ++from, ++to);
H A Dstrcpy.c16 * may be used to endorse or promote products derived from this software
40 strcpy(char *to, const char *from) argument
44 for (; (*to = *from) != '\0'; ++from, ++to);
/bionic/libc/kernel/uapi/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::__anon525
/bionic/libc/kernel/uapi/linux/
H A Dnbd.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
59 __be64 from; member in struct:nbd_request
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,
251 __u32 from; member in struct:ifla_vlan_qos_mapping
H A Dperf_event.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
407 __u64 from; member in struct:perf_branch_entry
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,
187 unsigned from; member in struct:cdrom_blk
/bionic/libc/dns/resolv/
H A Dres_send.c21 * may be used to endorse or promote products derived from this software
1053 struct sockaddr_storage from; local
1154 fromlen = sizeof(from);
1156 (struct sockaddr *)(void *)&from, &fromlen);
1176 * response from old query, ignore it.
1190 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) {
1192 * response from wrong server? ignore it.
1245 /* don't retry if called from dig */
/bionic/libc/upstream-netbsd/lib/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...]

Completed in 492 milliseconds