Home
last modified time | relevance | path

Searched defs:to (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/string/
Dstpcpy.c40 stpcpy(char *to, const char *from) in stpcpy()
Dstrcpy.c40 strcpy(char *to, const char *from) in strcpy()
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcpcpy.c43 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
/bionic/libc/kernel/uapi/linux/netfilter/
Dxt_connbytes.h35 __aligned_u64 to; member
/bionic/libc/bionic/
Dheap_tagging.cpp177 static inline __attribute__((no_sanitize("memtag"))) void untag_memory(void* from, void* to) { in untag_memory()
/bionic/libc/kernel/uapi/linux/
Duserfaultfd.h65 __u64 to; member
Diso_fs.h23 #define ISODCL(from,to) (to - from + 1) argument
Dperf_event.h511 __u64 to; member
Dif_link.h351 __u32 to; member
/bionic/linker/
Dlinker_phdr.cpp138 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1580 int to) /* to this number of times (maybe INFINITY) */