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