Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 35) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstpcpy.c40 stpcpy(char *to, const char *from) in stpcpy() argument
42 for (; (*to = *from) != '\0'; ++from, ++to); in stpcpy()
43 return(to); in stpcpy()
Dstrcpy.c40 strcpy(char *to, const char *from) in strcpy() argument
42 char *save = to; in strcpy()
44 for (; (*to = *from) != '\0'; ++from, ++to); in strcpy()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcpcpy.c41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy() argument
44 for (; (*to = *from); ++from, ++to); in wcpcpy()
45 return(to); in wcpcpy()
/bionic/libc/arch-x86_64/bionic/
D__bionic_clone.S40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
61 # We don't want anyone to unwind past this point.
74 # We're the parent; nothing to do.
/bionic/
DHACKING.txt11 cos(3) in a separate library to save space in the days before shared
15 stubs that the dynamic linker replaces with pointers to its own
18 The C++ ABI support functions. The C++ compiler doesn't know how to
25 file has a DT_INTERP entry that says "use the following program to start me".
28 into memory and resolving references to symbols (so that when your code tries
29 to jump to fopen(3), say, it lands in the right place).
76 # generate_uapi_headers.sh script should be used to go from a kernel tree to
78 # details. The update_all.py script should be used to regenerate bionic's
97 # This is where we keep the hacks necessary to build BSD source
106 # legacy mess that needs to be sorted out, either by replacing it with
[all …]
/bionic/libc/arch-arm/bionic/
D__bionic_clone.S34 # save registers to parent stack
45 # store 'fn' and 'arg' to the child stack
63 # Setting lr to 0 will make the unwinder stop at __start_thread
/bionic/libc/kernel/
DREADME.TXT6 unmodified kernel headers in order to get rid of many annoying
28 Contains various Python and shell scripts used to get and re-generate
31 The tools to get/parse the headers:
60 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
64 Finally, run this command to regenerate the syscalls list:
68 After this, you will need to build/test the tree to make sure that these
/bionic/libc/
Dcrt.mk45 $(call transform-d-to-p-args,$(@:%.s=%.d),$(@:%.s=%.P))
64 $(transform-d-to-p)
75 $(transform-d-to-p)
98 $(transform-d-to-p)
118 $(transform-d-to-p)
140 $(transform-d-to-p)
DNOTICE12 names of its contributors may be used to endorse or promote products
43 may be used to endorse or promote products derived from this
71 3. The name of the author may be used to endorse or promote products
92 Permission to use, copy, modify, and distribute this
113 may be used to endorse or promote products derived from this software
142 may be used to endorse or promote products derived from this software
162 Permission to use, copy, modify, and/or distribute this software for any
179 Permission to use, copy, modify, and/or distribute this software for any
201 Unless required by applicable law or agreed to in writing, software
245 Unless required by applicable law or agreed to in writing, software
[all …]
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_connbytes.h39 __aligned_u64 to; member
/bionic/libc/tools/zoneinfo/
DZoneCompactor.java71 String to = st.nextToken(); in ZoneCompactor() local
73 links.put(from, to); in ZoneCompactor()
93 String to = links.get(from); in ZoneCompactor() local
95 offsets.put(from, offsets.get(to)); in ZoneCompactor()
96 lengths.put(from, lengths.get(to)); in ZoneCompactor()
/bionic/libc/upstream-openbsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-netbsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/libc/upstream-freebsd/
DREADME.txt5 TODO: write a script to make this process automated.
/bionic/linker/
Dlinker_executable.mk26 $(transform-o-to-static-executable)
/bionic/libdl/
DNOTICE9 Unless required by applicable law or agreed to in writing, software
/bionic/libc/kernel/uapi/linux/
Diso_fs.h24 #define ISODCL(from, to) (to - from + 1) argument
/bionic/libc/arch-mips/string/
Dmemcpy.S93 andi a3,a3,0x3 # we need to copy a3 bytes to make a0/a1 aligned
343 addiu a0,a0,64 # adding 64 to dest
346 addiu a1,a1,64 # adding 64 to src
349 # Here we have src and dest word-aligned but less than 64-bytes to go
401 # Now less than 4 bytes (value in a2) left to copy
Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned
142 bnez a2,.Laligned # any work to do?
157 bne AT,zero,.Llast4 # if yes, go to last4
/bionic/libc/arch-mips64/string/
Dmemcpy.S93 andi a3,a3,0x3 # we need to copy a3 bytes to make a0/a1 aligned
343 addiu a0,a0,64 # adding 64 to dest
346 addiu a1,a1,64 # adding 64 to src
349 # Here we have src and dest word-aligned but less than 64-bytes to go
401 # Now less than 4 bytes (value in a2) left to copy
Dmemset.S104 sh a1,0(a0) # store one halfword to get aligned
142 bnez a2,.Laligned # any work to do?
157 bne AT,zero,.Llast4 # if yes, go to last4
/bionic/libc/arch-x86/bionic/
D__bionic_clone.S46 # We're the parent; nothing to do.
/bionic/libc/arch-mips64/bionic/
Dsyscall.S42 move v0, a0 # syscall number to v0
D__bionic_clone.S58 PTR_L t0,FRAME_GP(sp) # copy gp to child stack
/bionic/libstdc++/
DNOTICE60 Permission to use, copy, modify, distribute and sell this software
72 Permission to use, copy, modify, distribute and sell this software

12