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

12

/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);
43 return(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
42 char *save = to;
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);
45 return(to);
/bionic/tools/versioner/
H A DREADME.md2 Use clang to verify the correctness of bionic's availability attributes against the NDK platform definitions.
/bionic/libc/arch-x86_64/bionic/
H A D__bionic_clone.S40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
41 # They're flipped for x86-64 compared to all our other architectures and __bionic_clone.
61 # We don't want anyone to unwind past this point.
74 # We're the parent; nothing to do.
/bionic/libc/kernel/uapi/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::__anon656
/bionic/libc/versioner-dependencies/common/kernel_uapi/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::__anon1729
/bionic/tests/
H A Ddlext_private.h10 * Unless required by applicable law or agreed to in writing, software
26 * to be shared by default namespace separated by colon. Example: "libc.so:libm.so:libdl.so".
42 /* An isolated namespace requires all the libraries to be on the search path
50 * will use the same copy of a library if it was loaded prior to android_create_namespace call.
59 /* This flag instructs linker to enable grey-list workaround for the namespace.
79 * the libraries to be on the search path or under the permitted_when_isolated_path;
82 * does not affect the search order. It is a way to allow loading libraries from specific
95 android_namespace_t* to,
/bionic/libc/arch-mips/string/
H A Dstrcpy.c17 * contributors may be used to endorse or promote products derived
75 the compiler to treat the pointer access as unaligned. */
170 strcpy (char *to, const char *from) __overloadable
172 char *ret = to;
177 for (; (*to = *from) != '\0' && ((size_t) from % sizeof (op_t)) != 0; ++from, ++to);
179 if(*to != '\0') {
190 dst = (op_t *) to;
H A Dstrcmp.S17 * contributors may be used to endorse or promote products derived
99 /* It might seem better to do the 'beq' instruction between the two 'lbu'
116 /* Allow the routine to be named something else if desired. */
159 SUBU a2, a0, t2 #bring back a0 to aligned position
/bionic/libc/arch-arm/bionic/
H A D__bionic_clone.S34 # save registers to parent stack
64 # Setting lr to 0 will make the unwinder stop at __start_thread.
/bionic/libc/arch-mips64/bionic/
H A Dsyscall.S42 move v0, a0 # syscall number to v0
H A D__bionic_clone.S58 PTR_L t0,FRAME_GP(sp) # copy gp to child stack
87 * For O32 etc the child stack must have space for a0..a3 to be stored
88 * For N64 etc, the child stack can be restored to the original value
H A Dsetjmp.S40 * may be used to endorse or promote products derived from this software
60 * This code is derived from software contributed to Berkeley by
72 * may be used to endorse or promote products derived from this software
91 * This code is derived from software contributed to Berkeley by
103 * may be used to endorse or promote products derived from this software
124 /* jmpbuf is declared to users as an array of longs, which is only
127 * are saved to 8-byte-aligned mem cells.
216 and a0, t0 # round jmpbuf addr DOWN to 8-byte boundary
240 REG_L t0, SC_FLAG_OFFSET(a0) # move cookie to temp reg
328 and a0, t0 # round jmpbuf addr DOWN to
[all...]
/bionic/libc/arch-x86/bionic/
H A D__bionic_clone.S46 # We don't want anyone to unwind past this point.
52 # We're the parent; nothing to do.
/bionic/libc/kernel/uapi/linux/
H A Diso_fs.h5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
24 #define ISODCL(from,to) (to - from + 1)
H A Dperf_event.h5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
432 __u64 to; member in struct:perf_branch_entry
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,
364 __u32 to; member in struct:ifla_vlan_qos_mapping
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Diso_fs.h5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
24 #define ISODCL(from,to) (to - from + 1)
H A Dperf_event.h5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
432 __u64 to; member in struct:perf_branch_entry
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S40 * may be used to endorse or promote products derived from this software
60 * This code is derived from software contributed to Berkeley by
72 * may be used to endorse or promote products derived from this software
91 * This code is derived from software contributed to Berkeley by
103 * may be used to endorse or promote products derived from this software
124 /* jmpbuf is declared to users as an array of longs, which is only
127 * are saved to 8-byte-aligned mem cells.
216 and a0, t0 # round jmpbuf addr DOWN to 8-byte boundary
240 REG_L t0, SC_FLAG_OFFSET(a0) # move cookie to temp reg
328 and a0, t0 # round jmpbuf addr DOWN to
[all...]
/bionic/libc/tzcode/
H A Dprivate.h14 ** Do NOT copy it to any system include directory.
203 you may need to compile with "-DHAVE_STDINT_H".
259 you may need to compile with "-DHAVE_STDINT_H".
319 ** Compile with -Dtime_tz=T to build the tz package with a private
320 ** time_t type equivalent to T rather than the system-supplied time_t.
458 ** pointer to a constant. This use of 'const' is ineffective, so it
503 to be a sign bit if T is signed. */
543 ** The default is to use gettext if available, and use MSGID otherwise.
/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
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 */
564 * taken as an ordinary character and then revised to be an anchor. The
567 * The amount of lookahead needed to avoi
1131 repeat( struct parse *p, sopno start, int from, int to, size_t reclimit) argument
[all...]
/bionic/libc/arch-arm/krait/bionic/
H A Dmemcpy_base.S12 be used to endorse or promote products derived from this software
42 #error PLD threshold must be greater than or equal to the PLD offset
/bionic/libc/dns/net/
H A Dgetnameinfo.c18 * may be used to endorse or promote products derived from this software
35 * Issues to be discussed:
38 * we need to truncate the result. We obey RFC2553 (and X/Open should be
39 * modified). ipngwg rough consensus seems to follow RFC2553.
104 * appropriate function to call.
193 // http://b/1889275: callers should be allowed to provide too much
314 TODO: Before uncommenting rewrite to avoid modifying hp.

Completed in 505 milliseconds

12