Searched refs:from (Results 1 - 24 of 24) sorted by relevance

/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) __overloadable
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) __overloadable
44 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/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::__anon656
/bionic/libc/versioner-dependencies/common/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::__anon1729
/bionic/tests/
H A Ddlext_private.h30 * for the code not loaded by dynamic linker; for example calls from the mono-compiled code.
55 * permitted_path from the caller's namespace.
82 * does not affect the search order. It is a way to allow loading libraries from specific
94 extern bool android_link_namespaces(android_namespace_t* from,
H A Dfortify_compilation_test.cpp308 char from[4] = {0}; local
311 memset(from, sizeof(from), 0);
/bionic/libc/arch-mips/string/
H A Dstrcpy.c18 * from this software without specific prior written permission.
170 strcpy (char *to, const char *from) __overloadable
177 for (; (*to = *from) != '\0' && ((size_t) from % sizeof (op_t)) != 0; ++from, ++to);
189 src = (const op_t *) from;
/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 Diso_fs.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
24 #define ISODCL(from,to) (to - from + 1)
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,
431 __u64 from; member in struct:perf_branch_entry
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,
362 __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,
171 unsigned from; member in struct:cdrom_blk
/bionic/libc/versioner-dependencies/common/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 Diso_fs.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
24 #define ISODCL(from,to) (to - from + 1)
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,
431 __u64 from; member in struct:perf_branch_entry
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,
362 __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,
171 unsigned from; member in struct:cdrom_blk
/bionic/libc/arch-x86/bionic/
H A Dsyscall.S36 # Load all the arguments from the calling frame.
/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);
627 pos = HERE(); /* repetion op, if any, covers from here */
1127 == static void repeat(struct parse *p, sopno start, int from, int to,
1133 sopno start, /* operand from here to end of strip */
1134 int from, /* repeated from thi
1131 repeat( struct parse *p, sopno start, int from, int to, size_t reclimit) argument
[all...]
/bionic/libc/dns/resolv/
H A Dres_send.c20 * may be used to endorse or promote products derived from this software
842 * The way connect_with_timeout() is implemented prevents us from reliably
1093 struct sockaddr_storage from; local
1195 fromlen = sizeof(from);
1197 (struct sockaddr *)(void *)&from, &fromlen);
1217 * response from old query, ignore it.
1228 !res_ourserver_p(statp, (struct sockaddr *)(void *)&from)) {
1230 * response from wrong server? ignore it.
1279 /* don't retry if called from dig */
/bionic/linker/
H A Dlinker_phdr.cpp111 constant offset from their p_vaddr value. This offset is computed as the
132 The load_bias must be added to any p_vaddr value read from the ELF file to
137 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0)
293 // Loads the program header table from an ELF file into a read-only private
438 DL_ERR_AND_LOG("\"%s\" has invalid offset/size of the .strtab section linked from .dynamic section",
809 * read-only from the program's POV, but contain absolute addresses
1065 // loaded program header from it.
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfprintf.c6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
272 int ch; /* character from fmt */
278 int width; /* width from format (%8d), or 0 */
279 int prec; /* precision from format; <0 for N/A */
540 * They don't exclude field widths read from args.
1016 /* leading zeroes from decimal precision */
1143 int ch; /* character from fmt */
H A Dvfwprintf.c6 * This code is derived from software contributed to Berkeley by
18 * may be used to endorse or promote products derived from this software
282 wchar_t ch; /* character from fmt */
287 int width; /* width from format (%8d), or 0 */
288 int prec; /* precision from format; <0 for N/A */
512 * They don't exclude field widths read from args.
976 /* leading zeroes from decimal precision */
1112 int ch; /* character from fmt */

Completed in 543 milliseconds