Searched refs:cfrom (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/amd/
H A Datarilance.c360 const char *cfrom = src; local
363 *cto++ = *cfrom++;
/linux-master/arch/m68k/lib/
H A Dmemcpy.c19 const char *cfrom = from; local
20 *cto++ = *cfrom++;
22 from = cfrom;
28 const char *cfrom = from; local
30 *cto++ = *cfrom++;
84 const char *cfrom = from; local
85 *cto = *cfrom;

Completed in 155 milliseconds