Home
last modified time | relevance | path

Searched defs:to (Results 1 – 10 of 10) 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/kernel/uapi/linux/
Duserfaultfd.h60 __u64 to; member
Diso_fs.h23 #define ISODCL(from,to) (to - from + 1) argument
Dperf_event.h444 __u64 to; member
Dif_link.h316 __u32 to; member
/bionic/linker/
Dlinker_phdr.cpp135 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1139 int to, /* to this number of times (maybe INFINITY) */ in repeat()