Searched defs:to (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/wchar/ |
D | wcpcpy.c | 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
|
/bionic/libc/string/ |
D | strcpy.c | 35 strcpy(char *to, const char *from) in strcpy()
|
/bionic/libc/tools/zoneinfo/ |
D | ZoneCompactor.java | 96 String to = st.nextToken(); in ZoneCompactor() local 122 String to = links.get(from); in ZoneCompactor() local
|
/bionic/libc/kernel/common/linux/netfilter/ |
D | xt_connbytes.h | 31 aligned_u64 to; member
|
/bionic/libc/kernel/common/linux/mtd/ |
D | map.h | 97 #define map_copy_from(map, to, from, len) inline_map_copy_from(map, to, from, len) argument 99 #define map_copy_to(map, to, from, len) inline_map_copy_to(map, to, from, len) argument
|
/bionic/libc/kernel/arch-sh/asm/ |
D | system.h | 58 unsigned long (*to)(void *dst, const void *src, unsigned long cnt); member
|
/bionic/libc/kernel/arch-arm/asm/ |
D | uaccess.h | 70 #define __copy_from_user(to,from,n) (memcpy(to, (void __force *)from, n), 0) argument 71 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) argument
|
/bionic/libc/regex/ |
D | regcomp.c | 942 int to) /* to this number of times (maybe INFINITY) */ in repeat()
|
/bionic/libc/kernel/common/linux/ |
D | if_link.h | 185 __u32 to; member
|
/bionic/linker/ |
D | linker.c | 859 #define MAYBE_MAP_FLAG(x,from,to) (((x) & (from)) ? (to) : 0) argument
|