Searched refs:cfrom (Results 1 – 2 of 2) sorted by relevance
19 const char *cfrom = from; in memcpy() local20 *cto++ = *cfrom++; in memcpy()22 from = cfrom; in memcpy()28 const char *cfrom = from; in memcpy() local30 *cto++ = *cfrom++; in memcpy()84 const char *cfrom = from; in memcpy() local85 *cto = *cfrom; in memcpy()
360 const char *cfrom = src; in slow_memcpy() local363 *cto++ = *cfrom++; in slow_memcpy()