Searched defs:to (Results 1 – 10 of 10) sorted by relevance
40 stpcpy(char *to, const char *from) in stpcpy()
40 strcpy(char *to, const char *from) in strcpy()
43 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
35 __aligned_u64 to; member
60 __u64 to; member
23 #define ISODCL(from,to) (to - from + 1) argument
444 __u64 to; member
316 __u32 to; member
135 #define MAYBE_MAP_FLAG(x, from, to) (((x) & (from)) ? (to) : 0) argument
1139 int to, /* to this number of times (maybe INFINITY) */ in repeat()